summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15869 from nextcloud/multiple-version-backendsRobin Appelman2019-06-191-10/+21
|\ | | | | fix loading multiple version backends from one app
| * fix loading multiple version backends from one appRobin Appelman2019-06-041-10/+21
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Remove auto focus of share input field on dialog open, fix #15261 (#15960)John Molakvoæ2019-06-193-8/+2
|\ \ | | | | | | Remove auto focus of share input field on dialog open, fix #15261
| * | Compiling assetsnpmbuildbot[bot]2019-06-172-2/+2
| | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | Remove auto focus of share input field on dialog open, fix #15261Jan-Christoph Borchardt2019-06-141-6/+0
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Add extendedSupport to Subscription (#15922)John Molakvoæ2019-06-198-5/+60
|\ \ \ | | | | | | | | Add extendedSupport to Subscription
| * | | Fix subscription testsJulius Härtl2019-06-172-0/+14
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Add extendedSupport to SubscriptionJulius Härtl2019-06-176-5/+46
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Avoid scrolling to the hidden input when toggling grid/list view (#16005)John Molakvoæ2019-06-191-0/+4
|\ \ \ \ | | | | | | | | | | Avoid scrolling to the hidden input when toggling grid/list view
| * | | | Avoid scrolling to the hidden input when toggling grid/list viewJulius Härtl2019-06-191-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #15993 from nextcloud/bugfix/noid/file-not-foundJohn Molakvoæ2019-06-191-1/+6
|\ \ \ \ \ | | | | | | | | | | | | Properly redirect if accessing invalid file though /f/ entrypoint
| * | | | | Properly redirect if accessing invalid file though /f/ entrypointJulius Härtl2019-06-181-1/+6
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Allow to access source maps on apache (#16006)John Molakvoæ2019-06-191-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Allow to access source maps on apache
| * | | | | Allow to access source maps on apacheJulius Härtl2019-06-191-1/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Bump webpack from 4.33.0 to 4.34.0 (#15972)John Molakvoæ2019-06-192-28/+19
|\ \ \ \ \ | | | | | | | | | | | | Bump webpack from 4.33.0 to 4.34.0
| * | | | | Bump webpack from 4.33.0 to 4.34.0dependabot-preview[bot]2019-06-162-28/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.33.0 to 4.34.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.33.0...v4.34.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-06-192-2/+68
| | | | | |
* | | | | | Merge pull request #15987 from nextcloud/fix/noid/cache-displayname-on-saveblizzz2019-06-182-4/+30
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | cache the displayname after an LDAP plugin set it
| * | | | | caches the displayname after an LDAP plugin set itArthur Schiwon2019-06-182-4/+30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-06-184-4/+4
|/ / / / /
* | | | | Remove precomposed from apple-touch-icon-precomposed (#15963)John Molakvoæ2019-06-174-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Remove precomposed from apple-touch-icon-precomposed
| * | | | Remove precomposed from apple-touch-icon-precomposedGary Kim2019-06-154-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | | | Merge pull request #15858 from nextcloud/enh/noid/ldap-sharee-limited-groupsblizzz2019-06-1710-103/+106
|\ \ \ \ \ | | | | | | | | | | | | add LDAP integr. test for receiving share candidates with group limitation
| * | | | | fix inGroup check, thus make integration tests succeedArthur Schiwon2019-06-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there is not such strange return mode. Having invalid user ids caused this check to fail, and as side effect share limitation to groups to not work. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | add LDAP integr. test for receiving share candidates with group limitationArthur Schiwon2019-06-149-102/+106
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #15961 from nextcloud/design/sharing-accessibilityJohn Molakvoæ2019-06-172-5/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661
| * | | | | | Sharing in list: Use .hidden-visually instead of display:none for ↵Jan-Christoph Borchardt2019-06-142-5/+18
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | accessibility, fix #11661 Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-06-1722-4/+106
| | | | | |
* | | | | | One month is enough (#15975)John Molakvoæ2019-06-161-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | One month is enough
| * | | | | | One month is enoughJohn Molakvoæ2019-06-161-2/+2
|/ / / / / /
* | | | / / [tx-robot] updated from transifexNextcloud bot2019-06-1610-14/+62
| |_|_|/ / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2019-06-1562-28/+438
| |_|/ / |/| | |
* | | | Add strict type on Notifications tests (#15935)John Molakvoæ2019-06-144-39/+91
|\ \ \ \ | |_|/ / |/| | | Add strict type on Notifications tests
| * | | Add strict type on Notifications testsJohn Molakvoæ (skjnldsv)2019-06-134-39/+91
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-06-14406-14290/+14936
| |/ / |/| |
* | | Merge pull request #15866 from nextcloud/versionid-stringRobin Appelman2019-06-136-10/+10
|\ \ \ | | | | | | | | allow non integer version ids
| * | | allow non integer version idsRobin Appelman2019-06-046-10/+10
| | |/ | |/| | | | | | | | | | | | | | | | currently version ids are timestamps, but for storage provided versions this is not always the case and they might be strings Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Add core/js/dist/ to l10nignore (#15947)John Molakvoæ2019-06-131-0/+1
|\ \ \ | | | | | | | | Add core/js/dist/ to l10nignore
| * | | Add core/js/dist/ to l10nignoreJulius Härtl2019-06-131-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Adjust acceptance tests to notifications based on toastify (#15938)John Molakvoæ2019-06-131-2/+2
|\ \ \ \ | |/ / / |/| | | Adjust acceptance tests to notifications based on toastify
| * | | Adjust acceptance tests to notifications based on toastifyDaniel Calviño Sánchez2019-06-121-2/+2
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The old notifications were added as ".row" elements to the "#notification-container" element; the new notifications based on toastify are added as ".toastify .on .toast..." elements to the "#content" element. Besides that, they also include a span element with an X to close the notification, so now only the first child text node should be compared to the expected message. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #15937 from ↵John Molakvoæ2019-06-122-4/+7
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix-download-entry-shown-on-public-share-menu-when-not-in-mobile Fix download entry shown on public share menu when not in mobile
| * | | Fix download entry shown on public share menu when not in mobileDaniel Calviño Sánchez2019-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to a typo in the variable name the rule was not properly parsed and applied. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Add messages to assertFalse/True to clarify the failed assertionDaniel Calviño Sánchez2019-06-121-3/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | Otherwise the output would just read "Failed asserting that true is false." or "Failed asserting that false is true.", which is not very informative when there are several assertFalse/True in a row. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Add documentation to config.php for share_folder (#15931)John Molakvoæ2019-06-121-0/+1
|\ \ \ | |/ / |/| | Add documentation to config.php for share_folder
| * | Add documentation to config.php for share_folderJohn Molakvoæ2019-06-121-0/+1
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | 30 issues per run on stale bot (#15933)John Molakvoæ2019-06-121-1/+1
|\ \ \ | | | | | | | | 30 issues per run on stale bot
| * | | 30 issues per run on stale botJohn Molakvoæ2019-06-121-1/+1
| |/ / | | | | | | | | | Now that we use a fixed branch for the bot, and since I removed all the untagged stale issues we can go back to full thrust https://github.com/nextcloud/server/issues?page=1&q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen+label%3Astale+-label%3A%22needs+info%22+-label%3A%220.+Needs+triage%22+-label%3A%221.+to+develop%22+-label%3A%223.+to+review%22&utf8=%E2%9C%93
* | | Temporary fix for project translations (#15893)John Molakvoæ2019-06-122-10/+15
|\ \ \ | |/ / |/| | Temporary fix for project translations
| * | Bump bundlesJulius Härtl2019-06-111-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>