| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Refactor `OC\Server::getHasher` | Andrew Summers | 2024-03-15 | 1 | -2/+2 |
| |/ / /
|/| | | |
|
* | | | | refactor(mimeloader): modernize MimeTypeLoader | Thomas Citharel | 2024-03-14 | 1 | -4/+4 |
* | | | | fix: add missing copyrights and strict types | Andrey Borysenko | 2024-03-12 | 5 | -0/+78 |
* | | | | feat: Add declarative settings | jld3103 | 2024-03-12 | 7 | -0/+496 |
* | | | | Merge pull request #42707 from nextcloud/enh/noid/store-file-etag-at-metadata... | Maxence Lange | 2024-03-11 | 2 | -0/+37 |
|\ \ \ \ |
|
| * | | | | feat(metadata): get deprecated status using file etag | Maxence Lange | 2024-03-07 | 2 | -0/+37 |
* | | | | | Merge pull request #44073 from nextcloud/fix/provide-correct-icon | Joas Schilling | 2024-03-08 | 1 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | fix(AppManager): Allow to query dark **or** bright icon | Ferdinand Thiessen | 2024-03-08 | 1 | -1/+2 |
* | | | | | | feat(files): copy live photos | Maxence Lange | 2024-03-08 | 5 | -47/+47 |
* | | | | | | Merge pull request #43778 from nextcloud/fix/edge-csp | Julius Härtl | 2024-03-08 | 1 | -3/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | fix: Allow nonce in csp header also if no other reasons are given | Julius Härtl | 2024-03-08 | 1 | -3/+3 |
| |/ / / / / |
|
* | | | | | | Merge pull request #44064 from nextcloud/deprecate-getNumberOfUnreadCommentsF... | Robin Appelman | 2024-03-08 | 1 | -0/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implemen... | Robin Appelman | 2024-03-07 | 1 | -0/+1 |
* | | | | | | feat(AppManager): Provide `getAppIcon` function | Ferdinand Thiessen | 2024-03-07 | 1 | -0/+9 |
|/ / / / / |
|
* | | | | | fix: Swap method and uri parameter in request to match upstream order | Côme Chilliet | 2024-03-07 | 1 | -2/+2 |
* | | | | | feat(IClient): Add `request` function to do arbitrary HTTP requests | Ferdinand Thiessen | 2024-03-07 | 1 | -0/+31 |
|/ / / / |
|
* | | | | chore: remove long depricated share code | Robin Appelman | 2024-03-06 | 1 | -93/+1 |
* | | | | chore(IURLGenerater): Document changes to `URL_REGEX_NO_MODIFIERS` | Jonas | 2024-03-06 | 1 | -0/+2 |
* | | | | fix: Make URL pattern regexes match localhost and URLs with ports | Jonas | 2024-03-06 | 1 | -1/+1 |
* | | | | Merge pull request #43471 from nextcloud/cache-path-by-id | Robin Appelman | 2024-03-05 | 3 | -2/+40 |
|\ \ \ \ |
|
| * | | | | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -1/+1 |
| * | | | | feat: add interface to get only a single node by id instead of all nodes for ... | Robin Appelman | 2024-03-04 | 2 | -1/+39 |
* | | | | | Merge pull request #43855 from nextcloud/feat/team-provider | Julius Härtl | 2024-03-05 | 5 | -0/+344 |
|\ \ \ \ \ |
|
| * | | | | | feat: Implement team provider api | Julius Härtl | 2024-03-05 | 5 | -0/+344 |
| |/ / / / |
|
* | | | | | Merge pull request #43791 from nextcloud/share-api-cleanup | Robin Appelman | 2024-03-04 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | fix: update "move into share" check to share manager | Robin Appelman | 2024-02-27 | 1 | -2/+2 |
* | | | | | fix(IUrlGenerator): Add `throws` documentation for `imagePath` function | Ferdinand Thiessen | 2024-03-02 | 1 | -0/+1 |
* | | | | | fix: Also expose forbidden filename character in the capabilities | Ferdinand Thiessen | 2024-02-28 | 1 | -2/+3 |
* | | | | | fix: Enforce forbidden filename characters on backend | Ferdinand Thiessen | 2024-02-28 | 1 | -1/+22 |
* | | | | | fix(federation): Allow cloud federation providers to handle unsuccessful retu... | Joas Schilling | 2024-02-28 | 2 | -0/+32 |
* | | | | | Merge pull request #43209 from nextcloud/enh/edit-indices | Greta | 2024-02-28 | 1 | -0/+41 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | feat(occ): add possibility to edit indices | Johannes Merkel | 2024-02-27 | 1 | -0/+41 |
* | | | | | Merge pull request #43529 from nextcloud/enh/noid/leave-log-early-if-no-crash... | John Molakvoæ | 2024-02-23 | 1 | -0/+9 |
|\ \ \ \ \ |
|
| * | | | | | add hasListeners() | Maxence Lange | 2024-02-14 | 1 | -0/+9 |
* | | | | | | Merge pull request #38996 from fsamapoor/refactor_lib_private_fulltextsearch | John Molakvoæ | 2024-02-23 | 1 | -0/+35 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Adds new exception to check for the availability of the index. | Faraz Samapoor | 2024-01-15 | 1 | -0/+35 |
* | | | | | | feat(AppFramework): Add Route attribute | provokateurin | 2024-02-21 | 3 | -0/+287 |
| |_|/ / /
|/| | | | |
|
* | | | | | add some comments for the distributive operation and add another test | Robin Appelman | 2024-02-16 | 1 | -0/+4 |
* | | | | | fix types + autoloader | Robin Appelman | 2024-02-15 | 1 | -1/+4 |
* | | | | | optimize query pattern used by storage filter | Robin Appelman | 2024-02-15 | 1 | -2/+3 |
* | | | | | fix(OCP): Add since tag to all constants | Joas Schilling | 2024-02-15 | 1 | -3/+9 |
* | | | | | Merge pull request #43355 from nextcloud/feat/ocp-link-reference-provider | Anupam Kumar | 2024-02-15 | 1 | -0/+215 |
|\ \ \ \ \ |
|
| * | | | | | feat: Migrate LinkReferenceProvider to OCP | Anupam Kumar | 2024-02-14 | 1 | -0/+215 |
| | |/ / /
| |/| | | |
|
* | | | | | fix(OCP): Add since tag for all constants | Joas Schilling | 2024-02-14 | 37 | -6/+795 |
* | | | | | fix(settings): Deprecate old things for real | Joas Schilling | 2024-02-14 | 1 | -4/+4 |
|/ / / / |
|
* | | | | chore: Migrate away from OC::$server->getLogger | Côme Chilliet | 2024-02-13 | 1 | -1/+3 |
* | | | | Add timezone getter to ITimeFactory | Anna Larch | 2024-02-13 | 1 | -0/+8 |
* | | | | Merge branch 'master' into enh/speech-to-text-provider-with-userid | Alexander Piskun | 2024-02-13 | 29 | -116/+881 |
|\ \ \ \ |
|
| * \ \ \ | Merge pull request #43370 from nextcloud/test-iappconfig | Maxence Lange | 2024-02-12 | 1 | -3/+3 |
| |\ \ \ \ |
|
| | * | | | | fix getAllValues() to filter values based on prefix | Maxence Lange | 2024-02-07 | 1 | -3/+3 |
| | | |_|/
| | |/| | |
|