summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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
| * | | | Fix styling for single skip buttons globallyJulius Härtl2022-07-163-18/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Allow to override #app-content and #app-navigation hrefs for content skippingJulius Härtl2022-07-161-1/+4
| | |/ / | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2022-07-1812-0/+34
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-07-174-0/+16
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-07-1612-4/+24
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix HTML validation of material design iconsJoas Schilling2022-07-151-2/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-1522-0/+66
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Translate error when user already existsJoas Schilling2022-07-142-2/+10
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-14154-2240/+2360
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33200 from nextcloud/enh/noid/64bitSimon L2022-07-132-0/+16
|\ \ | | | | | | add a setup check for 64 bit
| * | add a setup check for 64 bitszaimen2022-07-132-0/+16
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | Port encryption admin settings to vueCarl Schwan2022-07-1312-172/+233
|/ / | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-07-1312-6/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #32507 from carlcsaposs/restoreVincent Petry2022-07-121-1/+5
|\ \ | | | | | | Sort files by deletion time before restoring in RestoreAllFiles
| * | Sort files by deletion time before restoring in RestoreAllFilesCarl Csaposs2022-07-041-1/+5
| | | | | | | | | | | | | | | | | | | | | Restoring in order of most recently deleted preserves nested file paths. See https://github.com/nextcloud/server/issues/31200#issuecomment-1130358549 Signed-off-by: Carl Csaposs <carl@csaposs.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-124-0/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32973 from nextcloud/cleanup/avatar-codeCarl Schwan2022-07-1124-168/+168
|\ \ \ | | | | | | | | Cleanup avatar related code
| * | | Make Color class publicCarl Schwan2022-07-0524-168/+168
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | [tx-robot] updated from transifexNextcloud bot2022-07-116-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-07-1026-2/+38
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-07-0964-88/+114
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #33118 from nextcloud/fix/address-book-exportblizzz2022-07-081-0/+4
|\ \ \ \ | | | | | | | | | | Fix empty address books being exported