summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2467 from ↵Lukas Reschke2016-12-051-0/+19
|\ | | | | | | | | nextcloud/backport-1972-invalid-files-from-scanner-9 [stable9] Make sure we don't scan files that can not be accessed
| * Make sure we don't scan files that can not be accessedJoas Schilling2016-12-021-0/+19
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | only update the cache if the storage operation succeedsRobin Appelman2016-12-021-3/+3
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix post_unshareFromSelf hook parameter formatVincent Petry2016-12-021-2/+2
| | | | | | | | | | When unsharing from self in a group share situation, the share items passed to the post_unshareFromSelf hook were using the wrong format in which the attribute names (ex: "share_type") have non camel-case format. This fix makes sure that in group sharing case we use the correct format. It looks like the code was already producing it but in array_merge it was not using it and adding the unprocessed one.
* Correctly catch the "soft errors" nowJoas Schilling2016-11-091-5/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use a better error message and point the users to the support channelsJoas Schilling2016-11-092-0/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix issues where some user settings cannot be loaded when the user id ↵Joas Schilling2016-10-211-0/+10
| | | | | | differs in case sensitivity Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1698 from ↵blizzz2016-10-111-3/+7
|\ | | | | | | | | nextcloud/backport-1558-remove-notifications-upon-user-deletion-9 [stable9] Remove notifications upon user deletion
| * Only trigger postDelete hooks when the user was deleted...Joas Schilling2016-10-111-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Remove notifications upon user deletionJoas Schilling2016-10-111-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fallback from "de" to "de_DE" and the other way aroundJoas Schilling2016-10-111-3/+30
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Allow multiple names and descriptionJoas Schilling2016-10-111-7/+40
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* log version number in each log lineMorris Jobke2016-10-071-2/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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>
* Add repair step to remove .step file after updateMorris Jobke2016-09-232-0/+83
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Change updater URLJoas Schilling2016-09-081-1/+1
|
* Fix "Undefined index" when the values do not existJoas Schilling2016-08-181-2/+2
|
* Backport of #864Roeland Jago Douma2016-08-171-6/+10
| | | | | * 26342061b9b9767577a0f5eee16afd36e3b8b0b1 * 264aaf9ffaf71b2fc8a6bd2f5d5c9bf4a6d403de
* getJailedPath expects to have a trailing /Bjoern Schiessle2016-08-101-0/+5
|
* libxml - compare against loaded versionMorris Jobke2016-07-281-2/+8
| | | | | | | * if the compiled in version is older than the loaded version Nextcloud doesn't work * uses the loaded libxml version to check against fixes #205
* Make sure we try to autoload the classJoas Schilling2016-07-252-2/+9
|
* Run the license scriptJoas Schilling2016-07-22409-1053/+1502
|
* [stable9] Use explode() instead of splitLukas Reschke2016-07-201-1/+1
| | | | Upstream from https://github.com/owncloud/core/pull/25488
* Merge pull request #442 from nextcloud/fix-maintenance-mode-9Björn Schießle2016-07-191-1/+1
|\ | | | | [stable9] Fix maintenance mode
| * Fix maintenance modeJoas Schilling2016-07-191-1/+1
| | | | | | | | | | | | When the server is in maintenance mode, apps are not loaded. That means apps/theming/ is not in the allowed paths. So we need to check without autoloading, whether the class exists.
* | Use the themed Defaults everywhereJoas Schilling2016-07-155-5/+5
|/
* Revert "occ web executor (#24957)"Morris Jobke2016-07-071-2/+1
| | | | This reverts commit 9fcb26910e98282459fc7bf291f0a21275a1c919.
* Revert "Revert "Remove repair steps for broken updater repair""Morris Jobke2016-07-072-111/+0
| | | | This reverts commit 1a4297910496631542f65843ec30d65ee28d3b6e.
* Merge branch 'stable9' into sync-stable9Morris Jobke2016-07-0725-51/+248
|\
| * Use proper branding againLukas Reschke2016-07-041-4/+4
| | | | | | The merge of the theming app changed these defaults back again.
| * [stable9] Use paramterized parameter for \OC\SystemTag\SystemTagManagerLukas Reschke2016-07-031-4/+1
| | | | | | | | $nameSearchPattern was passed in and directly appended to the SQL query. Luckily the code path isn't reached anywhere in Nextcloud or the included apps.
| * initial commit for the theming appBjoern Schiessle2016-06-303-5/+26
| |
| * getShareByToken() should also consider remote sharesBjoern Schiessle2016-06-301-1/+11
| |
| * add events to check passwords with the password policy appBjoern Schiessle2016-06-283-13/+22
| |
| * Move OC_Channel to system configLukas Reschke2016-06-273-2/+56
| | | | | | | | | | | | | | | | The Nextcloud and ownCloud updaters allow someone to configure a custom release channel, this can then be used to publish different versions. (e.g. one channel stays on 9.x while another one already gets 10.x) There is however one big problem with it: The value is effectively stored in the app config, which is stored in the database. So to be able to read the update channel a connection to the database is necessary. This is quite error prone and also causes some of the issues in the original ownCloud updater. This moves the channel registration to the config.php and also includes a repair step.
| * Merge remote-tracking branch 'upstream/stable9' into stable9-upstream-syncLukas Reschke2016-06-261-1/+1
| |\
| * | Drop old authtoken table (pre 5.0.0)Morris Jobke2016-06-211-0/+1
| | | | | | | | | | | | * fixes #155
| * | Some more brandingLukas Reschke2016-06-208-10/+10
| | |
| * | fixed codeMorris Jobke2016-06-201-3/+3
| | |
| * | Capped cache for user configJörn Friedrich Dreyer2016-06-201-2/+4
| | |
| * | Do not recurse link share fetchingRoeland Jago Douma2016-06-201-0/+5
| | | | | | | | | | | | * Might fix an issue on oracle
| * | Capped cache for cache info in UserMountCacheVincent Petry2016-06-201-3/+14
| | |
| * | Use capped cache for encryption's user access listVincent Petry2016-06-201-0/+3
| | |
| * | Soften the cookie check if no cookies are sentLukas Reschke2016-06-151-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When no cookies are sent it is not required to perform any check for the strict or lax cookie, it does not provide any significant security advantage. It does however interfer with the Android client which requests thumbnails from the unofficial API at `/index.php/apps/files/api/v1/thumbnail/256/256/{filename}`. This endpoint expects the strict cookie to be existent to not leak the existence of files. The Android client authenticates against this endpoint using Basic Auth and without cookies in some cases at least. This will make these endpoints work again with such cases. To test this issue the following cURL command once without the patch and once with: > curl http://localhost/index.php/apps/files/api/v1/thumbnail/256/256/welcome.txt -u admin -v Without the patch the request is redirected (which the client does not obey) and with the patch the preview is returned.
| * | Merge branch 'stable9' of https://github.com/owncloud/core into ↵Arthur Schiwon2016-06-132-0/+110
| |\ \ | | | | | | | | | | | | downstream-160613
| * \ \ Merge pull request #54 from nextcloud/backport-upload-only-sharesLukas Reschke2016-06-131-2/+3
| |\ \ \ | | | | | | | | | | [stable9] Backport files drop feature
| | * | | [stable9] Backport files drop featureLukas Reschke2016-06-111-2/+3
| | | | |
| * | | | Add ownCloud root CALukas Reschke2016-06-131-2/+9
| | | | | | | | | | | | | | | | | | | | As the apps from the appstore are at the moment signed by the ownCloud Root CA we have to add it as fallback as well. We can remove that once Nextcloud 10 with new appstore has been released.
| * | | | [stable9] Use custom updater URLLukas Reschke2016-06-121-1/+1
| | | | |