Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only collect detailed access list if it is really needed | Bjoern Schiessle | 2017-07-06 | 1 | -0/+10 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #5231 from nextcloud/migrations | Morris Jobke | 2017-07-05 | 3 | -0/+131 |
|\ | | | | | Migrations | ||||
| * | Allow to check the schema in pre and post as well | Joas Schilling | 2017-07-05 | 2 | -8/+18 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Adjust the code to use our interface and abstract | Joas Schilling | 2017-07-05 | 2 | -2/+57 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Start migrations | Joas Schilling | 2017-07-05 | 2 | -0/+66 |
| | | | | | | | | | | | | | | | | | | | | Fixme: - Install and update of apps - No revert on live systems (debug only) - Service adjustment to our interface - Loading via autoloader Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #5342 from nextcloud/userlist-used-space | Morris Jobke | 2017-07-05 | 1 | -0/+12 |
|\ \ | |/ |/| | show used space in user list | ||||
| * | Added missing PHPDoc for @since | Morris Jobke | 2017-06-21 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | show used space in user list | Robin Appelman | 2017-06-15 | 1 | -0/+11 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #4890 from nextcloud/unify-settings | blizzz | 2017-06-29 | 1 | -0/+27 |
|\ \ | | | | | | | Unify settings | ||||
| * | | We're on 13 now… | Arthur Schiwon | 2017-06-26 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | Adopt DB and Manager to personal settings structure | Arthur Schiwon | 2017-06-23 | 1 | -0/+10 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | Extend interfaces | Arthur Schiwon | 2017-06-23 | 1 | -0/+17 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Deprecate static writeLog() method | Morris Jobke | 2017-06-23 | 1 | -0/+1 |
|/ / | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Improve wording of various error messages | Jan-Christoph Borchardt | 2017-06-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | Make cache and scss caching depend on the baseUrl | Julius Härtl | 2017-06-15 | 1 | -0/+6 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | add new config switched for the global scale architecture | Bjoern Schiessle | 2017-05-29 | 1 | -0/+51 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Change cron wording to background jobs | Jan-Christoph Borchardt | 2017-05-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Thows exception if password not available | Morris Jobke | 2017-05-12 | 2 | -0/+37 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #4736 from nextcloud/richdef-opengraphv12.0.0beta2 | Lukas Reschke | 2017-05-09 | 1 | -0/+68 |
|\ | | | | | open-graph | ||||
| * | Add circle as well | Joas Schilling | 2017-05-09 | 1 | -0/+25 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | my name as author | Maxence Lange | 2017-05-09 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> | ||||
| * | using title as name | Maxence Lange | 2017-05-09 | 1 | -8/+8 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> | ||||
| * | open-graph | Maxence Lange | 2017-05-08 | 1 | -0/+43 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> | ||||
* | | Merge pull request #4727 from stffabi/IncreaseDeviceEntropy | Lukas Reschke | 2017-05-08 | 1 | -0/+7 |
|\ \ | | | | | | | Increase device password entropy. | ||||
| * | | Increase device password entropy. Use lower- and upper-case characters and ↵ | Fabrizio Steiner | 2017-05-08 | 1 | -0/+7 |
| |/ | | | | | | | | | | | digits, but exclude ambiguous characters. The number of digits has also been increased to 25. Signed-off-by: Fabrizio Steiner <fabrizio.steiner@gmail.com> | ||||
* / | Add function to request SVG or regular fallback image | Lukas Reschke | 2017-05-08 | 1 | -2/+3 |
|/ | | | | | | Fixes https://github.com/nextcloud/server/issues/4647 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | IGroup::getDisplayName is available version 12, not 11 (9.2) | Julius Härtl | 2017-05-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add PHPDoc | Morris Jobke | 2017-05-02 | 1 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | UserManager can now count disabled users | Arthur Schiwon | 2017-04-29 | 1 | -0/+8 |
| | | | | | | Users page takes advantage of that Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | allow apps to set custom mount types | Robin Appelman | 2017-04-28 | 1 | -0/+9 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #4522 from nextcloud/downstream-27596 | Morris Jobke | 2017-04-27 | 1 | -1/+11 |
|\ | | | | | 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 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Allow to create a user for a specific backend | Joas Schilling | 2017-04-26 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #4501 from nextcloud/downstream-27144 | Morris Jobke | 2017-04-26 | 1 | -4/+13 |
|\ \ | | | | | | | Add duration of last job execution to the table | ||||
| * | | Add duration of last job execution to the table | Noveen Sachdeva | 2017-04-25 | 1 | -4/+13 |
| | | | |||||
* | | | Fix missing conflict resolutions | Joas Schilling | 2017-04-26 | 2 | -8/+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 | 3 | -2/+57 |
| |/ |/| | | | | | | | | | | | owncloud/diagnostics (#27643) * Adjust query/event logging code in favour of more complex owncloud/diagnostics * Add descriptions to IQueryLogger and IEventLogger interfaces | ||||
* | | Merge pull request #4467 from nextcloud/lists-for-html-mails | Roeland Jago Douma | 2017-04-26 | 1 | -0/+14 |
|\ \ | | | | | | | Add lists to HTML emails | ||||
| * | | Allow meta info and icons | Joas Schilling | 2017-04-25 | 1 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Add lists to HTML emails | Joas Schilling | 2017-04-24 | 1 | -0/+10 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Don't show contacts an entry for themselves | Christoph Wurst | 2017-04-25 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Contacts menu | Christoph Wurst | 2017-04-25 | 5 | -0/+265 |
|/ | | | | | | | * load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 9 | -10/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #4428 from nextcloud/file-by-id-limit-user | Roeland Jago Douma | 2017-04-21 | 1 | -2/+4 |
|\ | | | | | limit the user when searching for a file by id if we know the user already | ||||
| * | limit the user when searching for a file by id if we know the user already | Robin Appelman | 2017-04-21 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix theming tests | Joas Schilling | 2017-04-20 | 1 | -1/+1 |
|/ | | | | | | | Trying to configure method "shouldReplaceIcons" which cannot be configured because it does not exist, has not been specified, is final, or is static Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Rename renderHTML to renderHtml | Morris Jobke | 2017-04-19 | 1 | -2/+2 |
| | | | | | | | * fixes #4383 * improves consistency Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix translations | Joas Schilling | 2017-04-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #2834 from nextcloud/accesListToShareManager | Morris Jobke | 2017-04-15 | 3 | -0/+100 |
|\ | | | | | Access list to share manager | ||||
| * | Adjust docs and make !$currentAccess simpler | Joas Schilling | 2017-04-13 | 2 | -16/+25 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |