aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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>
| * | Temporary fix for project translationsJulius Härtl2019-06-111-9/+14
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Bump webpack from 4.32.2 to 4.33.0 (#15902)John Molakvoæ2019-06-112-10/+10
|\ \ \ | | | | | | | | Bump webpack from 4.32.2 to 4.33.0
| * | | Bump webpack from 4.32.2 to 4.33.0dependabot-preview[bot]2019-06-112-10/+10
|/ / / | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.32.2 to 4.33.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.32.2...v4.33.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Properly theme folder icons that are accessed though imagePath (#15875)John Molakvoæ2019-06-111-0/+3
|\ \ \ | | | | | | | | Properly theme folder icons that are accessed though imagePath
| * | | Properly theme folder icons that are accessed though imagePathJulius Härtl2019-06-111-0/+3
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Bump url-loader from 1.1.2 to 2.0.0 (#15904)John Molakvoæ2019-06-112-7/+7
|\ \ \ | | | | | | | | Bump url-loader from 1.1.2 to 2.0.0
| * | | Bump url-loader from 1.1.2 to 2.0.0dependabot-preview[bot]2019-06-112-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-loader](https://github.com/webpack-contrib/url-loader) from 1.1.2 to 2.0.0. - [Release notes](https://github.com/webpack-contrib/url-loader/releases) - [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/url-loader/compare/v1.1.2...v2.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #15783 from nextcloud/bugfix/6015/app-enable-migrationJohn Molakvoæ2019-06-111-0/+8
|\ \ \ \ | | | | | | | | | | Run repair steps when enabling an app that has already been installed
| * | | | Run repair steps when enabling an app that has already been installedJulius Härtl2019-06-051-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Show share settings only if incoming federated shares are allowed (#15830)John Molakvoæ2019-06-112-55/+54
|\ \ \ \ \ | | | | | | | | | | | | Show share settings only if incoming federated shares are allowed
| * | | | | Show share settings only if incoming federated shares are allowedMorris Jobke2019-05-312-55/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15802 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Fix userid casting in notifications (#15912)John Molakvoæ2019-06-113-5/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fix userid casting in notifications
| * | | | | Fix userid casting in notificationsJohn Molakvoæ (skjnldsv)2019-06-113-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Merge pull request #15905 from ↵John Molakvoæ2019-06-112-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/file-loader-4.0.0 Bump file-loader from 3.0.1 to 4.0.0
| * | | | | | Bump file-loader from 3.0.1 to 4.0.0dependabot-preview[bot]2019-06-092-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/file-loader/compare/v3.0.1...v4.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | Fix mobile menu over app-content (#15913)John Molakvoæ2019-06-111-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Fix mobile menu over app-content
| * | | | | | Fix mobile menu over app-contentJohn Molakvoæ (skjnldsv)2019-06-111-2/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Bump webpack-cli from 3.3.2 to 3.3.3 (#15901)John Molakvoæ2019-06-112-15/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Bump webpack-cli from 3.3.2 to 3.3.3
| * | | | | Bump webpack-cli from 3.3.2 to 3.3.3dependabot-preview[bot]2019-06-092-15/+21
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.2...3.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | Fix missing login hook wih Apache/SAML login (#15909)John Molakvoæ2019-06-111-1/+9
|\ \ \ \ \ | |/ / / / |/| | | | Fix missing login hook wih Apache/SAML login
| * | | | Fix missing login hook wih Apache/SAMLChristoph Wurst2019-06-111-1/+9
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this patch the hook does not transport the information whether the login is done with an app password or not. The suspicious login app requires the parameter to function correctly, hence adding it will make suspicious login detection also possible with SAML users. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Replace OC.Notification with toastify js (#15124)John Molakvoæ2019-06-0715-264/+348
|\ \ \ \ | | | | | | | | | | Replace OC.Notification with toastify js
| * | | | Bump bundlesJulius Härtl2019-06-076-41/+65
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Adjust jsunit tests for new toast libraryJulius Härtl2019-06-074-105/+49
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add toastify js as a OC.Notification replacementJulius Härtl2019-06-077-119/+235
|/ / / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #15878 from nextcloud/Stale-bot-only-issuesJohn Molakvoæ2019-06-051-0/+3
|\ \ \ \ | |_|/ / |/| | | Stale bot: only issues
| * | | Stale bot: only issuesJohn Molakvoæ2019-06-051-0/+3
|/ / /
* | | Merge pull request #15877 from nextcloud/rullzer-patch-1Roeland Jago Douma2019-06-051-1/+1
|\ \ \ | | | | | | | | Update stale.yml
| * | | Update stale.ymlRoeland Jago Douma2019-06-051-1/+1
|/ / / | | | | | | Limit to 1 until we find out why onlyLabels is not respected...
* | | Add stale config (#15873)John Molakvoæ2019-06-051-0/+30
|\ \ \ | | | | | | | | Add stale config
| * | | Update stale.ymlJohn Molakvoæ2019-06-051-3/+2
| | | |