| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Fix event names of 2FA related typed events | Joas Schilling | 2023-07-03 | 58 | -1486/+1320 |
* | | | | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilities | Christoph Wurst | 2023-07-03 | 9 | -21/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | feat(ocp): More specific type for ICapabilities::getCapabilities | Christoph Wurst | 2023-07-03 | 9 | -21/+0 |
* | | | | Merge pull request #39103 from nextcloud/fix/remove-orphaned-file | John Molakvoæ | 2023-07-03 | 1 | -44/+0 |
|\ \ \ \ |
|
| * | | | | chore(files_sharing): Remove orphaned file with deprecated imports | Ferdinand Thiessen | 2023-07-01 | 1 | -44/+0 |
* | | | | | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backend | Côme Chilliet | 2023-07-03 | 15 | -170/+266 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Add method to list disabled users to IProvideEnabledStateBackend | Côme Chilliet | 2023-06-29 | 2 | -0/+16 |
| * | | | | Fix since annotations and add boolean return type for setUserEnabled | Côme Chilliet | 2023-06-20 | 2 | -3/+4 |
| * | | | | Fix User_Proxy tests as well | Côme Chilliet | 2023-05-25 | 1 | -1/+11 |
| * | | | | Use DI for DeletedUsersIndex and fix tests | Côme Chilliet | 2023-05-25 | 9 | -118/+151 |
| * | | | | [user_ldap] Add per-connection setting for marking remnants as disabled | Côme Chilliet | 2023-05-23 | 5 | -14/+32 |
| * | | | | Use the new IProvideEnabledStateBackend interface in user_ldap | Côme Chilliet | 2023-05-23 | 3 | -40/+58 |
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-03 | 6 | -0/+34 |
* | | | | | Merge pull request #39102 from nextcloud/fix/migrate-deprecated-ncappnavigati... | John Molakvoæ | 2023-07-02 | 3 | -21/+45 |
|\ \ \ \ \ |
|
| * | | | | | fix(settings): Migrate away from `NcAppNavigationCounter` | Ferdinand Thiessen | 2023-07-01 | 3 | -21/+45 |
| | |/ / /
| |/| | | |
|
* / | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-02 | 26 | -10/+342 |
|/ / / / |
|
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-01 | 146 | -170/+510 |
* | | | | chore: Compile assets | Ferdinand Thiessen | 2023-06-30 | 2 | -2/+2 |
* | | | | fix(settings): Migrate away from deprecated `NcPopoverMenu` | Ferdinand Thiessen | 2023-06-30 | 4 | -125/+126 |
* | | | | Merge pull request #38905 from nextcloud/artonge/feat/improve_files_versions_... | Louis | 2023-06-30 | 9 | -6/+45 |
|\ \ \ \ |
|
| * | | | | Base versions' has-preview on mimetype | Louis Chemineau | 2023-06-29 | 2 | -26/+3 |
| * | | | | Do not load preview if version tab is not active | Louis Chemineau | 2023-06-28 | 5 | -4/+33 |
| * | | | | Provide hasPreview in files_versions DAV API | Louis Chemineau | 2023-06-28 | 5 | -3/+36 |
* | | | | | Merge pull request #39025 from nextcloud/bugfix/noid/actions-empty-files | Julius Härtl | 2023-06-30 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | fix(files): Only render the menu if there are actions to show | Julius Härtl | 2023-06-29 | 1 | -2/+2 |
* | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-30 | 18 | -2/+124 |
|/ / / / / |
|
* | | | | | Merge pull request #38900 from tanganellilore/add_theming_doc_url | John Molakvoæ | 2023-06-29 | 1 | -0/+6 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | add getDocBaseUrl that exted default | Lorenzo Tanganelli | 2023-06-19 | 1 | -0/+6 |
* | | | | | Merge pull request #39018 from nextcloud/fix/migrate-to-loggerinterface-feder... | Côme Chilliet | 2023-06-29 | 2 | -81/+48 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Migrate federation application to LoggerInterface | Côme Chilliet | 2023-06-26 | 2 | -81/+48 |
* | | | | | Merge pull request #35915 from nextcloud/enh/noid/display-name-federated-shares | Arthur Schiwon | 2023-06-29 | 5 | -27/+178 |
|\ \ \ \ \ |
|
| * | | | | | displayname on federated shares | Maxence Lange | 2023-06-28 | 5 | -27/+178 |
* | | | | | | Merge pull request #38605 from fsamapoor/replace_strpos_calls_in_comments_app | Côme Chilliet | 2023-06-29 | 2 | -3/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | Refactors "strpos" calls in /apps/comments to improve code readability. | Faraz Samapoor | 2023-06-12 | 2 | -3/+3 |
* | | | | | | | Merge pull request #31790 from nextcloud/fix-events-with-old-lastoccurence | Christoph Wurst | 2023-06-29 | 2 | -8/+18 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | style(caldav): improve getDenormalizedData method | Thomas Citharel | 2023-06-27 | 1 | -2/+2 |
| * | | | | | | | Fix creating events with old (< unix time) lastoccurence | Thomas Citharel | 2023-06-27 | 2 | -6/+16 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #38839 from nextcloud/fix/36976-_9.1.4.11/8.2_-_The_frames... | Pytal | 2023-06-28 | 4 | -140/+202 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Replace plain input fields with NcTextField fields and NcMultiSelect fields w... | julia.kirschenheuter | 2023-06-28 | 4 | -140/+202 |
| | |_|_|_|/ /
| |/| | | | | |
|
* / | | | | | | wrap user status message input and buttons with native form | Maksim Sukharev | 2023-06-28 | 3 | -54/+44 |
|/ / / / / / |
|
* | | | | | | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpoint | Julius Härtl | 2023-06-28 | 2 | -207/+454 |
|\ \ \ \ \ \ |
|
| * | | | | | | fix: cannot apply limit+offset on multi-tag-search | Arthur Schiwon | 2023-06-27 | 1 | -1/+11 |
| * | | | | | | refactor: save unnecessary method_exists | Arthur Schiwon | 2023-06-21 | 1 | -4/+1 |
| * | | | | | | fix: use array_unitersect against objects | Arthur Schiwon | 2023-06-21 | 1 | -2/+5 |
| * | | | | | | fix: obey offset and limit for results from favs and circles | Arthur Schiwon | 2023-06-21 | 1 | -0/+4 |
| * | | | | | | fix: cominbation of small fixes | Arthur Schiwon | 2023-06-21 | 2 | -6/+23 |
| * | | | | | | fix: include invisible tags for admins | Arthur Schiwon | 2023-06-21 | 2 | -52/+60 |
| * | | | | | | fix: search with more than one search tags | Arthur Schiwon | 2023-06-21 | 2 | -114/+322 |
| * | | | | | | fix: no search when LazyFolder was provided | Arthur Schiwon | 2023-06-21 | 1 | -1/+6 |
| * | | | | | | chore: cleanup unused code | Arthur Schiwon | 2023-06-21 | 1 | -43/+0 |