summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Fix Sharing recommendation user displayJohn Molakvoæ (skjnldsv)2020-04-214-32/+33
| |/ / / / / /
* | | | | | | Merge pull request #20591 from nextcloud/fix/settingsRoeland Jago Douma2020-04-221-56/+52
|\ \ \ \ \ \ \
| * | | | | | | Fix new routing in settings etcRoeland Jago Douma2020-04-221-56/+52
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #20536 from nextcloud/fix/noid/ldap-73api-read-wo-pagedres...Morris Jobke2020-04-221-1/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | do not run paged results against ldap_read ops on PHP7.3+Arthur Schiwon2020-04-211-1/+0
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-04-228-10/+34
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #20114 from nextcloud/techdebt/noid/allow-some-apps-to-hav...Roeland Jago Douma2020-04-218-92/+99
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | PHP CS fixesJoas Schilling2020-04-182-5/+1
| * | | | | Directly use the class to get the serviceJoas Schilling2020-04-181-1/+1
| * | | | | Reduce noise in test outputJoas Schilling2020-04-181-1/+2
| * | | | | Fix route definitions of cloud_federation_apiJoas Schilling2020-04-181-11/+13
| * | | | | Fix creating the share controllerJoas Schilling2020-04-181-70/+3
| * | | | | Fix legacy routesJoas Schilling2020-04-184-15/+15
| * | | | | PHP CS fixesJoas Schilling2020-04-181-0/+1
| * | | | | Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-183-0/+74
* | | | | | Merge pull request #20577 from nextcloud/bugfix/noid/sabre4_aftermethodRoeland Jago Douma2020-04-212-2/+2
|\ \ \ \ \ \
| * | | | | | Fix usages of afterMethod -> afterMethod:*Georg Ehrke2020-04-212-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #20564 from go2sh/fix_fileinfoMorris Jobke2020-04-213-5/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Set fileInfo correctly for LegacyTabsChristoph Seitz2020-04-193-5/+5
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-04-2118-28/+98
* | | | | | Add method to storage backends to get directory content with metadataRobin Appelman2020-04-203-10/+59
| |/ / / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-2022-16/+110
|/ / / /
* / / / [tx-robot] updated from transifexNextcloud bot2020-04-194-0/+4
|/ / /
* | | Merge pull request #20449 from liamjack/fix/19066/empty_file_versionsRoeland Jago Douma2020-04-182-0/+10
|\ \ \
| * | | Fix #19066 - Array offset error due to empty file versions arrayLiam JACK2020-04-122-0/+10
* | | | Merge pull request #20540 from nextcloud/fix/mail-testRoeland Jago Douma2020-04-181-6/+6
|\ \ \ \
| * | | | Added trailing spaceRoeland Jago Douma2020-04-181-6/+6
| | |/ / | |/| |
* / | | [tx-robot] updated from transifexNextcloud bot2020-04-1810-0/+746
|/ / /
* | | Merge pull request #19901 from nextcloud/bugfix/noid/vcard-photo-handlingRoeland Jago Douma2020-04-173-27/+89
|\ \ \
| * | | Update Contact Size after removing photoGeorg Ehrke2020-04-151-6/+38
| * | | Don't populate the PHOTO property when it's not an imageJoas Schilling2020-04-152-3/+31
| * | | Always transform the etag and read the dataJoas Schilling2020-04-152-12/+14
| * | | Use table variable everywhereJoas Schilling2020-04-151-7/+7
* | | | Merge pull request #20529 from nextcloud/fix/Card-multipleJohn Molakvoæ2020-04-172-15/+87
|\ \ \ \
| * | | | Update list of multiple propertiesJohn Molakvoæ (skjnldsv)2020-04-172-15/+87
* | | | | Merge pull request #20447 from liamjack/fix/13287/welcome_emailJohn Molakvoæ2020-04-171-7/+7
|\ \ \ \ \
| * | | | | Fix #13287 - Increase max-height on button in welcome email templateLiam JACK2020-04-121-9/+9
| | |_|/ / | |/| | |
* | | | | Merge pull request #20381 from nextcloud/fix/allow_edit_admin_userMorris Jobke2020-04-177-100/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow to edit admin userGretaD2020-04-167-100/+8
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-1710-20/+44
|/ / / /
* | | | Merge pull request #20511 from nextcloud/fix/cs-fixer-ldapRoeland Jago Douma2020-04-167-32/+34
|\ \ \ \
| * | | | PHP-CS-Fixer greenRoeland Jago Douma2020-04-167-32/+34
* | | | | Provide the proper language to the mailerRoeland Jago Douma2020-04-162-5/+5
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-1630-16/+196
* | | | DAV's exception logger should deal with any ThrowableArthur Schiwon2020-04-151-1/+1
* | | | Merge pull request #20037 from nextcloud/fix/19127/deprecated-ldap_control_pa...blizzz2020-04-1514-225/+682
|\ \ \ \ | |_|/ / |/| | |
| * | | use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon2020-04-1414-225/+682
* | | | Merge pull request #19540 from jlutran/fixKeystoneV3AuthMorris Jobke2020-04-152-2/+2
|\ \ \ \
| * | | | Fix issues with Keystone auth v3 in files_external appJulien Lutran2020-04-152-2/+2
* | | | | Merge pull request #20138 from nextcloud/bugfix/noid/make-remote-checking-mor...Joas Schilling2020-04-154-44/+67
|\ \ \ \ \