summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy #dir element in files listVincent Petry2022-07-2719-51/+32
| | | | | | | | | | Removed legacy "#dir" input element in the DOM. Apps should use OCA.Files.App.currentFileList or OCA.Sharing.PublicApp.fileList and call getCurrentDirectory() to retrieve the current directory and changeDirectory() to change it. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #33361 from nextcloud/techdebt/noid/further-cleanupVincent Petry2022-07-266-6/+7
|\ | | | | Further markup cleanup
| * Add missing closing spans and avoid empty hrefVincent Petry2022-07-263-2/+3
| | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Removed id=modified in files appVincent Petry2022-07-264-4/+4
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #33251 from ↵Anna2022-07-262-41/+99
|\ \ | | | | | | | | | | | | cneukom/feature/birthday-calendar-reminder-settings Birthday Calendar Reminder Setting
| * | fix possibly null variablesCédric Neukom2022-07-171-1/+8
| | | | | | | | | | | | Signed-off-by: Cédric Neukom <github@webguy.ch>
| * | Respect user settings when generating alerts for birthday calendarCédric Neukom2022-07-172-41/+92
| | | | | | | | | | | | Signed-off-by: Cédric Neukom <github@webguy.ch>
* | | Merge pull request #33341 from ↵blizzz2022-07-261-0/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/29617/no-purge-when-birthday-calendar-doesnt-exist Don't try to purge objects from the birthday calendar when it doesn't exist
| * | | Don't try to purge objects from the birthday calendar when it doesn't existThomas Citharel2022-07-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doesn't matter much as it's been recreated afterwards with (ensureCalendarExists). Closes #29617 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Merge pull request #33358 from ↵Vincent Petry2022-07-2610-23/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/remove-old-notification-container Remove obsolete notification container
| * | | | Remove obsolete notification containerVincent Petry2022-07-2610-23/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | The future is TOAST 🍞 Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Add argument to getSharesInFolder enable deep share lookupLouis Chemineau2022-07-263-8/+17
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Skip testMovedIntoShareChangeOwnerLouis Chemineau2022-07-261-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Recursively fetch subsharesLouis Chemineau2022-07-261-3/+1
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Change share owner when moving share out of shareLouis Chemineau2022-07-261-12/+14
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Update owner of subdir on move into/out of shareVincent Petry2022-07-261-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When moving a directory into or out of a received share, make sure to also update the share owner column for shares that exist insie the directory. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Test moving share in and out of another shareLouis Chemineau2022-07-261-0/+117
|/ / / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Replace files app ids to classesVincent Petry2022-07-2654-750/+753
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #33315 from ↵Joas Schilling2022-07-264-13/+20
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/33314/allow-reseting-status-only-with-message-id Reset user status based on message ID only
| * | | Reset user status based on message ID onlyJoas Schilling2022-07-224-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since some statuses (call) can occure with different status (away and dnd) we need to reset only based on the message id. But as it can not be set by the user this is still save and okay. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #33206 from nextcloud/enh/27869/consolidateVincent Petry2022-07-267-119/+41
|\ \ \ \ | | | | | | | | | | Consolidate account property getters
| * | | | Consolidate account property gettersChristopher Ng2022-07-217-119/+41
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-07-268-2/+264
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #33321 from ↵Vincent Petry2022-07-255-102/+106
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-sharing-lighthouse-issues Fix sharing panel lighthouse warnings
| * | | | Fix sharing panel lighthouse warningsVincent Petry2022-07-225-102/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced h5 with span and adjusted selectors. Fixed ul/li hierarchy of some elements. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-07-254-2/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-07-246-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-07-23152-304/+308
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #32869 from nextcloud/dav-no-deleted-user-activitiesblizzz2022-07-234-5/+81
|\ \ \ \ \ | | | | | | | | | | | | Avoid calendar & addressbook activities being created on user being deleted
| * | | | | Avoid calendar & addressbook activities being created on user being deletedThomas Citharel2022-06-144-5/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addressbooks and Calendar data are destroyed through hook OC_User::pre_deleteUser, which when it reaches the backends sends AddressBookDeletedEvent/CalendarDeletedEvent typed events, which in turns generates activities that aren't deleted until they expire. This can probably lead to old activities being visible for a new user created with the same uid. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge pull request #33306 from nextcloud/bugfix/32350/rename-files-settingsVincent Petry2022-07-221-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Rename files settings on the bottom left
| * | | | | Change casing of settings labelVincent Petry2022-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | Rename files settings on the bottom leftVincent Petry2022-07-211-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* / | | | [tx-robot] updated from transifexNextcloud bot2022-07-224-4/+30
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32646 from jld3103/fix/user-status-heartbeat-apiCarl Schwan2022-07-213-7/+7
|\ \ \ \ | | | | | | | | | | Make user status heartbeat API publicly accessible
| * | | | Make user status heartbeat API publicly accessiblejld31032022-07-213-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Add Neon user-agentjld31032022-07-211-0/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | / / [tx-robot] updated from transifexNextcloud bot2022-07-218-4/+24
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Use material design icons in Email componentChristopher Ng2022-07-211-13/+6
| | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-206-4/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33260 from nextcloud/fix/carl/quotaVincent Petry2022-07-196-47/+35
|\ \ \ | | | | | | | | Fix quota nav item
| * | | Fix quota nav itemCarl Schwan2022-07-186-47/+35
| | | | | | | | | | | | | | | | | | | | | | | | - Spacing was not correctly set Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | [tx-robot] updated from transifexNextcloud bot2022-07-194-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #33246 from nextcloud/bugfix/noid/dark-primary-lightPytal2022-07-181-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Properly set --color-primary-light-hover on dark themesJulius Härtl2022-07-161-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #32521 from nextcloud/cleanup/oauth2-admin-settingCarl Schwan2022-07-184-23/+60
|\ \ \ \ | | | | | | | | | | Cleanup oauth2 admin settings
| * | | | Cleanup oauth2 admin settingsCarl Schwan2022-07-144-23/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use more vue components - Add link to doc Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #33064 from nextcloud/feat/capped-memorycache-ocpCarl Schwan2022-07-189-9/+9
|\ \ \ \ \ | | | | | | | | | | | | Move CappedMemoryCache to OCP
| * | | | | Move CappedMemoryCache to OCPCarl Schwan2022-07-149-9/+9
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an helpful helper that should be used in more place than just server and this is already the case with groupfodlers, deck, user_oidc and more using it, so let's make it public Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #33247 from nextcloud/bugfix/noid/skip-button-idsVincent Petry2022-07-184-19/+5
|\ \ \ \ \ | | | | | | | | | | | | Allow to override #app-content and #app-navigation hrefs for content skipping