summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-04-3050-50/+56
|
* Rename “Server settings” to “Basic settings”Marius Blüm2017-04-291-1/+1
| | | | | | * fixes #4587 Signed-off-by: Marius Blüm <marius@lineone.io>
* Merge pull request #4583 from nextcloud/theming-fixes-adminJan-Christoph Borchardt2017-04-291-1/+0
|\ | | | | Theming admin section fixes
| * Make sure that ThemingDefaults uses the correct default values from \OC_DefaultsJulius Härtl2017-04-291-1/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | UserManager can now count disabled usersArthur Schiwon2017-04-292-0/+30
|/ | | | | | Users page takes advantage of that Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Updated autoloaderRoeland Jago Douma2017-04-282-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix email verification statusBjoern Schiessle2017-04-281-1/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add missing translation and other small fixesBjoern Schiessle2017-04-281-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* make use of verification buttonsBjoern Schiessle2017-04-281-3/+9
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* make sure that every data set has a 'verified' statusBjoern Schiessle2017-04-281-9/+30
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* ask lookup server if email address was verified by the userBjoern Schiessle2017-04-282-3/+35
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* make sure that we don't lose previous verification statusBjoern Schiessle2017-04-281-0/+15
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* store verification status in accounts table and update lookup serverBjoern Schiessle2017-04-281-0/+46
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #4566 from nextcloud/cache-gc-no-fsMorris Jobke2017-04-281-0/+2
|\ | | | | dont spam log when request can't access filesystem
| * dont spam log when request can't access filesystemRobin Appelman2017-04-281-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-04-292-2/+2
|/
* Merge pull request #4521 from nextcloud/custom-mount-typesRoeland Jago Douma2017-04-282-0/+13
|\ | | | | allow apps to set custom mount types
| * allow apps to set custom mount typesRobin Appelman2017-04-282-0/+13
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Add sharing types for guestsLukas Reschke2017-04-281-0/+1
|/ | | | | | Fixes https://github.com/nextcloud/guests/issues/4 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #4524 from nextcloud/downstream-27508Roeland Jago Douma2017-04-281-1/+1
|\ | | | | Keep file id on move
| * Moved unit tests from ObjectTree::move to DirectoryVincent Petry2017-04-261-1/+1
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-2814-2/+44
| |
* | Merge pull request #4522 from nextcloud/downstream-27596Morris Jobke2017-04-272-20/+46
|\ \ | | | | | | Allow to create a user for a specific backend
| * | Use the new method in the old one to remove duplicate codeJoas Schilling2017-04-272-31/+30
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Allow to create a user for a specific backendJoas Schilling2017-04-262-0/+27
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #4501 from nextcloud/downstream-27144Morris Jobke2017-04-263-7/+38
|\ \ | | | | | | Add duration of last job execution to the table
| * | Add duration of last job execution to the tableNoveen Sachdeva2017-04-253-7/+38
| | |
* | | Merge pull request #4515 from nextcloud/downstream-27643Morris Jobke2017-04-2613-141/+122
|\ \ \ | | | | | | | | Adjust query/event logging code in favour of more complex owncloud/di…
| * | | Update autoloaderRoeland Jago Douma2017-04-262-4/+0
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Fix missing conflict resolutionsJoas Schilling2017-04-263-12/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Adjust query/event logging code in favour of more complex ↵Piotr Mrówczyński2017-04-2611-137/+134
| | |/ | |/| | | | | | | | | | | | | | | | owncloud/diagnostics (#27643) * Adjust query/event logging code in favour of more complex owncloud/diagnostics * Add descriptions to IQueryLogger and IEventLogger interfaces
* | | [tx-robot] updated from transifexNextcloud bot2017-04-272-0/+2
| | |
* | | Merge pull request #4526 from nextcloud/downstream-27269Morris Jobke2017-04-261-0/+6
|\ \ \ | | | | | | | | Don`t allow upload of files with extension .part
| * | | Use regex to detect part filesVincent Petry2017-04-261-2/+2
| | | |
| * | | #7496 Don`t allow upload of files with extension .partIlja Neumann2017-04-261-0/+6
| |/ /
* | | Update autoload mapLukas Reschke2017-04-262-0/+2
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Add SocialSharingBundleLukas Reschke2017-04-262-0/+47
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Add tests for repairstepLukas Reschke2017-04-261-1/+1
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Add spreed to Groupware bundleLukas Reschke2017-04-261-0/+1
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Remove unrequired getDescription() methodLukas Reschke2017-04-264-29/+1
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Make the emergency disable also accept arraysLukas Reschke2017-04-261-5/+6
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Add app bundlesLukas Reschke2017-04-2614-9/+460
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #4374 from nextcloud/contactsmenu_popoverLukas Reschke2017-04-262-1/+60
|\ \ \ | | | | | | | | add contacts popover
| * | | add contactsmenu popoverGeorg Ehrke2017-04-262-1/+60
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Fix scanner after reviewVincent Petry2017-04-261-2/+3
| | | |
* | | | OCC scanner commit in batchesVincent Petry2017-04-261-6/+38
| |/ / |/| |
* | | Merge pull request #4430 from nextcloud/refactor-authRoeland Jago Douma2017-04-262-14/+10
|\ \ \ | |/ / |/| | Improve readability of login logic
| * | Refactor auth methodsJörn Friedrich Dreyer2017-04-262-14/+10
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #4467 from nextcloud/lists-for-html-mailsRoeland Jago Douma2017-04-262-22/+138
|\ \ \ | | | | | | | | Add lists to HTML emails
| * | | Allow meta info and iconsJoas Schilling2017-04-252-8/+32
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>