summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefixVincent Petry2015-01-273-10/+50
|\
| * Preserve mtime when doing cross storage moveRobin Appelman2015-01-231-3/+10
| * Apply wrappers to existing mounts before registering itRobin Appelman2015-01-232-8/+11
| * removeStorageWrapper to unregister a storage wrapperVincent Petry2015-01-232-3/+24
| * Do not call wrapStorage if storate with same name added twiceVincent Petry2015-01-222-1/+10
* | Merge pull request #13699 from owncloud/check-if-file-existsMorris Jobke2015-01-271-1/+3
|\ \
| * | Use `file_exists` to verify that config file existsLukas Reschke2015-01-271-1/+3
* | | Merge pull request #13701 from owncloud/disable-appcode-checkerLukas Reschke2015-01-271-1/+1
|\ \ \
| * | | disable the app code checker - some previous shipped apps cannot be installed...Thomas Müller2015-01-271-1/+1
* | | | Merge pull request #13676 from owncloud/fix-node-ifaceThomas Müller2015-01-271-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fix node interfaceBernhard Posselt2015-01-261-2/+1
* | | | Merge pull request #13694 from owncloud/little-bit-more-descriptive-htaccess-...Thomas Müller2015-01-271-1/+1
|\ \ \ \
| * | | | Make error more descriptiveLukas Reschke2015-01-261-1/+1
| | |/ / | |/| |
* | | | certificate manager should always use a \OC\Files\View otherwise we will get ...Bjoern Schiessle2015-01-262-16/+20
* | | | certificate manager only needs the user-id, no need to pass on the complete u...Bjoern Schiessle2015-01-262-11/+14
|/ / /
* | | Merge pull request #13621 from owncloud/system-config-multisetThomas Müller2015-01-2610-89/+166
|\ \ \ | |/ / |/| |
| * | naming fixes while reviewingThomas Müller2015-01-262-14/+16
| * | Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling2015-01-236-54/+54
| * | Add a method to set/unset multiple config values in one callJoas Schilling2015-01-234-22/+97
* | | Merge pull request #13626 from owncloud/check-for-hhvmClark Tomlinson2015-01-231-0/+14
|\ \ \
| * | | Don't check for `always_populate_raw_post_data` on HHVMLukas Reschke2015-01-231-0/+14
| |/ /
* / / Do not retrieve shares through group if user has no groupVincent Petry2015-01-231-20/+22
|/ /
* | Merge pull request #13593 from owncloud/add-check-for-raw-post-dataMorris Jobke2015-01-221-2/+17
|\ \
| * | translate error messagesMorris Jobke2015-01-221-4/+4
| * | Add check for `HTTP_RAW_POST_DATA` setting for >= 5.6Lukas Reschke2015-01-221-0/+15
* | | Merge pull request #13314 from owncloud/login-hook-logoutMorris Jobke2015-01-223-2/+21
|\ \ \
| * | | Throw an exception when login is canceled by an appRobin Appelman2015-01-222-1/+18
| * | | Allow custom error messages for the login pageRobin Appelman2015-01-221-1/+3
| * | | Return false if the login is canceled in a hookRobin Appelman2015-01-131-1/+1
* | | | Merge pull request #13449 from owncloud/image_preview_limitThomas Müller2015-01-221-0/+7
|\ \ \ \
| * | | | add config-option for an image's maximum filesize when generating previewsGeorg Ehrke2015-01-221-0/+7
* | | | | remove insane debug-log from OC_ImageGeorg Ehrke2015-01-221-1/+0
* | | | | Merge pull request #13598 from owncloud/fix-undefined-offsetThomas Müller2015-01-221-0/+3
|\ \ \ \ \
| * | | | | Fix undefined offset 1 for wrong user mail addressMorris Jobke2015-01-221-0/+3
| | |_|/ / | |/| | |
* | | | | Merge pull request #13600 from owncloud/server-warningThomas Müller2015-01-221-39/+36
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | get rid of log warning when using servercontainerBernhard Posselt2015-01-221-39/+36
* | | | | Merge pull request #13509 from owncloud/share-deletechildrenwhenunsharefromgroupMorris Jobke2015-01-222-9/+21
|\ \ \ \ \
| * | | | | Fix reshare permission change to not impair other deletion codeVincent Petry2015-01-222-9/+21
* | | | | | Merge pull request #13552 from owncloud/request-uri-double-slashThomas Müller2015-01-211-0/+2
|\ \ \ \ \ \
| * | | | | | Remove duplicated slashes from the requested urlRobin Appelman2015-01-211-0/+2
| | |_|_|_|/ | |/| | | |
* / | | | | Set the debugoutput channel to error_log instead of echoing itJoas Schilling2015-01-211-0/+1
|/ / / / /
* | | | | Merge pull request #13499 from owncloud/issue/13451-redis-json-encodeThomas Müller2015-01-201-4/+4
|\ \ \ \ \
| * | | | | Json_(en|de)code values on redis to be able to cache arraysJoas Schilling2015-01-201-4/+4
| | |/ / / | |/| | |
* / | | | Fix WebDAV auth for session authentication onlyLukas Reschke2015-01-202-3/+5
|/ / / /
* | | | Merge pull request #13416 from owncloud/reauthenticate-if-session-differs-fro...Morris Jobke2015-01-191-11/+33
|\ \ \ \
| * | | | Close session properlyLukas Reschke2015-01-191-0/+1
| * | | | Prioritise Basic Auth header over CookieLukas Reschke2015-01-171-11/+32
* | | | | Merge pull request #13480 from owncloud/mysql-autocommitLukas Reschke2015-01-191-4/+9
|\ \ \ \ \
| * | | | | set MySQL autocommit on connection setupThomas Müller2015-01-191-4/+9
| | |/ / / | |/| | |
* / | | | Fix chunked query for tags + unit testVincent Petry2015-01-191-1/+1
|/ / / /