summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Some php-cs fixesRoeland Jago Douma2019-11-221071-1477/+1526
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18067 from nextcloud/3rdparty/phpseclib/2.0.23Roeland Jago Douma2019-11-221-0/+0
|\ | | | | Bump phpseclib to 2.0.23
| * Bump phpseclib to 2.0.23Roeland Jago Douma2019-11-221-0/+0
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18007 from nextcloud/fix/17291/update-id3parserRoeland Jago Douma2019-11-221-0/+0
|\ | | | | [3rdparty] Bump id3parser to 0.10
| * Bump id3parser to 0.10Daniel Kesselberg2019-11-211-0/+0
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2019-11-2238-124/+196
| |
* | Merge pull request #18063 from nextcloud/fix/test/18029Roeland Jago Douma2019-11-211-2/+1
|\ \ | |/ |/| Fix the tests after #18029
| * Fix the tests after #18029Roeland Jago Douma2019-11-211-2/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18045 from nextcloud/ci/other/php73Roeland Jago Douma2019-11-211-14/+14
|\ | | | | Move more CI tests to php7.3
| * Move more CI tests to php7.3Roeland Jago Douma2019-11-211-14/+14
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #18029 from nextcloud/feature/public-post-login-eventRoeland Jago Douma2019-11-215-16/+28
|\ \ | | | | | | Make the post login event public
| * | Make the post login event publicChristoph Wurst2019-11-205-16/+28
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #18016 from nextcloud/fix/noid/ldap-checkup-batchsizeblizzz2019-11-211-6/+9
|\ \ \ | | | | | | | | make chunksize (used to check for gone LDAP users) configurable
| * | | make chunksize (used to check for gone LDAP users) configurableArthur Schiwon2019-11-201-6/+9
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #17994 from nextcloud/fix/accessibilityRoeland Jago Douma2019-11-217-26/+60
|\ \ \ \ | | | | | | | | | | Fix accessibility
| * | | | Fix accessibilityJohn Molakvoæ (skjnldsv)2019-11-207-26/+60
| |/ / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #18035 from nextcloud/update/crlRoeland Jago Douma2019-11-211-14/+15
|\ \ \ \ | | | | | | | | | | Update the CRL
| * | | | Update the CRLRoeland Jago Douma2019-11-201-14/+15
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #18042 from nextcloud/ci/integration/php73Roeland Jago Douma2019-11-211-33/+33
|\ \ \ \ | | | | | | | | | | Move integration tests to php7.3
| * | | | Move integration tests to php7.3Roeland Jago Douma2019-11-201-33/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #18039 from ↵Roeland Jago Douma2019-11-216-29/+139
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/accept-incoming-shares-in-acceptance-tests Accept incoming shares in acceptance tests
| * | | | | Accept incoming shares in acceptance testsDaniel Calviño Sánchez2019-11-205-18/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incoming shares are no longer automatically added to the file list of the sharee. Instead, the user now needs to explictly accept the share. Currently shares can be accepted only from the Notifications app, so it must be explicitly cloned before installing Nextcloud if it is not found in the "apps" directory. Note that the development branches are already built, so there is no need to explicitly build the app. With the new sharing behaviour the "share a skeleton file with another user before first login" scenario is no longer valid (as the user will need to log in to accept the share, so at that point the skeleton is already created), so it was removed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | Rename "Notification" to "Toast"Daniel Calviño Sánchez2019-11-202-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Nextcloud 17 the proper name for the old built-in notifications is "Toast". Moreover, this will reduce ambiguity when using the "notification" term to refer to elements in the Notifications app. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | uid can be false when the user record does not exit (#18030)John Molakvoæ2019-11-211-8/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | uid can be false when the user record does not exit
| * | | | | | uid can be false when the user record does not exitArthur Schiwon2019-11-201-8/+12
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes not loading files app for users who got a share by the gone LDAP user Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-11-2140-304/+446
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #18009 from nextcloud/bugfix/noid/install-with-mysql-8.0.4+Roeland Jago Douma2019-11-201-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix installing with MySQL 8.0.4+
| * | | | Fix installing with MySQL 8.0.4+Joas Schilling2019-11-201-2/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #18004 from nextcloud/enh/more_bigint_columnsRoeland Jago Douma2019-11-202-0/+8
|\ \ \ \ | |_|/ / |/| | | Convert more columns to bigint
| * | | Convert more columns to bigintRoeland Jago Douma2019-11-202-0/+8
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #18003 from nextcloud/fix/updatecheck/nointernetRoeland Jago Douma2019-11-202-25/+70
|\ \ \ | |/ / |/| | Do not check for updates if we have no internet
| * | Do not check for updates if we have no internetRoeland Jago Douma2019-11-202-25/+70
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #18031 from ↵Roeland Jago Douma2019-11-2012-42/+209
|\ \ | |/ |/| | | | | nextcloud/accept-incoming-shares-in-integration-tests Accept incoming shares in integration tests
| * Accept incoming shares in integration testsDaniel Calviño Sánchez2019-11-2012-0/+167
| | | | | | | | | | | | | | | | | | Now all incoming shares need to be explicitly accepted before being able to use the shared file or get information about a reshare (although getting the information of the incoming share is possible before accepting it). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Replace direct calls to share API with specific share stepsDaniel Calviño Sánchez2019-11-205-35/+35
| | | | | | | | | | | | | | This makes possible to use steps that reference the last share, which will be needed to accept pending shares. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Remove extra spaces at the end of linesDaniel Calviño Sánchez2019-11-202-7/+7
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #17999 from nextcloud/Improves-doc-of-mail_smtpsecureRoeland Jago Douma2019-11-201-2/+2
|\ \ | | | | | | Improves doc of mail_smtpsecure
| * | Improves doc of mail_smtpsecurePierre Ozoux2019-11-191-2/+2
| | | | | | | | | | | | | | | | | | To reflect what is in the UI. Signed-off-by: pierreozoux <pierre@ozoux.net>
* | | Merge pull request #17824 from nextcloud/fix/dav/catch_forbiddenRoeland Jago Douma2019-11-201-0/+5
|\ \ \ | | | | | | | | Catch forbidden http status code
| * | | Catch forbidden http status codeRoeland Jago Douma2019-11-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you try to do something on a DAV mount (external or federated share) that is not allowed. We should not mark the storage as not available but just fail somewhat gracefully. Now by catching this and just properly returning the operation will just fail (and notify the user) which is already a lot better then marking the storage as unavailable and doing boom. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #17850 from ↵Joas Schilling2019-11-201-0/+6
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/bugfix/noid/mark-spreed-as-active-on-call-urls Mark "Talk" active on /call/token URLs
| * | | Make phan happy ;)Daniel Kesselberg2019-11-191-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Mark "Talk" active on /call/token URLsJoas Schilling2019-11-121-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #18011 from nextcloud/fix/share_testsRoeland Jago Douma2019-11-2014-29/+140
|\ \ \ \ | | | | | | | | | | Fix/share tests
| * | | | Fix share testsRoeland Jago Douma2019-11-2013-28/+138
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Do pagination on the dummy group backendRoeland Jago Douma2019-11-201-1/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | / [tx-robot] updated from transifexNextcloud bot2019-11-20124-180/+358
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2019-11-19144-364/+770
| | |
* | | Merge pull request #17985 from nextcloud/enh/use_displayname_federated_shareRoeland Jago Douma2019-11-182-12/+24
|\ \ \ | | | | | | | | Use the displayname for federated notifications
| * | | Use the displayname for federated notificationsRoeland Jago Douma2019-11-182-12/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we have the showing this is a lot nicer. Especially on alrge isntances where the uid can be totally random. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>