summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-08-06198-46/+204
|
* [tx-robot] updated from transifexNextcloud bot2020-08-05244-250/+548
|
* [tx-robot] updated from transifexNextcloud bot2020-08-04150-4/+202
|
* [tx-robot] updated from transifexNextcloud bot2020-08-01132-1342/+1346
|
* reset the cookie internally in new API when abandoning paged results opArthur Schiwon2020-07-311-1/+11
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2020-07-3112-0/+22
|
* Merge pull request #22050 from ↵Morris Jobke2020-07-312-3/+3
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable19/elliptic-6.5.3 [Security] Bump elliptic from 6.5.2 to 6.5.3
| * [Security] Bump elliptic from 6.5.2 to 6.5.3dependabot-preview[bot]2020-07-302-3/+3
| | | | | | | | | | | | | | | | | | Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. **This update includes a security fix.** - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #21981 from nextcloud/backport/21972/stable19Morris Jobke2020-07-304-12/+13
|\ \ | |/ |/| [stable19] Fix PHPUnit deprecation warnings
| * Replace deprecated assertArraySubset with logic that does the sameMorris Jobke2020-07-231-1/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Use assertEqualsCanonicalizing instead of deprecated assertEquals parameterMorris Jobke2020-07-231-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Use assertStringContainsString instead of assertContains on stringsMorris Jobke2020-07-232-9/+8
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Properly fetch translation for remote wipe confirmation dialogJulius Härtl2020-07-291-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-07-2924-30/+66
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-2810-4/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-274-10/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-252-0/+2
| |
* | Merge pull request #21978 from nextcloud/backport/21973/stable19Morris Jobke2020-07-241-0/+5
|\ \ | | | | | | [stable19] Fix risky test in twofactor_backupcodes
| * | Fix risky test in twofactor_backupcodesMorris Jobke2020-07-231-0/+5
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2020-07-248-4/+20
| |
* | Improve error reporting on sharing errorsJoas Schilling2020-07-233-4/+6
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #21967 from nextcloud/backport/21963/stable19Morris Jobke2020-07-233-3/+3
|\ | | | | [stable19] Respect default share permissions
| * Compile assetsnpmbuildbot[bot]2020-07-232-2/+2
| | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * Respect default share permissionsRoeland Jago Douma2020-07-231-1/+1
| | | | | | | | | | | | Else we'll always create new shares with the max permissions. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #21955 from nextcloud/backport/21949/stable19Roeland Jago Douma2020-07-237-30/+31
|\ \ | |/ |/| [stable19] update icewind/smb to 3.2.6
| * update icewind/smb to 3.2.6Robin Appelman2020-07-227-30/+31
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-07-2314-12/+44
|/
* [tx-robot] updated from transifexNextcloud bot2020-07-2216-12/+116
|
* Encryption is ready if master key is enabledJulius Härtl2020-07-211-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2020-07-2110-6/+756
|
* Merge pull request #21876 from nextcloud/backport/21855/stable19Morris Jobke2020-07-201-1/+1
|\ | | | | [stable19] fix typo in revokeShare()
| * fix typoSergej Pupykin2020-07-161-1/+1
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-1916-70/+70
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-188-0/+342
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-1722-6/+782
| |
* | Merge pull request #21840 from nextcloud/backport/21838/stable19Roeland Jago Douma2020-07-161-0/+3
|\ \ | | | | | | [stable19] Do not log RequestedRangeNotSatisfiable exceptions in DAV
| * | Do not log RequestedRangeNotSatisfiable exceptions in DAVRoeland Jago Douma2020-07-141-0/+3
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #21782 from nextcloud/backport/21777/stable19Roeland Jago Douma2020-07-161-1/+1
|\ \ \ | |_|/ |/| | [stable19] lower minimum search length to 2 characters
| * | lower minimum search length to 2 charactersRobin Appelman2020-07-091-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-07-1628-2/+62
| | |
* | | Merge pull request #21834 from nextcloud/backport/21832/stable19Morris Jobke2020-07-1551-51/+78
|\ \ \ | | | | | | | | [stable19] Build source maps on production build again
| * | | Build source maps on production build againJulius Härtl2020-07-1451-51/+78
| | |/ | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* / | [tx-robot] updated from transifexNextcloud bot2020-07-156-10/+40
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-07-1410-0/+42
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-132-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-124-2/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-1120-0/+100
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-10138-774/+798
|/
* better cleanup in share testsRobin Appelman2020-07-092-0/+10
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2020-07-096-10/+14
|