Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Improve typing as suggested by review | Côme Chilliet | 2023-08-08 | 1 | -32/+7 | |
| * | | Use Server::get instead of new to avoid troubles with encryption constructors | Côme Chilliet | 2023-08-08 | 1 | -30/+2 | |
| * | | Migrate away from ILogger in encryption | Côme Chilliet | 2023-08-08 | 15 | -441/+142 | |
* | | | Merge pull request #39694 from nextcloud/gps | Robin Appelman | 2023-08-08 | 1 | -37/+54 | |
|\ \ \ | ||||||
| * | | | preload all requested metadata | Robin Appelman | 2023-08-07 | 1 | -58/+53 | |
| * | | | expose gps data via webdav | tobiasKaminsky | 2023-08-04 | 1 | -0/+22 | |
* | | | | Merge pull request #39715 from nextcloud/Jerome-Herbinet-blog-url-update | Simon L | 2023-08-08 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Update blog URL (formerly "/news") | Jérôme Herbinet | 2023-08-04 | 1 | -1/+1 | |
* | | | | | Merge pull request #39058 from nextcloud/fix/fix-ldap-filters-for-empty-search | Côme Chilliet | 2023-08-08 | 1 | -2/+6 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Avoid adding (attribute=) part to filter which will confuse LDAP servers | Côme Chilliet | 2023-06-29 | 1 | -2/+6 | |
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-08 | 12 | -6/+68 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge pull request #39717 from nextcloud/fix/openapi/files_external | Julien Veyssier | 2023-08-07 | 4 | -6/+103 | |
|\ \ \ \ | ||||||
| * | | | | files_external: Fix OpenAPI | jld3103 | 2023-08-07 | 4 | -6/+103 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #38604 from fsamapoor/replace_strpos_calls_in_workflowengi... | Côme Chilliet | 2023-08-07 | 3 | -8/+8 | |
|\ \ \ \ | ||||||
| * | | | | Fixes "PossiblyFalseArgument" notices. | Faraz Samapoor | 2023-07-03 | 2 | -6/+6 | |
| * | | | | Refactors "strpos" calls in /apps/workflowengine to improve code readability. | Faraz Samapoor | 2023-07-03 | 3 | -8/+8 | |
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-07 | 16 | -0/+90 | |
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-06 | 6 | -0/+42 | |
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-05 | 8 | -0/+52 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanup | Joas Schilling | 2023-08-04 | 17 | -169/+40 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | fix!: Move getEventDispatcher usage to IEventDispatcher | Joas Schilling | 2023-07-28 | 1 | -1/+2 | |
| * | | | fix!: Remove LegacyBeforeTemplateRenderedListener from files_sharing | Joas Schilling | 2023-07-28 | 4 | -61/+0 | |
| * | | | fix!: Remove LegacyLoadAdditionalScriptsAdapter | Joas Schilling | 2023-07-28 | 5 | -62/+2 | |
| * | | | fix: Remove legacy dispatcher from share manager | Joas Schilling | 2023-07-28 | 1 | -2/+0 | |
| * | | | feat!: Migrate unShare events to typed events | Joas Schilling | 2023-07-28 | 1 | -2/+4 | |
| * | | | feat!: Migrate Sharing events to typed events | Joas Schilling | 2023-07-28 | 3 | -11/+6 | |
| * | | | feat!: Migrate AccountManager event to typed event | Joas Schilling | 2023-07-28 | 2 | -16/+10 | |
| * | | | feat!: Migrate TagService events to typed events | Joas Schilling | 2023-07-28 | 3 | -14/+16 | |
* | | | | Merge pull request #39689 from nextcloud/bugfix/39135/remove-share-notificati... | Joas Schilling | 2023-08-04 | 1 | -0/+8 | |
|\ \ \ \ | ||||||
| * | | | | fix(notifications): Remove share notification when the node is deleted | Joas Schilling | 2023-08-03 | 1 | -0/+8 | |
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-04 | 48 | -24/+286 | |
* | | | | | enh: handle user deleted | Christopher Ng | 2023-08-03 | 6 | -2/+62 | |
* | | | | | fix: set endpoint description | Christopher Ng | 2023-08-03 | 1 | -1/+1 | |
* | | | | | fix: ignore non-existing | Christopher Ng | 2023-08-03 | 1 | -0/+6 | |
* | | | | | enh: add json output to command | Christopher Ng | 2023-08-03 | 1 | -15/+40 | |
* | | | | | fix: return null if table exists | Christopher Ng | 2023-08-03 | 1 | -0/+4 | |
* | | | | | fix: remove unnecessary parsed subject | Christopher Ng | 2023-08-03 | 1 | -5/+0 | |
* | | | | | enh: highlight filename | Christopher Ng | 2023-08-03 | 1 | -3/+1 | |
* | | | | | fix: catch NodeNotFoundException in notifier | Christopher Ng | 2023-08-03 | 1 | -2/+5 | |
* | | | | | fix: exit on reminder not found | Christopher Ng | 2023-08-03 | 2 | -1/+10 | |
* | | | | | enh: handle node deleted | Christopher Ng | 2023-08-03 | 7 | -6/+81 | |
* | | | | | fix: construct background jobs | Christopher Ng | 2023-08-03 | 2 | -2/+2 | |
* | | | | | fix: remove throwable handling | Christopher Ng | 2023-08-03 | 2 | -13/+0 | |
* | | | | | fix: return ocs data | Christopher Ng | 2023-08-03 | 1 | -18/+18 | |
* | | | | | enh: does not exist return null | Christopher Ng | 2023-08-03 | 1 | -1/+4 | |
* | | | | | enh: serialize path | Christopher Ng | 2023-08-03 | 1 | -2/+2 | |
* | | | | | enh: comment interval | Christopher Ng | 2023-08-03 | 1 | -1/+1 | |
* | | | | | enh: return created status code | Christopher Ng | 2023-08-03 | 2 | -2/+9 | |
* | | | | | fix: create only if file exists | Christopher Ng | 2023-08-03 | 2 | -0/+11 | |
* | | | | | feat(files_reminders): add remove endpoint | Christopher Ng | 2023-08-03 | 3 | -5/+30 |