Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow searching for favorites | Robin Appelman | 2017-03-08 | 1 | -0/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #3360 from nextcloud/dav-search | Robin Appelman | 2017-03-08 | 7 | -1/+257 |
|\ | | | | | Implement webdav SEARCH | ||||
| * | add tests for searchQuery | Robin Appelman | 2017-03-01 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Implement webdav SEARCH | Robin Appelman | 2017-03-01 | 6 | -2/+50 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | add icewind/searchdav | Robin Appelman | 2017-02-28 | 5 | -0/+205 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Remove deprecated OC_User::isLoggedIn | Sebastian Wessalowski | 2017-03-02 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Sebastian Wessalowski <sebastian@wessalowski.org> | ||||
* | IServerContainer is effectively an IContainer | Christoph Wurst | 2017-02-20 | 1 | -1/+1 |
| | | | | | | This relation was not explicitly declared in the class description. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add missing PHPDoc and properly throw exception | Morris Jobke | 2017-02-13 | 2 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix detection of the new iOS app | Joas Schilling | 2017-02-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix copyright headers | Robin Appelman | 2017-02-09 | 2 | -2/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add a single public api for resolving a cloud id to a user and remote and back | Robin Appelman | 2017-02-08 | 3 | -0/+119 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #2044 from nextcloud/login-credential-store | Morris Jobke | 2017-01-30 | 3 | -0/+136 |
|\ | | | | | Login credential store | ||||
| * | fix @since annotations (9.1->12) | Christoph Wurst | 2017-01-11 | 3 | -7/+7 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | add @since annotations and document methods | Christoph Wurst | 2017-01-11 | 2 | -0/+14 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | add login credential store | Christoph Wurst | 2017-01-11 | 3 | -0/+122 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Add since | Robin Appelman | 2017-01-27 | 3 | -0/+28 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Add a more powerful notify mechanism | Robin Appelman | 2017-01-27 | 4 | -0/+145 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #3240 from nextcloud/storage-interface-tweaks | Christoph Wurst | 2017-01-25 | 2 | -2/+3 |
|\ \ | | | | | | | minor storage interface tweaks | ||||
| * | | minor storage interface tweaks | Robin Appelman | 2017-01-24 | 2 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Allow apps to specify an icon with the sections via the API | Joas Schilling | 2017-01-19 | 2 | -0/+39 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #3106 from nextcloud/spreed-calls-are-objects | Joas Schilling | 2017-01-17 | 1 | -0/+25 |
|\ \ | | | | | | | Define spreed calls | ||||
| * | | Add call-type in case the information shall be used for styling or something ↵ | Joas Schilling | 2017-01-17 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | else in the future Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Define spreed calls | Joas Schilling | 2017-01-16 | 1 | -0/+19 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #3023 from ↵ | Christoph Wurst | 2017-01-17 | 1 | -0/+9 |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/issue-2915-filter-out-sensitive-appconfigs Filter out sensitive appconfig values | ||||
| * | | Filter out sensitive appconfig values | Joas Schilling | 2017-01-11 | 1 | -0/+9 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #2918 from nextcloud/encryption-recovery-improvements | Morris Jobke | 2017-01-13 | 1 | -0/+10 |
|\ \ \ | |_|/ |/| | | create new encryption keys on password reset and backup the old one | ||||
| * | | create new encryption keys on password reset and backup the old one | Bjoern Schiessle | 2017-01-10 | 1 | -0/+10 |
| |/ | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | fix coding style and increase code coverage | Christoph Wurst | 2017-01-11 | 1 | -12/+13 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Update TwoFactorException.php | Cornelius Kölbel | 2017-01-11 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Add a TwoFactorException | Cornelius Kölbel | 2017-01-11 | 1 | -0/+37 |
|/ | | | | | | | | | | | A Two Factor third party App may throw a TwoFactorException() with a more detailed error message in case the authentication fails. The 2FA Controller will then display the message of this Exception to the user. Working on #26593 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #3000 from nextcloud/cache-no-store | Roeland Jago Douma | 2017-01-10 | 1 | -2/+2 |
|\ | | | | | set 'no-store' cache header if we do not want FF to cache | ||||
| * | set 'no-store' cache header if we do not want FF to cache | Christoph Wurst | 2017-01-09 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #2943 from nextcloud/kill_old_preview_code | Morris Jobke | 2017-01-10 | 1 | -1/+1 |
|\ \ | |/ |/| | Cleanup old preview code | ||||
| * | Rewrite old preview endpoint for PreviewManager | Roeland Jago Douma | 2017-01-04 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #2930 from ↵ | Roeland Jago Douma | 2017-01-06 | 1 | -0/+9 |
|\ \ | | | | | | | | | | | | | nextcloud/kill-group-restriction-when-not-applicable Remove group restrictions when those are not allowed anymore | ||||
| * | | Remove group restrictions when those are not allowed anymore | Joas Schilling | 2017-01-04 | 1 | -0/+9 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | Add bitwise AND and OR to the expression builder | Joas Schilling | 2017-01-05 | 1 | -0/+21 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adding group display name support | Vincent Petry | 2016-12-22 | 2 | -0/+21 |
| | |||||
* | Activities IManager throws an BadMethodCallException | Christoph Wurst | 2016-12-19 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove leading slash from sharing activity | Joas Schilling | 2016-12-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove IDb interface which was deprecated for 3 years already | Joas Schilling | 2016-12-14 | 3 | -77/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #2437 from nextcloud/update-notification-icons | Morris Jobke | 2016-12-02 | 1 | -39/+57 |
|\ | | | | | Use an icon for the update notifications | ||||
| * | Update versions to 11.0.0 | Joas Schilling | 2016-12-01 | 1 | -39/+39 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Highlight the app name in the notification | Joas Schilling | 2016-12-01 | 1 | -0/+18 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Add language to the parse method for emails | Joas Schilling | 2016-12-01 | 1 | -4/+7 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | prevent warning in StreamResponse | Robin Appelman | 2016-11-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Use correct channel information | Morris Jobke | 2016-11-29 | 1 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add an event merger and use it for the files activities | Joas Schilling | 2016-11-25 | 1 | -0/+64 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #1972 from nextcloud/invalid-files-from-scanner | Roeland Jago Douma | 2016-11-22 | 2 | -0/+62 |
|\ | | | | | Make sure we don't scan files that can not be accessed | ||||
| * | Move the validation into one place only | Joas Schilling | 2016-11-21 | 2 | -0/+62 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |