aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* refactoring code to reduce cyclomatic complexitDonquixote2016-11-072-10/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2016-11-076-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-11-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-11-052-0/+90
|
* 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>
* | [tx-robot] updated from transifexNextcloud bot2016-11-046-0/+12
| |
* | Merge pull request #1741 from nextcloud/new_previewLukas Reschke2016-11-0310-4/+705
|\ \ | | | | | | Improve previews
| * | Added genertor helper & testsRoeland Jago Douma2016-11-035-37/+107
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Moved over files_versionsRoeland Jago Douma2016-11-033-8/+15
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Update autoloaderRoeland Jago Douma2016-11-032-0/+8
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Move Ipreview to more of DI thingyRoeland Jago Douma2016-11-034-25/+95
| | | | | | | | | | | | 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-035-25/+96
|\ \ | |/ |/| Add using casing check/fix for initMountPoints
| * Adjust tests and DI for Share.phpLukas Reschke2016-11-022-4/+30
| | | | | | | | 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
| |
* | [tx-robot] updated from transifexNextcloud bot2016-11-0328-442/+442
| |
* | 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>
* | | Merge pull request #1943 from nextcloud/log-query-builder-queriesLukas Reschke2016-11-024-5/+54
|\ \ \ | | | | | | | | Log QueryBuilder queries
| * | | Inject config and loggerJoas Schilling2016-11-022-6/+22
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Log the queries of the QueryBuilder as wellJoas Schilling2016-11-021-0/+23
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix missing update of session, when it was already used.Joas Schilling2016-11-022-2/+12
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #1973 from ↵Morris Jobke2016-11-022-1/+14
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/dont-disable-shipped-apps-but-throw-instead Throw an exception when a shipped app was not replaced before the update
| * | | Throw an exception when a shipped app was not replaced before the updateJoas Schilling2016-11-022-1/+14
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #1958 from harry-7/1428issueLukas Reschke2016-11-021-8/+16
|\ \ \ \ | | | | | | | | | | Added Exception catch and ignore for DBuser exists
| * | | | Added Exception catch in case of DB User existsHemanth Kumar Veeranki2016-10-311-8/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hemanth Kumar Veeranki <hemanthveeranki@gmail.com>
* | | | | Merge pull request #1347 from nextcloud/bring-back-remember-meMorris Jobke2016-11-0212-44/+154
|\ \ \ \ \ | | | | | | | | | | | | fix remember me login
| * | | | | document what the method doesChristoph Wurst2016-11-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | Add missing tests and fix PHPDocLukas Reschke2016-11-022-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Fix typ in constant nameLukas Reschke2016-11-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Fix invalid PHPDocsLukas Reschke2016-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | inject ISecureRandom into user session and use injected config tooChristoph Wurst2016-11-022-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>