Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #38148 from nextcloud/file-info-etag | Robin Appelman | 2023-05-11 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | also show file etag in file info | Robin Appelman | 2023-05-09 | 1 | -0/+1 | |
* | | | | | | | | Merge pull request #33381 from luzpaz/fix/lib-public-typos | John Molakvoæ | 2023-05-11 | 19 | -22/+22 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix typos in lib/public subdirectory | Simon L | 2023-05-10 | 19 | -22/+22 | |
* | | | | | | | | | Merge pull request #37961 from nextcloud/poc/noid/systemtags-perf | Arthur Schiwon | 2023-05-11 | 12 | -54/+333 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | refactor: remove where specification from SELECT getter | Arthur Schiwon | 2023-05-10 | 3 | -7/+8 | |
| * | | | | | | | | | refactor: remove SystemTag logic from Folder into QuerySearchHelper | Arthur Schiwon | 2023-05-09 | 6 | -55/+117 | |
| * | | | | | | | | | chore: polish SystemTagsInUseCollection | Arthur Schiwon | 2023-05-09 | 2 | -12/+33 | |
| * | | | | | | | | | fix: improve naming of new systemtags endpoint to systemtags-assigned | Arthur Schiwon | 2023-05-09 | 2 | -4/+4 | |
| * | | | | | | | | | feat: specify media type via url path: systemtags-current/$mediaType | Arthur Schiwon | 2023-05-09 | 3 | -4/+28 | |
| * | | | | | | | | | PoC: SystemTags endpoint to return tags used by a user with meta data | Arthur Schiwon | 2023-05-09 | 9 | -46/+217 | |
* | | | | | | | | | | Merge pull request #38194 from nextcloud/fix/unsupported-redirect | John Molakvoæ | 2023-05-11 | 3 | -5/+7 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | fix: prevent malicious url in unsupported browser redirect | John Molakvoæ | 2023-05-11 | 3 | -5/+7 | |
* | | | | | | | | | | Merge pull request #38067 from nextcloud/fix/noid/sortTags | Arthur Schiwon | 2023-05-11 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | fix: use interface instead of implementation as type hint | Arthur Schiwon | 2023-05-10 | 1 | -2/+1 | |
| * | | | | | | | | | fix: sort tags by name | Arthur Schiwon | 2023-05-04 | 1 | -1/+6 | |
* | | | | | | | | | | Merge pull request #37691 from nextcloud/object-store-background-scan | John Molakvoæ | 2023-05-11 | 9 | -112/+145 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | repair -1 folder sizes for object store background scan | Robin Appelman | 2023-05-10 | 9 | -112/+145 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #38163 from nextcloud/show-loading-spinner-until-share-set... | Pytal | 2023-05-10 | 7 | -6/+12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Show loading spinner until share settings are fully loaded | Daniel Calviño Sánchez | 2023-05-10 | 7 | -6/+12 | |
* | | | | | | | | | | | Merge pull request #38174 from nextcloud/enh/template-picker | Simon L | 2023-05-10 | 3 | -9/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | feat: Enhance template picker size and layout depending on aspect ratio | Julius Härtl | 2023-05-10 | 3 | -9/+10 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #38170 from nextcloud/bugfix/38165/workflow-engine-ui | Joas Schilling | 2023-05-10 | 11 | -168/+180 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | chore(assets): Recompile JS | Joas Schilling | 2023-05-10 | 4 | -6/+6 | |
| * | | | | | | | | | | fix(workflowengine): Fix multiple UI issues in workflow engine admin settings | Joas Schilling | 2023-05-10 | 7 | -162/+174 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #37971 from nextcloud/info-file-get | Robin Appelman | 2023-05-10 | 6 | -0/+300 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | minor fixes for get/put | Robin Appelman | 2023-05-09 | 2 | -6/+19 | |
| * | | | | | | | | | | add command to write a file | Robin Appelman | 2023-05-04 | 6 | -2/+87 | |
| * | | | | | | | | | | move get/delete commands to files namespace, make get take the output as argu... | Robin Appelman | 2023-05-04 | 6 | -13/+17 | |
| * | | | | | | | | | | add command to delete a file | Robin Appelman | 2023-05-04 | 3 | -0/+121 | |
| * | | | | | | | | | | add command to get a file from the filesystem | Robin Appelman | 2023-05-04 | 2 | -0/+77 | |
* | | | | | | | | | | | Merge pull request #36118 from nextcloud/fix/caldav/invitation-outlook-compat... | Anna | 2023-05-10 | 3 | -6/+32 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix calendar emails to be outlook compatible | Anna Larch | 2023-02-21 | 3 | -6/+32 | |
* | | | | | | | | | | | Merge pull request #31469 from nextcloud/feat/workflow-auto-update-lint-eslin... | John Molakvoæ | 2023-05-10 | 1 | -8/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Updating lint-eslint.yml workflow from template | Nextcloud bot | 2022-10-15 | 1 | -9/+11 | |
* | | | | | | | | | | | | Merge pull request #38152 from nextcloud/chore/psalm-baseline-editorconfig | Christoph Wurst | 2023-05-10 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | chore: Fine-tune editorconfig for build/psalm-baseline.xml | Christoph Wurst | 2023-05-09 | 1 | -0/+4 | |
* | | | | | | | | | | | | | Merge pull request #38048 from nextcloud/enh/add-x-nc-scope-property | Christoph Wurst | 2023-05-10 | 10 | -65/+431 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | feat(dav): store scopes for properties and filter locally scoped properties f... | Anna Larch | 2023-05-09 | 10 | -65/+431 | |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #37954 from nextcloud/artonge/fix/do_not_allow_to_show_pwd... | Louis | 2023-05-10 | 5 | -6/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Do not allow to toggle between password and text in sharing | Louis Chemineau | 2023-05-09 | 5 | -6/+7 | |
* | | | | | | | | | | | | | Merge pull request #38144 from nextcloud/fix/36922-9.1.3.1h/8.1_-_When_editin... | Julia Kirschenheuter | 2023-05-10 | 5 | -10/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Add hidden labels for inputs while editing user row | julia.kirschenheuter | 2023-05-09 | 5 | -10/+21 | |
* | | | | | | | | | | | | | | Merge pull request #38100 from tanganellilore/fix_delete_ChunkingV2Plugin | Julius Härtl | 2023-05-10 | 1 | -9/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | fix error on delete in ChunkingV2Plugin | Lorenzo Tanganelli | 2023-05-05 | 1 | -9/+7 | |
* | | | | | | | | | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-05-10 | 86 | -82/+120 | |
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request #37944 from nextcloud/enh/allow-filescan-to-continue-on-error | Côme Chilliet | 2023-05-09 | 1 | -36/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Add an error counter | Côme Chilliet | 2023-05-04 | 1 | -20/+17 | |
| * | | | | | | | | | | | | | | Only show error stack trace on very verbose level | Côme Chilliet | 2023-05-02 | 1 | -6/+2 | |
| * | | | | | | | | | | | | | | Do not stop at the first PHP error/warning in files:scan | Côme Chilliet | 2023-04-27 | 1 | -11/+15 |