| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #22117 from nextcloud/activity-settings-grouping | Morris Jobke | 2020-08-11 | 1 | -1/+2 |
|\ |
|
| * | allow grouping of activity settings | Robin Appelman | 2020-08-05 | 1 | -1/+2 |
* | | Add config option to enable multibucket preview distribution | Morris Jobke | 2020-08-06 | 1 | -14/+21 |
* | | Mount the old previews in a separate folder for the multi bucket setup and ch... | Morris Jobke | 2020-08-06 | 1 | -0/+106 |
* | | Merge pull request #22008 from elijahnyp/OCImage_Leak_Fix | Morris Jobke | 2020-08-05 | 1 | -3/+2 |
|\ \
| |/
|/| |
|
| * | fix memory leak caused by not destroying image in Preview/Generate.php | Elijah Martin-Merrill | 2020-07-27 | 1 | -3/+2 |
* | | Add user-status app | Georg Ehrke | 2020-07-31 | 1 | -2/+2 |
* | | Fix overwriteService() for apps | Joas Schilling | 2020-07-28 | 1 | -4/+11 |
|/ |
|
* | Merge pull request #21972 from nextcloud/techdebt/noid/cleanup-phpunit-warnings | Morris Jobke | 2020-07-23 | 7 | -52/+14 |
|\ |
|
| * | Remove deprecated test of internal attributes via assertAttributeEquals in co... | Morris Jobke | 2020-07-23 | 3 | -32/+0 |
| * | Use assertEqualsCanonicalizing instead of deprecated assertEquals parameter | Morris Jobke | 2020-07-23 | 1 | -2/+2 |
| * | Remove deprecated test of internal attributes via assertAttributeEquals | Morris Jobke | 2020-07-23 | 2 | -16/+10 |
| * | Use assertStringContainsString instead of assertContains on strings | Morris Jobke | 2020-07-23 | 1 | -2/+2 |
* | | use exceptions for error signaling in writeStream | Robin Appelman | 2020-07-23 | 1 | -1/+0 |
* | | rollback cache rename if trashbin move fails | Robin Appelman | 2020-07-23 | 1 | -7/+2 |
|/ |
|
* | Adjust apps' code to use the ContainerInterface | Christoph Wurst | 2020-07-21 | 1 | -1/+2 |
* | Add real events to load additionalscripts | Roeland Jago Douma | 2020-07-15 | 1 | -9/+46 |
* | Move to lazy panel registration during registration context | Julius Härtl | 2020-07-15 | 1 | -0/+6 |
* | Delegate bootstrap registration lazily | Christoph Wurst | 2020-07-14 | 1 | -6/+0 |
* | Merge pull request #21759 from nextcloud/enh/lazy_subscription | Roeland Jago Douma | 2020-07-09 | 2 | -2/+75 |
|\ |
|
| * | Add DummySubscription for tests | Daniel Kesselberg | 2020-07-09 | 2 | -0/+68 |
| * | Make the subscription registry lazy | Roeland Jago Douma | 2020-07-09 | 1 | -2/+7 |
* | | ensure mounts are scanned during tests | Robin Appelman | 2020-07-09 | 2 | -1/+7 |
* | | Use the correct mountpoint to calculate | Roeland Jago Douma | 2020-07-09 | 1 | -0/+9 |
|/ |
|
* | Fix supporting defaults for routes | Roeland Jago Douma | 2020-07-08 | 1 | -14/+10 |
* | Do not create a RouteActionHandler object for each route | Roeland Jago Douma | 2020-07-07 | 1 | -4/+3 |
* | Update SecurityMiddleware.php | Holger Hees | 2020-07-06 | 1 | -1/+1 |
* | Tags.php and the old sharing mechanism | Morris Jobke | 2020-07-06 | 1 | -36/+0 |
* | Callable parameter injection | Christoph Wurst | 2020-07-03 | 2 | -3/+90 |
* | Merge pull request #21360 from nextcloud/root-storage-prevent-scanning | Roeland Jago Douma | 2020-07-02 | 1 | -0/+59 |
|\ |
|
| * | prevent the root storage from accidentally scanning user folders | Robin Appelman | 2020-06-11 | 1 | -0/+59 |
* | | Merge pull request #21599 from nextcloud/debt/noid/type-to-types | Roeland Jago Douma | 2020-07-02 | 1 | -3/+3 |
|\ \ |
|
| * | | Replace TYPE with TYPES | Daniel Kesselberg | 2020-06-30 | 1 | -3/+3 |
* | | | Merge pull request #21653 from nextcloud/bugfix/noid/fix-ipv6-remote-addresse... | Roeland Jago Douma | 2020-07-02 | 1 | -0/+28 |
|\ \ \ |
|
| * | | | Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating | Joas Schilling | 2020-07-02 | 1 | -0/+28 |
| |/ / |
|
* / / | Fix unit tests | Joas Schilling | 2020-06-26 | 2 | -9/+9 |
|/ / |
|
* | | Fix robots "noindex, nofollow" signals | Joas Schilling | 2020-06-25 | 3 | -3/+6 |
* | | Fix tests | Joas Schilling | 2020-06-24 | 1 | -1/+0 |
* | | Update share type constant usage | Joas Schilling | 2020-06-24 | 15 | -393/+395 |
* | | Add unified search API | Christoph Wurst | 2020-06-24 | 1 | -0/+6 |
* | | Fix language in share notes email for users | Joas Schilling | 2020-06-23 | 1 | -12/+29 |
* | | Merge pull request #21452 from nextcloud/bugfix/21451/allow-autocomplete-by-d... | Joas Schilling | 2020-06-23 | 1 | -37/+47 |
|\ \ |
|
| * | | Fix unit tests | Joas Schilling | 2020-06-18 | 1 | -37/+47 |
* | | | Merge pull request #21479 from nextcloud/fix/21474/allow_specifying_cookie_type | blizzz | 2020-06-22 | 1 | -6/+13 |
|\ \ \ |
|
| * | | | Allow to specify the cookie type for appframework responses | Roeland Jago Douma | 2020-06-22 | 1 | -6/+13 |
* | | | | Fix unit test of the ResponseTest | Roeland Jago Douma | 2020-06-21 | 1 | -3/+3 |
|/ / / |
|
* / / | Allow crash reporters registration during app bootstrap | Christoph Wurst | 2020-06-19 | 2 | -5/+49 |
|/ / |
|
* | | Add dedicated API for apps' bootstrapping process | Christoph Wurst | 2020-06-17 | 3 | -0/+345 |
* | | Merge pull request #21416 from nextcloud/fix/user-deleted-token-cleanup | Christoph Wurst | 2020-06-16 | 1 | -0/+117 |
|\ \ |
|
| * | | Clean up auth tokens when user is deleted | Christoph Wurst | 2020-06-15 | 1 | -0/+117 |