summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* docs are on nc.comRoeland Jago Douma2016-11-151-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #2117 from ↵Roeland Jago Douma2016-11-141-0/+3
|\ | | | | | | | | nextcloud/master-add-bruteforce-check-to-person-endpoint Add bruteforce checker to Person.php
| * Add bruteforce checker to Person.phpLukas Reschke2016-11-141-0/+3
| | | | | | | | | | | | Also check for attempts on this endpoint Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2114 from nextcloud/downstream-26498Roeland Jago Douma2016-11-141-1/+6
|\ \ | | | | | | make object prefix configurable
| * | make object prefix configurableJörn Friedrich Dreyer2016-11-141-1/+6
| |/
* | Merge pull request #2113 from nextcloud/downstream-26299Roeland Jago Douma2016-11-141-0/+5
|\ \ | | | | | | We need to ensure that the app holding the objectstore implementation…
| * | We need to ensure that the app holding the objectstore implementation is ↵Thomas Müller2016-11-141-0/+5
| |/ | | | | | | loaded - fixes owncloud/objectstore#38
* / Introduce an event for first time login based on the last login time stampThomas Müller2016-11-145-25/+32
|/ | | | | | | | | | | | Use firstLogin event to trigger creation of default calendar and default address book Delay login of admin user after setup so that firstLogin event can properly be processed for the admin Fixing tests ... Skeleton files are not copied over -> only 3 cache entries are remaining Use updateLastLoginTimestamp to properly setup lastLogin value for a test user
* Merge pull request #2067 from nextcloud/fileinfo-lazy-substoragesMorris Jobke2016-11-142-12/+43
|\ | | | | only query substorages to calculate the final mtime/size/etag when we need it
| * only query substorages to calculate the final mtime/size/etag lazilyRobin Appelman2016-11-102-12/+43
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Prevent downgrade attacks for appsLukas Reschke2016-11-111-0/+14
| | | | | | | | | | | | | | | | We should verify the app versions when installing a new update, otherwise this could result in downgrade attacks when an attacker just copies the old signature. Plus it prevents the case that in case of a bug in the appstore actually an older version gets installed. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Get correct L10N for Settings ManagerRoeland Jago Douma2016-11-101-1/+1
|/ | | | | | Fixes #2022 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #2058 from ↵Morris Jobke2016-11-092-4/+20
|\ | | | | | | | | nextcloud/better-error-message-for-installation-error Use a better error message and point the users to the support channels
| * Correctly catch the "soft errors" nowJoas Schilling2016-11-091-4/+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-1/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add test and adjust PHP function argumentsLukas Reschke2016-11-091-1/+1
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Use a php class for the definitions to avoid loading problemsJoas Schilling2016-11-093-16/+31
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2037 from nextcloud/fix-preview-urlsRoeland Jago Douma2016-11-081-2/+2
|\ | | | | Fix preview URLs
| * Fix preview URLsJoas Schilling2016-11-081-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1998 from nextcloud/share-by-mail-notificationBjörn Schießle2016-11-081-1/+2
|\ \ | |/ |/| add share by mail activity
| * add activity if a file was shared by mailBjoern Schiessle2016-11-081-1/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #2015 from nextcloud/swift-bucketLukas Reschke2016-11-041-0/+4
|\ \ | | | | | | allow using 'bucket' to set the swift container
| * | allow using 'bucket' to set the swift containerRobin Appelman2016-11-041-0/+4
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #2007 from nextcloud/downstream-26411Morris Jobke2016-11-041-8/+18
|\ \ | |/ |/| [oc] Fix initMountPoints to set usersSetup earlier
| * Fix initMountPoints to set usersSetup earlierVincent Petry2016-11-031-8/+18
| | | | | | | | | | | | | | | | This is needed because in some cases like LDAP, the user manager itself might trigger avatar updates which would internally also call initMountPoints with the same user. This could cause the same user to be setup twice, and in some sharing situations could cause recursive deduplication of shares by adding "(2)" every time.
* | Remove adding sharedialogmailviewRoeland Jago Douma2016-11-041-1/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #1741 from nextcloud/new_previewLukas Reschke2016-11-037-4/+669
|\ \ | | | | | | Improve previews
| * | Added genertor helper & testsRoeland Jago Douma2016-11-033-37/+105
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Moved over files_versionsRoeland Jago Douma2016-11-032-7/+13
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Move Ipreview to more of DI thingyRoeland Jago Douma2016-11-033-25/+70
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix name conflictRoeland Jago Douma2016-11-031-3/+3
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Move fileRoeland Jago Douma2016-11-031-3/+4
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Move preview endpoint to controllerRoeland Jago Douma2016-11-031-0/+7
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Watch for file modification/deletionRoeland Jago Douma2016-11-033-0/+180
| | | | | | | | | | | | | | | | | | | | | * Only connect the watcher once the instance is properly setup else AppData fails hard. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Move to AppDataRoeland Jago Douma2016-11-031-34/+26
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | New preview generatorRoeland Jago Douma2016-11-032-1/+367
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #2002 from nextcloud/propagate-mtime-iontLukas Reschke2016-11-031-1/+1
|\ \ \ | |_|/ |/| | explicitly cast mtime to int in propagation
| * | explicitly cast mtime to intRobin Appelman2016-11-031-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Cap the number of queries we save in the query loggerRobin Appelman2016-11-032-2/+15
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #1994 from nextcloud/proper-cron-hintsRoeland Jago Douma2016-11-031-0/+2
|\ \ | |/ |/| Show a hint for system based cron user name
| * Show a hint for system based cron user nameMorris Jobke2016-11-031-0/+2
| | | | | | | | | | | | | | | | | | * makes it easier to setup cron job * gives hints for PHP documentation * disables the cron setting if requirements not met * fixes #1989 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #1915 from nextcloud/downstream-26398Lukas Reschke2016-11-034-24/+87
|\ \ | |/ |/| Add using casing check/fix for initMountPoints
| * Adjust tests and DI for Share.phpLukas Reschke2016-11-021-3/+21
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * DI for root.phpLukas Reschke2016-11-022-22/+41
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Do not expose user data in exceptions & fix typoMorris Jobke2016-11-022-3/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Add using casing check/fix for initMountPointsVincent Petry2016-11-023-3/+29
| |
* | Merge pull request #1978 from nextcloud/remove-send-mail-optionMorris Jobke2016-11-021-2/+0
|\ \ | |/ |/| Remove send mail option
| * remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-021-2/+0
| | | | | | | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #1981 from nextcloud/multibucket-num-bucketsLukas Reschke2016-11-022-4/+7
|\ \ | | | | | | Allow setting a maximun number of buckets for multibucket
| * | Allow setting a maximun number of buckets for multibucketRobin Appelman2016-11-022-4/+7
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>