summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0530-4/+94
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0422-224/+452
* enh(sab): Add profileUrl to SABJohannes Merkel2023-07-032-4/+28
* Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-0358-1486/+1320
|\
| * Fix event names of 2FA related typed eventsJoas Schilling2023-07-0358-1486/+1320
* | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilitiesChristoph Wurst2023-07-039-21/+0
|\ \ | |/ |/|
| * feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-039-21/+0
* | Merge pull request #39103 from nextcloud/fix/remove-orphaned-fileJohn Molakvoæ2023-07-031-44/+0
|\ \
| * | chore(files_sharing): Remove orphaned file with deprecated importsFerdinand Thiessen2023-07-011-44/+0
* | | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-0315-170/+266
|\ \ \ | |_|/ |/| |
| * | Add method to list disabled users to IProvideEnabledStateBackendCôme Chilliet2023-06-292-0/+16
| * | Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-202-3/+4
| * | Fix User_Proxy tests as wellCôme Chilliet2023-05-251-1/+11
| * | Use DI for DeletedUsersIndex and fix testsCôme Chilliet2023-05-259-118/+151
| * | [user_ldap] Add per-connection setting for marking remnants as disabledCôme Chilliet2023-05-235-14/+32
| * | Use the new IProvideEnabledStateBackend interface in user_ldapCôme Chilliet2023-05-233-40/+58
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-036-0/+34
* | | Merge pull request #39102 from nextcloud/fix/migrate-deprecated-ncappnavigati...John Molakvoæ2023-07-023-21/+45
|\ \ \
| * | | fix(settings): Migrate away from `NcAppNavigationCounter`Ferdinand Thiessen2023-07-013-21/+45
| | |/ | |/|
* / | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0226-10/+342
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-01146-170/+510
* | chore: Compile assetsFerdinand Thiessen2023-06-302-2/+2
* | fix(settings): Migrate away from deprecated `NcPopoverMenu`Ferdinand Thiessen2023-06-304-125/+126
* | Merge pull request #38905 from nextcloud/artonge/feat/improve_files_versions_...Louis2023-06-309-6/+45
|\ \
| * | Base versions' has-preview on mimetypeLouis Chemineau2023-06-292-26/+3
| * | Do not load preview if version tab is not activeLouis Chemineau2023-06-285-4/+33
| * | Provide hasPreview in files_versions DAV APILouis Chemineau2023-06-285-3/+36
* | | Merge pull request #39025 from nextcloud/bugfix/noid/actions-empty-filesJulius Härtl2023-06-301-2/+2
|\ \ \
| * | | fix(files): Only render the menu if there are actions to showJulius Härtl2023-06-291-2/+2
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-3018-2/+124
|/ / /
* | | Merge pull request #38900 from tanganellilore/add_theming_doc_urlJohn Molakvoæ2023-06-291-0/+6
|\ \ \
| * | | add getDocBaseUrl that exted defaultLorenzo Tanganelli2023-06-191-0/+6
* | | | Merge pull request #39018 from nextcloud/fix/migrate-to-loggerinterface-feder...Côme Chilliet2023-06-292-81/+48
|\ \ \ \
| * | | | Migrate federation application to LoggerInterfaceCôme Chilliet2023-06-262-81/+48
* | | | | Merge pull request #35915 from nextcloud/enh/noid/display-name-federated-sharesArthur Schiwon2023-06-295-27/+178
|\ \ \ \ \
| * | | | | displayname on federated sharesMaxence Lange2023-06-285-27/+178
* | | | | | Merge pull request #38605 from fsamapoor/replace_strpos_calls_in_comments_appCôme Chilliet2023-06-292-3/+3
|\ \ \ \ \ \
| * | | | | | Refactors "strpos" calls in /apps/comments to improve code readability.Faraz Samapoor2023-06-122-3/+3
* | | | | | | Merge pull request #31790 from nextcloud/fix-events-with-old-lastoccurenceChristoph Wurst2023-06-292-8/+18
|\ \ \ \ \ \ \
| * | | | | | | style(caldav): improve getDenormalizedData methodThomas Citharel2023-06-271-2/+2
| * | | | | | | Fix creating events with old (< unix time) lastoccurenceThomas Citharel2023-06-272-6/+16
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #38839 from nextcloud/fix/36976-_9.1.4.11/8.2_-_The_frames...Pytal2023-06-284-140/+202
|\ \ \ \ \ \ \
| * | | | | | | Replace plain input fields with NcTextField fields and NcMultiSelect fields w...julia.kirschenheuter2023-06-284-140/+202
| | |_|_|_|/ / | |/| | | | |
* / | | | | | wrap user status message input and buttons with native formMaksim Sukharev2023-06-283-54/+44
|/ / / / / /
* | | | | | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpointJulius Härtl2023-06-282-207/+454
|\ \ \ \ \ \
| * | | | | | fix: cannot apply limit+offset on multi-tag-searchArthur Schiwon2023-06-271-1/+11
| * | | | | | refactor: save unnecessary method_existsArthur Schiwon2023-06-211-4/+1
| * | | | | | fix: use array_unitersect against objectsArthur Schiwon2023-06-211-2/+5
| * | | | | | fix: obey offset and limit for results from favs and circlesArthur Schiwon2023-06-211-0/+4
| * | | | | | fix: cominbation of small fixesArthur Schiwon2023-06-212-6/+23