Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-30 | 50 | -50/+56 |
| | |||||
* | Rename “Server settings” to “Basic settings” | Marius Blüm | 2017-04-29 | 1 | -1/+1 |
| | | | | | | * fixes #4587 Signed-off-by: Marius Blüm <marius@lineone.io> | ||||
* | Merge pull request #4583 from nextcloud/theming-fixes-admin | Jan-Christoph Borchardt | 2017-04-29 | 1 | -1/+0 |
|\ | | | | | Theming admin section fixes | ||||
| * | Make sure that ThemingDefaults uses the correct default values from \OC_Defaults | Julius Härtl | 2017-04-29 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | UserManager can now count disabled users | Arthur Schiwon | 2017-04-29 | 2 | -0/+30 |
|/ | | | | | | Users page takes advantage of that Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Updated autoloader | Roeland Jago Douma | 2017-04-28 | 2 | -0/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | fix email verification status | Bjoern Schiessle | 2017-04-28 | 1 | -1/+5 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add missing translation and other small fixes | Bjoern Schiessle | 2017-04-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | make use of verification buttons | Bjoern Schiessle | 2017-04-28 | 1 | -3/+9 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | make sure that every data set has a 'verified' status | Bjoern Schiessle | 2017-04-28 | 1 | -9/+30 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | ask lookup server if email address was verified by the user | Bjoern Schiessle | 2017-04-28 | 2 | -3/+35 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | make sure that we don't lose previous verification status | Bjoern Schiessle | 2017-04-28 | 1 | -0/+15 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | store verification status in accounts table and update lookup server | Bjoern Schiessle | 2017-04-28 | 1 | -0/+46 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #4566 from nextcloud/cache-gc-no-fs | Morris Jobke | 2017-04-28 | 1 | -0/+2 |
|\ | | | | | dont spam log when request can't access filesystem | ||||
| * | dont spam log when request can't access filesystem | Robin Appelman | 2017-04-28 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-29 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #4521 from nextcloud/custom-mount-types | Roeland Jago Douma | 2017-04-28 | 2 | -0/+13 |
|\ | | | | | allow apps to set custom mount types | ||||
| * | allow apps to set custom mount types | Robin Appelman | 2017-04-28 | 2 | -0/+13 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Add sharing types for guests | Lukas Reschke | 2017-04-28 | 1 | -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-27508 | Roeland Jago Douma | 2017-04-28 | 1 | -1/+1 |
|\ | | | | | Keep file id on move | ||||
| * | Moved unit tests from ObjectTree::move to Directory | Vincent Petry | 2017-04-26 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-28 | 14 | -2/+44 |
| | | |||||
* | | Merge pull request #4522 from nextcloud/downstream-27596 | Morris Jobke | 2017-04-27 | 2 | -20/+46 |
|\ \ | | | | | | | Allow to create a user for a specific backend | ||||
| * | | Use the new method in the old one to remove duplicate code | Joas Schilling | 2017-04-27 | 2 | -31/+30 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Allow to create a user for a specific backend | Joas Schilling | 2017-04-26 | 2 | -0/+27 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #4501 from nextcloud/downstream-27144 | Morris Jobke | 2017-04-26 | 3 | -7/+38 |
|\ \ | | | | | | | Add duration of last job execution to the table | ||||
| * | | Add duration of last job execution to the table | Noveen Sachdeva | 2017-04-25 | 3 | -7/+38 |
| | | | |||||
* | | | Merge pull request #4515 from nextcloud/downstream-27643 | Morris Jobke | 2017-04-26 | 13 | -141/+122 |
|\ \ \ | | | | | | | | | Adjust query/event logging code in favour of more complex owncloud/di… | ||||
| * | | | Update autoloader | Roeland Jago Douma | 2017-04-26 | 2 | -4/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | Fix missing conflict resolutions | Joas Schilling | 2017-04-26 | 3 | -12/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Adjust query/event logging code in favour of more complex ↵ | Piotr Mrówczyński | 2017-04-26 | 11 | -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 transifex | Nextcloud bot | 2017-04-27 | 2 | -0/+2 |
| | | | |||||
* | | | Merge pull request #4526 from nextcloud/downstream-27269 | Morris Jobke | 2017-04-26 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | Don`t allow upload of files with extension .part | ||||
| * | | | Use regex to detect part files | Vincent Petry | 2017-04-26 | 1 | -2/+2 |
| | | | | |||||
| * | | | #7496 Don`t allow upload of files with extension .part | Ilja Neumann | 2017-04-26 | 1 | -0/+6 |
| |/ / | |||||
* | | | Update autoload map | Lukas Reschke | 2017-04-26 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Add SocialSharingBundle | Lukas Reschke | 2017-04-26 | 2 | -0/+47 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Add tests for repairstep | Lukas Reschke | 2017-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Add spreed to Groupware bundle | Lukas Reschke | 2017-04-26 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Remove unrequired getDescription() method | Lukas Reschke | 2017-04-26 | 4 | -29/+1 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Make the emergency disable also accept arrays | Lukas Reschke | 2017-04-26 | 1 | -5/+6 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Add app bundles | Lukas Reschke | 2017-04-26 | 14 | -9/+460 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Merge pull request #4374 from nextcloud/contactsmenu_popover | Lukas Reschke | 2017-04-26 | 2 | -1/+60 |
|\ \ \ | | | | | | | | | add contacts popover | ||||
| * | | | add contactsmenu popover | Georg Ehrke | 2017-04-26 | 2 | -1/+60 |
| | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | | Fix scanner after review | Vincent Petry | 2017-04-26 | 1 | -2/+3 |
| | | | | |||||
* | | | | OCC scanner commit in batches | Vincent Petry | 2017-04-26 | 1 | -6/+38 |
| |/ / |/| | | |||||
* | | | Merge pull request #4430 from nextcloud/refactor-auth | Roeland Jago Douma | 2017-04-26 | 2 | -14/+10 |
|\ \ \ | |/ / |/| | | Improve readability of login logic | ||||
| * | | Refactor auth methods | Jörn Friedrich Dreyer | 2017-04-26 | 2 | -14/+10 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #4467 from nextcloud/lists-for-html-mails | Roeland Jago Douma | 2017-04-26 | 2 | -22/+138 |
|\ \ \ | | | | | | | | | Add lists to HTML emails | ||||
| * | | | Allow meta info and icons | Joas Schilling | 2017-04-25 | 2 | -8/+32 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |