| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #21439 from nextcloud/feature/noid/move-autocomplete-filte... | Joas Schilling | 2020-07-03 | 1 | -1/+1 |
|\ |
|
| * | Move AutoComplete::filterResults to new event dispatcher and GenericEvent | Joas Schilling | 2020-07-01 | 1 | -1/+1 |
* | | Replace TYPE with TYPES | Daniel Kesselberg | 2020-06-30 | 1 | -2/+3 |
|/ |
|
* | Fix robots "noindex, nofollow" signals | Joas Schilling | 2020-06-25 | 2 | -0/+2 |
* | Deprecate \OCP\ISearch | Christoph Wurst | 2020-06-24 | 5 | -0/+24 |
* | Implement unified search for Files | Christoph Wurst | 2020-06-24 | 1 | -1/+1 |
* | Add unified search API | Christoph Wurst | 2020-06-24 | 5 | -0/+391 |
* | Merge pull request #21479 from nextcloud/fix/21474/allow_specifying_cookie_type | blizzz | 2020-06-22 | 2 | -3/+5 |
|\ |
|
| * | Allow to specify the cookie type for appframework responses | Roeland Jago Douma | 2020-06-22 | 2 | -3/+5 |
* | | Merge pull request #21475 from nextcloud/enh/noid/flow-event-dispatcher | blizzz | 2020-06-22 | 1 | -0/+34 |
|\ \
| |/
|/| |
|
| * | flow to not use deprecated event dispatcher methods | Arthur Schiwon | 2020-06-19 | 1 | -0/+34 |
* | | Allow crash reporters registration during app bootstrap | Christoph Wurst | 2020-06-19 | 3 | -0/+20 |
* | | Load the app.php before running apps' boot method | Christoph Wurst | 2020-06-17 | 1 | -0/+7 |
* | | Add dedicated API for apps' bootstrapping process | Christoph Wurst | 2020-06-17 | 3 | -0/+209 |
|/ |
|
* | Merge pull request #21311 from nextcloud/techdebt/noid/make-share-order-reliable | Roeland Jago Douma | 2020-06-09 | 1 | -1/+1 |
|\ |
|
| * | Always sort shares in a reliable way | Joas Schilling | 2020-06-08 | 1 | -1/+1 |
* | | Deprecate \OCP\IServerContainer::getEventDispatcher | Christoph Wurst | 2020-06-08 | 1 | -0/+1 |
|/ |
|
* | Add lazy events for the Node API | Roeland Jago Douma | 2020-05-28 | 15 | -0/+530 |
* | Copy over the ETag and LastModified when formatting a Dataresponse | Roeland Jago Douma | 2020-05-19 | 1 | -0/+8 |
* | Allow links to conversations | Joas Schilling | 2020-05-13 | 1 | -0/+6 |
* | Merge pull request #20897 from nextcloud/bugfix/httpcache | Roeland Jago Douma | 2020-05-13 | 1 | -5/+4 |
|\ |
|
| * | Add public argument to Http cacheFor() | Clement Wong | 2020-05-10 | 1 | -5/+4 |
| * | Proxy server could cache http response when it is not private | Clement Wong | 2020-05-10 | 1 | -2/+2 |
* | | Fix OCPSinceChecker and php-cs | Morris Jobke | 2020-05-08 | 1 | -0/+4 |
* | | Add InitialState Appframework service | Roeland Jago Douma | 2020-05-07 | 1 | -0/+54 |
* | | Merge pull request #20782 from nextcloud/enh/appframework/appconfig_wrapper | Roeland Jago Douma | 2020-05-07 | 1 | -0/+111 |
|\ \ |
|
| * | | Simple AppConfig wrapper for the AppFramework | Roeland Jago Douma | 2020-05-02 | 1 | -0/+111 |
* | | | PHP 7.4 excludes the arguments from stack traces by default. | Daniel Kesselberg | 2020-04-30 | 1 | -1/+4 |
|/ / |
|
* | | Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendar | Roeland Jago Douma | 2020-04-30 | 1 | -0/+6 |
|\ \ |
|
| * | | Provide links to calendar in event creation/update activities | Thomas Citharel | 2020-04-26 | 1 | -0/+6 |
| |/ |
|
* / | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 104 | -10/+105 |
|/ |
|
* | Use paginated search for contacts | Julius Härtl | 2020-04-23 | 2 | -0/+4 |
* | Allow some apps to have root URLs in their own routing file | Joas Schilling | 2020-04-18 | 1 | -3/+1 |
* | Merge pull request #20505 from nextcloud/fix/noid/system-creds | blizzz | 2020-04-16 | 1 | -3/+3 |
|\ |
|
| * | fix credentialsManager documentation and ensure userId to be used as string | Arthur Schiwon | 2020-04-15 | 1 | -3/+3 |
* | | Merge pull request #20511 from nextcloud/fix/cs-fixer-ldap | Roeland Jago Douma | 2020-04-16 | 1 | -0/+1 |
|\ \ |
|
| * | | PHP-CS-Fixer green | Roeland Jago Douma | 2020-04-16 | 1 | -0/+1 |
| |/ |
|
* / | Provide the proper language to the mailer | Roeland Jago Douma | 2020-04-16 | 2 | -3/+4 |
|/ |
|
* | Check all remotes for local access | Joas Schilling | 2020-04-14 | 1 | -0/+29 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 51 | -272/+272 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 2 | -5/+5 |
* | Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas... | Christoph Wurst | 2020-04-10 | 219 | -381/+165 |
|\ |
|
| * | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 219 | -381/+165 |
* | | Merge pull request #19495 from nextcloud/preview-generate-batch | Roeland Jago Douma | 2020-04-10 | 2 | -0/+52 |
|\ \
| |/
|/| |
|
| * | optimize batch generation of previews | Robin Appelman | 2020-04-09 | 1 | -0/+39 |
| * | allow generating multiple preview sizes for a single file at once | Robin Appelman | 2020-04-09 | 1 | -0/+13 |
* | | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 2 | -2/+2 |
* | | Make sure every file ends with an empty newline | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | | Remove trailing whitespaces from comments | Christoph Wurst | 2020-04-09 | 6 | -15/+15 |
* | | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 5 | -11/+11 |