summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32863 from nextcloud/feature/add-comments-expire-dateblizzz2022-06-241-0/+5
|\
| * Fix test to check the expire dateVitor Mattos2022-06-201-0/+5
* | [tx-robot] updated from transifexNextcloud bot2022-06-2414-10/+118
* | Merge pull request #32962 from nextcloud/getstoragestat-change-urlCarl Schwan2022-06-232-3/+3
|\ \
| * | Remove .php from urlCarl Schwan2022-06-212-3/+3
* | | Merge pull request #32701 from nextcloud/fix/type-error-objectreeCarl Schwan2022-06-231-2/+2
|\ \ \
| * | | Fix type error in Sabre/Connector/DirectoryCarl Schwan2022-06-141-2/+2
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-2310-2/+62
* | | | Merge pull request #32884 from nextcloud/typing/dav-sharingCarl Schwan2022-06-2210-244/+154
|\ \ \ \
| * | | | Add typing to Sharing BackendCarl Schwan2022-06-2210-244/+154
* | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2234-42/+234
* | | | | Add title to file nameCarl Schwan2022-06-211-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #32902 from nextcloud/enh/noid/opcache-buffer-size-limitSimon L2022-06-211-1/+5
|\ \ \ \
| * | | | do not display the buffer_size info if the size is already set to a certain t...szaimen2022-06-171-1/+5
* | | | | Merge pull request #32948 from nextcloud/dashboardFixSimon L2022-06-211-1/+2
|\ \ \ \ \
| * | | | | make 'text-overflow: ellipsis' possible again in dashboardArtur Neumann2022-06-211-1/+2
* | | | | | Merge pull request #32861 from nextcloud/fix/remove-at-matcher-in-user_ldap-t...Carl Schwan2022-06-213-36/+26
|\ \ \ \ \ \
| * | | | | | Remove bogus expects from user_ldap testsCôme Chilliet2022-06-141-3/+0
| * | | | | | Remove deprecated at() matcher from user_ldap testsCôme Chilliet2022-06-133-34/+27
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #32900 from nextcloud/fix/remove-at-matcher-in-theming-testsCôme Chilliet2022-06-215-137/+141
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove deprecated expectException from theming testsCôme Chilliet2022-06-201-3/+3
| * | | | | Remove deprecated at matcher from theming testsCôme Chilliet2022-06-164-134/+138
| | |/ / / | |/| | |
* | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2184-1006/+982
* | | | | Merge pull request #32881 from nextcloud/Valdnet-patch-2rakekniven2022-06-203-14/+14
|\ \ \ \ \
| * | | | | Spelling unificationValdnet2022-06-151-1/+1
| * | | | | l10n: Spelling unificationValdnet2022-06-151-12/+12
| * | | | | l10n: Spelling unificationValdnet2022-06-151-1/+1
* | | | | | Merge pull request #32719 from nextcloud/fix/noid/email-shares-not-shownRichard Steinmetz2022-06-201-1/+1
|\ \ \ \ \ \
| * | | | | | Fix email shares not being shown to other usersRichard Steinmetz2022-06-171-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #32910 from nextcloud/fix/profiler-invalid-utf8blizzz2022-06-201-1/+9
|\ \ \ \ \ \
| * | | | | | Fix profiler trying to serialize invalid utf8Carl Schwan2022-06-201-1/+9
| | |_|_|_|/ | |/| | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-204-10/+12
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-1910-2/+58
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-1812-2/+18
| |/ / / / |/| | | |
* | | | | Merge pull request #32874 from bill-mcgonigle/patch-1Simon L2022-06-171-1/+1
|\ \ \ \ \
| * | | | | Mention missing files subdirBill McGonigle2022-06-141-1/+1
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-1722-0/+90
| |_|_|/ / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2022-06-1624-2/+82
* | | | | Merge pull request #32876 from nextcloud/fix/fix-string-interpolationblizzz2022-06-152-2/+2
|\ \ \ \ \
| * | | | | Use {$var} instead of ${var} for PHP 8.2 compatibilityCôme Chilliet2022-06-142-2/+2
| |/ / / /
* | | | | Merge pull request #32878 from nextcloud/fix-default-toast-message-for-failed...blizzz2022-06-151-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix default toast message for failed uploads with HTTP/2Daniel Calviño Sánchez2022-06-141-1/+1
| |/ / /
* | | | Update tests after ResetTokenBackgroundJob changesThomas Citharel2022-06-151-6/+26
* | | | Use OCP version of TimedJob instead of OC for ResetTokenBackgroundJobThomas Citharel2022-06-151-2/+3
* | | | Make sure ResetTokenBackgroundJob doesn't execute if config is read-onlyThomas Citharel2022-06-151-1/+1
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2022-06-1534-4/+110
* | | Handle the move operation properly between shared calendarsThomas Citharel2022-06-1411-11/+312
|/ /
* / [tx-robot] updated from transifexNextcloud bot2022-06-1436-8/+210
|/
* Correctly log failed attemptsJoas Schilling2022-06-131-4/+12
* Merge pull request #31345 from nextcloud/fix/31164/delete-additional-emailVincent Petry2022-06-132-4/+8
|\