aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add l10n for files_remindersChristopher Ng2023-08-111-0/+0
* Merge pull request #39700 from nextcloud/debt/noid/invitation-response-close-...Joas Schilling2023-08-112-2/+5
|\
| * fix: close cursor after reading the invitationDaniel Kesselberg2023-08-102-2/+5
* | "Allow untested app" wordingJérôme Herbinet2023-08-111-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1128-14/+136
* | enh(files_reminders): Adjust reminder optionsChristopher Ng2023-08-101-20/+19
|/
* Merge pull request #39446 from nextcloud/enh/user_ldap-refactor-group-members...Côme Chilliet2023-08-1014-298/+762
|\
| * Add unique index for user_ldap group membershipsCôme Chilliet2023-08-101-0/+1
| * Fix check-group --update for deleted groupsCôme Chilliet2023-08-101-2/+10
| * Use BIGINT for new table id fieldCôme Chilliet2023-08-101-2/+1
| * Removed GroupCreatedEvent/GroupDeletedEvent from UpdateGroupsServiceCôme Chilliet2023-08-101-6/+0
| * Dispatch UserRemovedEvents for removed groupsCôme Chilliet2023-08-101-0/+12
| * [user_ldap] Small perf improvements suggestion from reviewCôme Chilliet2023-08-102-2/+2
| * Fix check-group command for new groupsCôme Chilliet2023-08-101-6/+12
| * Fix getKnownGroups return valueCôme Chilliet2023-08-101-1/+1
| * Add output to check-group --update commandCôme Chilliet2023-08-101-1/+25
| * Always empty cache before updating a groupCôme Chilliet2023-08-101-0/+1
| * Fix errors in UpdateGroupsService.phpCôme Chilliet2023-08-101-4/+4
| * Add missing primary key for ldap_group_membershipCôme Chilliet2023-08-101-0/+6
| * Add check-group commandCôme Chilliet2023-08-105-10/+199
| * Move UpdateGroups methods to a serviceCôme Chilliet2023-08-105-233/+222
| * Add group events to UpdateGroupsCôme Chilliet2023-08-101-0/+7
| * Update autoloader mapping for user_ldapCôme Chilliet2023-08-103-2/+12
| * Refactor user_ldap group membership to use flat DBCôme Chilliet2023-08-106-91/+309
* | fix: Pass proper viewer filenameJulius Härtl2023-08-101-1/+1
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1056-8/+682
* enh: set later today to 6pmChristopher Ng2023-08-092-13/+20
* enh: pass params in subjectChristopher Ng2023-08-092-14/+11
* enh: move to 8amChristopher Ng2023-08-091-5/+5
* enh: en dashChristopher Ng2023-08-091-5/+5
* feat: custom date & timeChristopher Ng2023-08-092-0/+63
* enh: remove iconsChristopher Ng2023-08-092-15/+3
* refactor: format optionsChristopher Ng2023-08-091-2/+2
* enh: use alarm iconChristopher Ng2023-08-093-6/+6
* fix: remove non-existing reminder notificationChristopher Ng2023-08-091-1/+3
* fix: load scriptChristopher Ng2023-08-091-0/+9
* fix: eslintChristopher Ng2023-08-091-4/+4
* enh: add clean up bufferChristopher Ng2023-08-092-2/+7
* feat(files_reminders): v1.0.0Christopher Ng2023-08-091-1/+1
* fix: composerChristopher Ng2023-08-091-6/+6
* enh: use vue-material-design-iconsChristopher Ng2023-08-091-19/+17
* fix: indent with tabsChristopher Ng2023-08-091-2/+2
* enh: shorten date string if same dayChristopher Ng2023-08-091-6/+13
* enh: rename to saturday sundayChristopher Ng2023-08-091-7/+7
* enh: later today 3 hours laterChristopher Ng2023-08-091-1/+1
* feat(files_reminders): add set reminder actionsChristopher Ng2023-08-091-0/+225
* feat(files_reminders): add verbose date string utilChristopher Ng2023-08-091-0/+15
* fix: prevent sidebar from openingChristopher Ng2023-08-091-1/+3
* feat(files_reminders): mount set reminder actionsChristopher Ng2023-08-091-0/+102
* feat(files_reminders): add typesChristopher Ng2023-08-091-0/+27