summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34683 from nextcloud/enh/a11y-input-errorJohn Molakvoæ2022-10-272-4/+68
|\
| * Display invalid input messageChristopher Ng2022-10-272-4/+68
* | [tx-robot] updated from transifexNextcloud bot2022-10-2718-12/+36
|/
* Fix empty content regressions in comments appRichard Steinmetz2022-10-261-12/+35
* Merge pull request #34788 from nextcloud/bugfix/noid/preview-attributesJulius Härtl2022-10-261-0/+10
|\
| * Check share attributes on preview endpointsJulius Härtl2022-10-251-0/+10
* | [tx-robot] updated from transifexNextcloud bot2022-10-2610-6/+28
* | Merge pull request #34691 from nextcloud/profiler/ldap-backtraceCarl Schwan2022-10-252-2/+4
|\ \
| * | Add backtrace to ldap profiler collectorCarl Schwan2022-10-202-2/+4
* | | Merge pull request #34774 from nextcloud/fix/fair-use-ldap-fixCôme Chilliet2022-10-252-3/+24
|\ \ \ | |_|/ |/| |
| * | Expose mapped user count from LDAP and use that for user limit checkCôme Chilliet2022-10-242-3/+24
* | | [tx-robot] updated from transifexNextcloud bot2022-10-2562-0/+84
|/ /
* | Merge pull request #34742 from nextcloud/add_well-known_changepasswordChristoph Wurst2022-10-246-4/+72
|\ \
| * | Add .well-known/changepassword handlerRoeland Jago Douma2022-10-226-4/+72
* | | Merge pull request #34626 from nextcloud/enhancement/rename-personal-groupwar...Christoph Wurst2022-10-247-8/+15
|\ \ \
| * | | Rename personal Groupware settings section to "Availability"Christoph Wurst2022-10-177-8/+15
* | | | [tx-robot] updated from transifexNextcloud bot2022-10-2416-28/+208
* | | | [tx-robot] updated from transifexNextcloud bot2022-10-2318-80/+80
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2022-10-226-4/+34
* | | Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldapSimon L2022-10-218-40/+124
|\ \ \
| * | | [LDAP] throw exception only against prov apiArthur Schiwon2022-10-181-1/+20
| * | | LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-188-40/+105
* | | | Merge pull request #34508 from starypatyk/dav_displaynameVincent Petry2022-10-211-0/+17
|\ \ \ \
| * | | | WebDAV - use file/folder name for dav:displaynameDariusz Olszewski2022-10-101-0/+17
* | | | | [tx-robot] updated from transifexNextcloud bot2022-10-21260-816/+900
* | | | | Merge pull request #34703 from nextcloud/bugfix/noid/use-vue-lib-multiselect-...Pytal2022-10-204-276/+3
|\ \ \ \ \
| * | | | | Use @nextcloud/vue MultiselectTags componentJoas Schilling2022-10-204-276/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #34502 from nextcloud/fix/correct-attribute-resharingCarl Schwan2022-10-202-185/+106
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | More fixesCarl Schwan2022-10-181-8/+18
| * | | | Small progress with fixing unit testsCarl Schwan2022-10-112-169/+87
| * | | | Propagate attributes when resharingCarl Schwan2022-10-101-27/+20
* | | | | Merge pull request #34624 from nextcloud/fix/files_external_psalmCarl Schwan2022-10-2037-376/+329
|\ \ \ \ \
| * | | | | Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-188-74/+74
| * | | | | Additional type hinting found by psalmCarl Schwan2022-10-187-17/+19
| * | | | | Specify type to internal storage classCarl Schwan2022-10-171-0/+1
| * | | | | Fix returning null when getMessage return nullCarl Schwan2022-10-171-11/+6
| * | | | | More type safetyCarl Schwan2022-10-175-25/+15
| * | | | | Fix type of getVisibilityTypeCarl Schwan2022-10-173-3/+3
| * | | | | Fix usage of streamsCarl Schwan2022-10-172-4/+4
| * | | | | Use argument name from parent classCarl Schwan2022-10-172-15/+15
| * | | | | Add corresponding interface to traitCarl Schwan2022-10-177-80/+112
| * | | | | Add more typing to FilesExternal commandsCarl Schwan2022-10-1711-139/+52
| * | | | | Port away from deprecated clearBucket callCarl Schwan2022-10-161-9/+2
| * | | | | Port to LoggerInterfaceCarl Schwan2022-10-161-10/+44
| * | | | | Force cast getCode to intCarl Schwan2022-10-162-9/+9
| * | | | | Specify that userId can be nullCarl Schwan2022-10-161-1/+1
| * | | | | Fix return value of updateParentCarl Schwan2022-10-161-8/+3
| * | | | | Port away from removed IDBConnection->isConnected methodCarl Schwan2022-10-161-6/+4
| * | | | | Fix too many arguments in LegacyDependencyCheckPolyfillCarl Schwan2022-10-161-1/+1
* | | | | | Merge pull request #30223 from nextcloud/nested_ldap_groupsCôme Chilliet2022-10-204-224/+243
|\ \ \ \ \ \