summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-12-2310-20/+24
* Merge pull request #22222 from nextcloud/enh/social-indexRoeland Jago Douma2020-12-225-0/+221
|\
| * re-index contacts with social profilescall-me-matt2020-12-225-0/+221
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-229-9/+9
|\ \
| * | Unify links to php.netJ0WI2020-09-179-9/+9
* | | Merge pull request #22085 from nextcloud/enh/index-socialprofileRoeland Jago Douma2020-12-221-1/+2
|\ \ \ | |_|/ |/| |
| * | adding social profile to search indexmatt2020-08-021-1/+2
* | | Merge pull request #24604 from nextcloud/feat/dav/move-calendar-renameJohn Molakvoæ2020-12-222-17/+71
|\ \ \
| * | | Allow to force rename a conflicting calendarJohn Molakvoæ (skjnldsv)2020-12-102-17/+71
* | | | [tx-robot] updated from transifexNextcloud bot2020-12-222-0/+10
* | | | [tx-robot] updated from transifexNextcloud bot2020-12-2016-54/+188
* | | | [tx-robot] updated from transifexNextcloud bot2020-12-192-2/+2
* | | | Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-182-25/+4
|\ \ \ \
| * | | | Add well known handlers APIChristoph Wurst2020-12-162-25/+4
* | | | | Merge pull request #24515 from nextcloud/fix/noid/dav-share-groups-special-charsChristoph Wurst2020-12-184-7/+2
|\ \ \ \ \
| * | | | | fixes sharing to group ids /w chars that are being url encoded, carddavArthur Schiwon2020-12-161-3/+0
| * | | | | fix finding of groups with decodable chars in their id via DAVArthur Schiwon2020-12-161-1/+1
| * | | | | fixes sharing to group ids with characters that are being url encodedArthur Schiwon2020-12-162-3/+1
* | | | | | Merge pull request #24703 from nextcloud/fix/noid/wfe-filename-mountpoint-checkblizzz2020-12-181-2/+21
|\ \ \ \ \ \
| * | | | | | consider local external storages, tooArthur Schiwon2020-12-151-1/+2
| * | | | | | enables the file name check also to match name of mountpointsArthur Schiwon2020-12-151-2/+20
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-12-1828-58/+222
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-12-176-2/+40
* | | | | | | Merge pull request #24731 from nextcloud/fix/license-headers-21Christoph Wurst2020-12-16289-234/+311
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Update all license headers for Nextcloud 21Christoph Wurst2020-12-16289-234/+311
* | | | | | | delete a weather favorite when its icon is clickedJulien Veyssier2020-12-163-6/+14
|/ / / / / /
* | | | | | Merge pull request #24721 from nextcloud/bugfix/noid/user-search-cancelJohn Molakvoæ2020-12-1618-23/+52
|\ \ \ \ \ \
| * | | | | | Bump bundlesJulius Härtl2020-12-1616-15/+24
| * | | | | | Only let the infinite handler fetch more results if the limit is hitJulius Härtl2020-12-161-2/+2
| * | | | | | Cancel user search requests to avoid duplicate results being addedJulius Härtl2020-12-162-6/+26
* | | | | | | Merge pull request #24629 from nextcloud/enh/noid/optional-before-requiredChristoph Wurst2020-12-161-6/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add $secureRandom to test caseDaniel Kesselberg2020-12-101-6/+13
* | | | | | | Bump vuex from 3.5.1 to 3.6.0dependabot-preview[bot]2020-12-1610-13/+13
* | | | | | | Merge pull request #24659 from nextcloud/enh/noid/dav-honour-sharing.maxAutoc...Roeland Jago Douma2020-12-168-11/+52
|\ \ \ \ \ \ \
| * | | | | | | Compile assetsnpmbuildbot-nextcloud[bot]2020-12-152-2/+2
| * | | | | | | use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-154-4/+13
| * | | | | | | dav search to honour sharing.maxAutocompleteResults settingArthur Schiwon2020-12-154-7/+39
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2020-12-168-0/+36
* | | | | | | | Merge pull request #24402 from nextcloud/fix/24252/ldap-ingroup-memberidblizzz2020-12-152-54/+238
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | php-cs happynessArthur Schiwon2020-11-271-47/+47
| * | | | | | | add unit testsArthur Schiwon2020-11-271-0/+173
| * | | | | | | check number of members after potential resolving of rdnsArthur Schiwon2020-11-271-4/+5
| * | | | | | | use faster and less hungry foreachArthur Schiwon2020-11-271-10/+8
| * | | | | | | moved the array_reduce to fix large search caseTobias Perschon2020-11-271-10/+17
| * | | | | | | flatten result array as expected by following codeArthur Schiwon2020-11-261-2/+7
* | | | | | | | Merge pull request #24695 from nextcloud/bugfix/24340/fix-missing-parent-cons...Joas Schilling2020-12-154-49/+19
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix PHP CSJoas Schilling2020-12-151-1/+0
| * | | | | | | Add missing parent::__construct() calls to JobsJoas Schilling2020-12-144-48/+19
* | | | | | | | Bump core-js from 3.8.0 to 3.8.1dependabot-preview[bot]2020-12-1544-51/+54
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2020-12-154-0/+48
| |_|_|/ / / / |/| | | | | |