summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-10-032-2/+2
|
* Merge pull request #1578 from nextcloud/use-more-magic-diLukas Reschke2016-10-012-2/+0
|\ | | | | Use magic DI for core controllers
| * Remove unused endpointJoas Schilling2016-09-302-2/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-10-012-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2016-09-304-0/+18
|
* Merge pull request #1558 from nextcloud/remove-notifications-upon-user-deletionMorris Jobke2016-09-301-3/+7
|\ | | | | Remove notifications upon user deletion
| * Only trigger postDelete hooks when the user was deleted...Joas Schilling2016-09-291-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Remove notifications upon user deletionJoas Schilling2016-09-291-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Do not break the output when running _completionJoas Schilling2016-09-291-5/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Update autoloader mapJoas Schilling2016-09-292-0/+6
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1549 from nextcloud/kill-update-simulationMorris Jobke2016-09-283-114/+37
|\ | | | | Kill update simulation
| * Kill update simulationVincent Petry2016-09-273-114/+37
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #1521 from nextcloud/fix-mimetypedetect-hiddenfolderLukas Reschke2016-09-271-2/+4
|\ \ | |/ |/| Fix mimetype detection inside hidden folders (#26138)
| * Fix mimetype detection inside hidden folders (#26138)Vincent Petry2016-09-261-2/+4
| | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26138 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Use the same URL everywhereJoas Schilling2016-09-271-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Return the autoupdater value from the serverJoas Schilling2016-09-271-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1489 from nextcloud/fix-status-code-when-app-is-disabledMorris Jobke2016-09-271-1/+1
|\ \ | | | | | | Return 404 on v2.php when the app is disabled
| * | Return 404 on v2.php when the app is disabledJoas Schilling2016-09-221-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2016-09-272-4/+52
| | |
* | | Merge pull request #1516 from nextcloud/fix-openbasedir-realpath-warningMorris Jobke2016-09-271-1/+6
|\ \ \ | | | | | | | | Only use realpath for real directories (#26058)
| * | | Only use realpath for real directories (#26058)Vincent Petry2016-09-261-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some cross-local-storage use cases, the Local storage is instantiated with "/" as data directory. In such cases, calling realpath() would cause PHP warnings when open_basedir is set. This fix bypasses the realpath() call when dealing with a root storage. Downstreaming of https://github.com/owncloud/core/pull/26058 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #1499 from nextcloud/updaterLukas Reschke2016-09-265-0/+85
|\ \ \ \ | | | | | | | | | | Add repair step and revert "Open updater" button
| * | | | write channel to config file when changedMorris Jobke2016-09-261-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | dump autoload path for new classMorris Jobke2016-09-262-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Add repair step to remove .step file after updateMorris Jobke2016-09-232-0/+82
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #1426 from nextcloud/sanitze_optLukas Reschke2016-09-261-1/+4
|\ \ \ \ \ | | | | | | | | | | | | Optimize sanitizeName
| * | | | | Optimize sanitizeNameRoeland Jago Douma2016-09-161-1/+4
| | | | | |
* | | | | | Change the minimum log level to fatalJuan Pablo Villafáñez2016-09-261-1/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26213 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Graceful error handling and loggingLukas Reschke2016-09-251-1/+16
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Right now a failed "copyr" will result in the error log being spammed with not really helpful error messages. Also situations such as `$dir` returning `false` are not really caught. This adds more error handling and logging to make debugging such situations easier. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | [tx-robot] updated from transifexNextcloud bot2016-09-252-0/+36
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2016-09-234-20/+52
| | |
* | | Merge pull request #1455 from nextcloud/use-magic-diJoas Schilling2016-09-221-1/+10
|\ \ \ | |_|/ |/| | Use magic DI
| * | Use default value instead of throwing when the service could not be foundJoas Schilling2016-09-201-1/+10
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-09-224-4/+94
| | |
* | | Merge pull request #1454 from nextcloud/morrisLukas Reschke2016-09-201-0/+8
|\ \ \ | | | | | | | | Don't check Same-Site attribute for mobile chrome
| * | | Don't check for Same-Site cookie on Chrome AndroidLukas Reschke2016-09-201-0/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | Chrome on Android has a bug that it doesn't sent cookies with the same-site attribute for the download manager. To work around that all same-site cookies get deleted and recreated directly. Awesome! FIXME: Remove once Chrome 54 is deployed to end-users @see https://github.com/nextcloud/server/pull/1454
* / / [tx-robot] updated from transifexNextcloud bot2016-09-202-2/+12
|/ /
* | [tx-robot] updated from transifexNextcloud bot2016-09-192-2/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-182-0/+2
| |
* | Add trict CSP to OCS responsesRoeland Jago Douma2016-09-153-4/+10
|/ | | | | If a repsonse now explicitly has the Empty CSP set then the middleware won't touch it.
* [tx-robot] updated from transifexNextcloud bot2016-09-154-0/+6
|
* Merge pull request #1375 from ↵Lukas Reschke2016-09-141-2/+4
|\ | | | | | | | | nextcloud/display-that-updating-failed-for-htaccess Display an error when updating .htaccess failed
| * Update docsJoas Schilling2016-09-131-1/+2
| |
| * Display an error when updating .htaccess failedJoas Schilling2016-09-131-1/+2
| |
* | Merge pull request #1395 from nextcloud/issue-369-htaccess-max-sizesMorris Jobke2016-09-131-1/+1
|\ \ | | | | | | Make sure memory limit is > post size and upload filesize
| * | Make sure memory limit is > post size and upload filesizeJoas Schilling2016-09-131-1/+1
| |/
* | Merge pull request #1348 from karakayasemi/patch-1Roeland Jago Douma2016-09-131-1/+1
|\ \ | | | | | | Bug fix CachedMountInfo for user home storage
| * | Update CachedMountInfo for user home storageSemih Serhat Karakaya2016-09-091-1/+1
| | | | | | | | | | | | | | | | | | In getMountPointNode function rootId is not inside of the userFolder for home storage. We was searching '/user' folder in '/user/files' folder. So, it was return NULL. I moved searching part to parent folder. It solves everything. Also, obviously other storage types not affect then this change. Related owncloud commit : https://github.com/owncloud/core/pull/26017
* | | Merge pull request #1338 from nextcloud/fix-trashbin-errorsRoeland Jago Douma2016-09-134-0/+35
|\ \ \ | |_|/ |/| | Opening the trashbin causes errors in log for files without preview
| * | Opening the trashbin causes errors in log for files without previewMorris Jobke2016-09-094-0/+35
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * put a file without a generated preview in the trashbin (e.g. a *.docx file) * open the trashbin * following errors will show up in the nextcloud.log: - filesize(): stat failed for ... - fopen(...): failed to open stream: No such file or directory at ... - fread() expects parameter 1 to be resource, boolean given at ... - fclose() expects parameter 1 to be resource, boolean given at ... - imagecreatefromstring(): Empty string or invalid image at ... This is because the preview code tries to load an SVG image, which is obviously only text. The fix simply handles this before the loading happens and the web UI keeps showing the default mimetype icon.