Arthur Schiwon
|
78a1b987bb
|
LDAP: fix db update for Postgres
|
2012-10-23 00:18:43 +02:00 |
|
Lukas Reschke
|
65619af05b
|
Disable enhancedauth by default
Admins can still enable it via config.php
|
2012-10-22 23:04:39 +02:00 |
|
Arthur Schiwon
|
b879cd709e
|
LDAP: fix cache save and check, fixes oc-2118
|
2012-10-22 22:46:28 +02:00 |
|
Felix Moeller
|
03581ef463
|
Correct a first issue Checkstyle is complaining about ...
This is BracketsNotRequired
|
2012-10-22 21:40:33 +02:00 |
|
Felix Moeller
|
37296b8b6d
|
Adding the t() function to have the labels in the search results translated
This should solve #55
|
2012-10-22 20:55:05 +02:00 |
|
Thomas Müller
|
126d16f16d
|
Fixing undefined $language
|
2012-10-22 17:09:34 +03:00 |
|
Thomas Tanghus
|
69cf89c5f6
|
Merge branch 'master' of github.com:owncloud/core into vcategories_db
|
2012-10-22 15:41:39 +02:00 |
|
Thomas Tanghus
|
b5817dcc2e
|
Added missing backtick to sql query.
|
2012-10-22 15:41:00 +02:00 |
|
Thomas Tanghus
|
273fdb7b64
|
Added type and callback arguments to most methods.
|
2012-10-22 15:40:08 +02:00 |
|
Björn Schießle
|
d68b89cae4
|
add parameter to specify user for which OC_Filesystem should be initialized.
(needed to share files via public links where no user is logged in)
|
2012-10-22 14:55:53 +02:00 |
|
Jenkins for ownCloud
|
d8e945466d
|
[tx-robot] updated from transifex
|
2012-10-22 02:06:18 +02:00 |
|
Robin Appelman
|
707bd68bb4
|
automatically scan files when needed
|
2012-10-21 22:05:29 +02:00 |
|
Robin Appelman
|
33cabcf590
|
postpone the cost of setting up some of the external storage backends untill we actually need it
|
2012-10-21 22:04:45 +02:00 |
|
Robin Appelman
|
5217ca219a
|
Merge branch 'master' into filesystem
|
2012-10-21 15:16:23 +02:00 |
|
Robin Appelman
|
2522c25af7
|
use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api for the filecache
most apps would want to use this api instead of using the cache directly
|
2012-10-21 02:12:58 +02:00 |
|
Jenkins for ownCloud
|
16c4eb66d7
|
[tx-robot] updated from transifex
|
2012-10-21 02:06:44 +02:00 |
|
Robin Appelman
|
01594b8610
|
remove chroot from filesystem api
|
2012-10-21 00:54:34 +02:00 |
|
Robin Appelman
|
3ff0772a05
|
add getCache and getScanner to storage api in order to allow storage backends to overwride caching behaviour
|
2012-10-21 00:31:32 +02:00 |
|
Robin Appelman
|
6f1fbf97f7
|
some namespaces fixed for the shared backend
|
2012-10-21 00:27:55 +02:00 |
|
Robin Appelman
|
1901ac8b17
|
drop depricated is_readable and is_writable
|
2012-10-21 00:13:16 +02:00 |
|
Robin Appelman
|
cfa036eaa9
|
drop filectime from the filesystem api's
|
2012-10-20 23:58:07 +02:00 |
|
Robin Appelman
|
f7722abcb0
|
Merge branch 'master' into filesystem
|
2012-10-20 23:50:14 +02:00 |
|
Bart Visscher
|
051dde08db
|
Check for file exists before loading app version file
|
2012-10-20 23:49:55 +02:00 |
|
Michael Gapczynski
|
699a484f42
|
Fix font family for textarea
|
2012-10-20 14:15:33 -04:00 |
|
Michael Gapczynski
|
dd58849aa0
|
Apply textbox CSS rules to textarea as well
|
2012-10-20 14:11:35 -04:00 |
|
Thomas Tanghus
|
26618704a9
|
Fix accidentally creating new categories with the id as name.
|
2012-10-20 13:45:18 +02:00 |
|
Thomas Tanghus
|
ab167c3e2c
|
Filter out special Favorites category.
|
2012-10-20 13:42:57 +02:00 |
|
Jenkins for ownCloud
|
cfbd310d34
|
[tx-robot] updated from transifex
|
2012-10-20 02:03:53 +02:00 |
|
Thomas Tanghus
|
fc6d1bf500
|
Clean indentation.
|
2012-10-19 19:42:59 +02:00 |
|
Thomas Tanghus
|
2456401672
|
Remove redundant class wrapping.
|
2012-10-19 18:11:13 +02:00 |
|
Thomas Tanghus
|
73c743076e
|
Remove index that might cause problems.
|
2012-10-19 17:23:54 +02:00 |
|
Thomas Tanghus
|
10e29da8be
|
Use self::prepare() instead of self::$connection->prepare.
|
2012-10-19 17:21:23 +02:00 |
|
Thomas Tanghus
|
394e4e4d5f
|
Removed useless ORDER BY from query.
|
2012-10-19 16:15:47 +02:00 |
|
scambra
|
41b597e179
|
Translate formatDate using jquery datepicker
|
2012-10-19 13:56:19 +02:00 |
|
scambra
|
a24d8db4b2
|
translate datepicker
|
2012-10-19 13:56:19 +02:00 |
|
Thomas Tanghus
|
2ea4fed448
|
Merge branch 'master' of github.com:owncloud/core into vcategories_db
|
2012-10-19 13:22:27 +02:00 |
|
Thomas Tanghus
|
1803260285
|
Renamed OC_VCategories::add() to addMulti() and let the add() method return the id of the newly created category.
|
2012-10-19 13:21:05 +02:00 |
|
Thomas Tanghus
|
0e4ed2887c
|
Return result from OC_DB::insertIfNotExist().
|
2012-10-19 13:20:08 +02:00 |
|
Thomas Tanghus
|
1c9929d44f
|
Added unit tests for OC_DB::insertIfNotExist()
|
2012-10-19 13:18:57 +02:00 |
|
Thomas Müller
|
8a03abec0d
|
Filter added to get all files into coderage report
|
2012-10-19 10:45:51 +03:00 |
|
Thomas Tanghus
|
03ff614265
|
Merge branch 'master' of github.com:owncloud/core into vcategories_db
|
2012-10-19 02:27:04 +02:00 |
|
Thomas Tanghus
|
afa3f49c93
|
Make categories var static.
|
2012-10-19 02:26:36 +02:00 |
|
Thomas Tanghus
|
fdf3ec1027
|
Add wait state to category dialog while processing.
|
2012-10-19 02:25:39 +02:00 |
|
Thomas Tanghus
|
e55cc23132
|
app !== type
|
2012-10-19 02:24:57 +02:00 |
|
Jenkins for ownCloud
|
f5043c0661
|
[tx-robot] updated from transifex
|
2012-10-19 02:08:00 +02:00 |
|
Thomas Tanghus
|
81536a81e3
|
More js updates for app/type in OCCategories
|
2012-10-19 00:39:09 +02:00 |
|
Thomas Tanghus
|
b9c9fdfe20
|
Use get for loading dialog.
|
2012-10-19 00:38:23 +02:00 |
|
Thomas Tanghus
|
4827de4a27
|
White space fix.
|
2012-10-19 00:20:27 +02:00 |
|
Thomas Tanghus
|
3b6cfe4977
|
Merge branch 'master' of github.com:owncloud/core into vcategories_db
|
2012-10-19 00:17:28 +02:00 |
|
Thomas Tanghus
|
8a777022e4
|
Formatting
|
2012-10-19 00:16:53 +02:00 |
|