Commit Graph

2179 Commits (2fc495a91a1c38e0fbf53f0c78d157698e7ff024)

Author SHA1 Message Date
Thomas Tanghus 2fc495a91a Also delete category/object relations when deleting a category. 14 years ago
Björn Schießle 0c2a4264c9 normalize path 14 years ago
Felix Moeller 561cbb2de6 NoSpaceAfterComma II 14 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 14 years ago
Robin Appelman 7fdbce6ac1 use strtotime on non-nummeric times in oc_filesystem::touch 14 years ago
scambra 9601352d46 fix strftime in windows, use %#d instead of %e in windows 14 years ago
Arthur Schiwon b43b85c849 get effective username after webdav login, fixes oc-2108 14 years ago
Felix Moeller 36d0d75901 Codestyle: FunctionCallArgumentSpacing 14 years ago
Felix Moeller ff5f9370c4 Checkstyle: MultiLineCondition 14 years ago
Felix Moeller ddfcc96ab5 Checkstyle: LowerCaseConstant 14 years ago
Felix Moeller 2d61f03452 More Checkstyle cleanup 14 years ago
Jenkins for ownCloud bc2a648f2d [tx-robot] updated from transifex 14 years ago
Felix Moeller 6a00a6b9ed Make Jenkins more happy. 14 years ago
Lukas Reschke 65619af05b Disable enhancedauth by default 14 years ago
Felix Moeller 03581ef463 Correct a first issue Checkstyle is complaining about ... 14 years ago
Felix Moeller 37296b8b6d Adding the t() function to have the labels in the search results translated 14 years ago
Thomas Müller 126d16f16d Fixing undefined $language 14 years ago
Thomas Tanghus b5817dcc2e Added missing backtick to sql query. 14 years ago
Björn Schießle d68b89cae4 add parameter to specify user for which OC_Filesystem should be initialized. 14 years ago
Jenkins for ownCloud d8e945466d [tx-robot] updated from transifex 14 years ago
Bart Visscher 051dde08db Check for file exists before loading app version file 14 years ago
Thomas Tanghus 26618704a9 Fix accidentally creating new categories with the id as name. 14 years ago
Thomas Tanghus ab167c3e2c Filter out special Favorites category. 14 years ago
Jenkins for ownCloud cfbd310d34 [tx-robot] updated from transifex 14 years ago
Thomas Tanghus 2456401672 Remove redundant class wrapping. 14 years ago
Thomas Tanghus 10e29da8be Use self::prepare() instead of self::$connection->prepare. 14 years ago
Thomas Tanghus 394e4e4d5f Removed useless ORDER BY from query. 14 years ago
scambra 41b597e179 Translate formatDate using jquery datepicker 14 years ago
scambra a24d8db4b2 translate datepicker 14 years ago
Thomas Tanghus 1803260285 Renamed OC_VCategories::add() to addMulti() and let the add() method return the id of the newly created category. 14 years ago
Thomas Tanghus 0e4ed2887c Return result from OC_DB::insertIfNotExist(). 14 years ago
Thomas Tanghus afa3f49c93 Make categories var static. 14 years ago
Thomas Tanghus 4827de4a27 White space fix. 14 years ago
Thomas Tanghus 8a777022e4 Formatting 14 years ago
Thomas Tanghus 09e26145b7 Add favorite handling methods to OC_VCategories. 14 years ago
Thomas Tanghus 1f7baeb974 Use consts all places and rename some daft method names. 14 years ago
Björn Schießle 08ee2fcf93 check if mount point was already loaded to avoid redundant read operations 14 years ago
Björn Schießle 65b0824d35 typo from previous commit fixed 14 years ago
Björn Schießle 2499c24b8b load system wide configured mount points before accessing shared files 14 years ago
Björn Schießle 00ed2e87c9 check for mount points if file was shared from a different user 14 years ago
Jörn Friedrich Dreyer a7d8519550 when using oracle use LOWER() to make searching files case insensitive 14 years ago
Bart Visscher 04824162d9 core.js and core.css don't need to be absolute 14 years ago
Jenkins for ownCloud fd6adc7d08 [tx-robot] updated from transifex 14 years ago
Michael Gapczynski c00f5d164f Fix unshareAll() 14 years ago
Lukas Reschke 379b775a56 Delete user files in /data/ after deleting a user 14 years ago
Michael Gapczynski 012ea1ed83 Add unshareAll() function to Share API 14 years ago
scambra d8eb62232e don't duplicate locales with country code 14 years ago
scambra ec253f1354 Use strftime to format date with translated month names 14 years ago
Lukas Reschke de7b46c66a Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabled 14 years ago
scambra e8441becdb delete fscache on deleting user 14 years ago