summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-04-2310-4/+18
|
* Merge pull request #19399 from nextcloud/smb-read-aclblizzz2020-04-222-0/+38
|\ | | | | Add option to check share ACL's when listing directories
| * add tooltip to optionRobin Appelman2020-04-221-1/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Add option to check share ACL's when listing directoriesRobin Appelman2020-04-212-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If a file or folder in a directory doesn't have read permissions they will not be shown Note that enabling this option incurs a performance penalty additional requests need to be made to get all the acl. Additionally the acl resolving logic is fairly primitive at the moment and might not work correctly in all setups (it should error to showing the entry) Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #20576 from nextcloud/fix/dav/oc-etagRoeland Jago Douma2020-04-221-1/+1
|\ \ | | | | | | Make sure that OC-ETag is set again
| * | Make sure that OC-ETag is set againRoeland Jago Douma2020-04-211-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #20595 from nextcloud/fix/ie11-fallback-uploadJohn Molakvoæ2020-04-221-2/+26
|\ \ \ | | | | | | | | Fix IE11 upload fallback methods
| * | | Fix IE11 upload fallback methodsJohn Molakvoæ (skjnldsv)2020-04-221-2/+26
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #20575 from nextcloud/fix/sharing-suggestionsMorris Jobke2020-04-224-32/+33
|\ \ \ | | | | | | | | Fix Sharing recommendation user display
| * | | Fix Sharing recommendation user displayJohn Molakvoæ (skjnldsv)2020-04-214-32/+33
| |/ / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #20591 from nextcloud/fix/settingsRoeland Jago Douma2020-04-221-56/+52
|\ \ \ | | | | | | | | Fix settings routing
| * | | Fix new routing in settings etcRoeland Jago Douma2020-04-221-56/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also prefix resources Unify the prefix handling Handle urls with and without slash Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #20536 from ↵Morris Jobke2020-04-221-1/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/fix/noid/ldap-73api-read-wo-pagedresults do not run paged results against ldap_read ops on PHP7.3+
| * | | do not run paged results against ldap_read ops on PHP7.3+Arthur Schiwon2020-04-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - previously it was needed as the PHP LDAP handling of paged results was strange - but now the read operation would fail, e.g. with extra home dir attribute set ("Home dir attribute can't be read from LDAP for uid: foobar" Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-228-10/+34
| |_|/ |/| |
* | | Merge pull request #20114 from ↵Roeland Jago Douma2020-04-218-92/+99
|\ \ \ | |/ / |/| | | | | | | | nextcloud/techdebt/noid/allow-some-apps-to-have-root-urls Allow some apps to have root URLs in their own routing file
| * | PHP CS fixesJoas Schilling2020-04-182-5/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Directly use the class to get the serviceJoas Schilling2020-04-181-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Reduce noise in test outputJoas Schilling2020-04-181-1/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix route definitions of cloud_federation_apiJoas Schilling2020-04-181-11/+13
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix creating the share controllerJoas Schilling2020-04-181-70/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix legacy routesJoas Schilling2020-04-184-15/+15
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | PHP CS fixesJoas Schilling2020-04-181-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-183-0/+74
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #20577 from nextcloud/bugfix/noid/sabre4_aftermethodRoeland Jago Douma2020-04-212-2/+2
|\ \ \ | | | | | | | | Fix usages of afterMethod -> afterMethod:*
| * | | Fix usages of afterMethod -> afterMethod:*Georg Ehrke2020-04-212-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Merge pull request #20564 from go2sh/fix_fileinfoMorris Jobke2020-04-213-5/+5
|\ \ \ \ | |_|_|/ |/| | | Set fileInfo correctly for LegacyTabs
| * | | Set fileInfo correctly for LegacyTabsChristoph Seitz2020-04-193-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Watch for changes of the fileInfo prop and propagate it to, the underlying component. Fixes #20106. Signed-off-by: Christoph Seitz <christoph.seitz@posteo.de>
* | | | [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
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently you need to use `opendir` and then call `getMetadata` for every file, which adds overhead because most storage backends already get the metadata when doing the `opendir`. While storagebackends can (and do) use caching to relief this problem, this adds cache invalidation dificulties and only a limited number of items are generally cached (to prevent memory usage exploding when scanning large storages) With this new methods storage backends can use the child metadata they got from listing the folder to return metadata without having to keep seperate caches. Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [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
|\ | | | | Array offset error due to empty file versions array
| * Fix #19066 - Array offset error due to empty file versions arrayLiam JACK2020-04-122-0/+10
| | | | | | | | Signed-off-by: Liam JACK <liamjack@users.noreply.github.com>
* | Merge pull request #20540 from nextcloud/fix/mail-testRoeland Jago Douma2020-04-181-6/+6
|\ \ | | | | | | Fix mailer test
| * | Added trailing spaceRoeland Jago Douma2020-04-181-6/+6
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [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
|\ \ | | | | | | Improved vcard photo handling
| * | Update Contact Size after removing photoGeorg Ehrke2020-04-151-6/+38
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | Don't populate the PHOTO property when it's not an imageJoas Schilling2020-04-152-3/+31
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Always transform the etag and read the dataJoas Schilling2020-04-152-12/+14
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Use table variable everywhereJoas Schilling2020-04-151-7/+7
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #20529 from nextcloud/fix/Card-multipleJohn Molakvoæ2020-04-172-15/+87
|\ \ \ | | | | | | | | Update list of multiple properties
| * | | Update list of multiple propertiesJohn Molakvoæ (skjnldsv)2020-04-172-15/+87
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #20447 from liamjack/fix/13287/welcome_emailJohn Molakvoæ2020-04-171-7/+7
|\ \ \ \ | | | | | | | | | | Increase max-height on button in welcome email template
| * | | | Fix #13287 - Increase max-height on button in welcome email templateLiam JACK2020-04-121-9/+9
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Liam JACK <liamjack@users.noreply.github.com>
* | | | Merge pull request #20381 from nextcloud/fix/allow_edit_admin_userMorris Jobke2020-04-177-100/+8
|\ \ \ \ | |_|/ / |/| | | Allow to edit admin user
| * | | Allow to edit admin userGretaD2020-04-167-100/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [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 green