summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-06-1520-0/+212
|
* [tx-robot] updated from transifexNextcloud bot2019-06-14128-12902/+12898
|
* Add core/js/dist/ to l10nignoreJulius Härtl2019-06-131-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* 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>
* Fix mobile menu over app-contentJohn Molakvoæ (skjnldsv)2019-06-111-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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-075-116/+183
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump nextcloud-axios from 0.1.3 to 0.2.0dependabot-preview[bot]2019-06-036-32/+32
| | | | | | | | Bumps [nextcloud-axios](https://github.com/ChristophWurst/nextcloud-axios) from 0.1.3 to 0.2.0. - [Release notes](https://github.com/ChristophWurst/nextcloud-axios/releases) - [Commits](https://github.com/ChristophWurst/nextcloud-axios/compare/v0.1.3...v0.2.0) Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [Security] Bump axios from 0.18.0 to 0.18.1dependabot-preview[bot]2019-06-0210-32/+28
| | | | | | | Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. **This update includes security fixes.** - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)
* CSS: adjust media query breakpoint to improve tablet readabilitynacho2019-05-309-7/+14
| | | | see https://github.com/nextcloud/news/pull/467
* Merge pull request #15716 from nextcloud/enhancement/webpack/global-configRoeland Jago Douma2019-05-297-100/+42
|\ | | | | Unify webpack config
| * Build and updateJohn Molakvoæ (skjnldsv)2019-05-296-37/+37
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Unify webpack configJohn Molakvoæ (skjnldsv)2019-05-291-63/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #15790 from nextcloud/fix/noid/recommendations-undef-varRoeland Jago Douma2019-05-293-18/+3
|\ \ | |/ |/| remove unncessary code block in share recommendations, fixed undefined var error
| * fixes usage of an undefined varArthur Schiwon2019-05-293-18/+3
| | | | | | | | | | | | | | and removes a unnecessary code block as there is no paging for share recommendations Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Vueify the login pageChristoph Wurst2019-05-2918-521/+723
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-05-294-2/+14
|
* Merge pull request #15691 from nextcloud/app-content-list-noborderMorris Jobke2019-05-281-1/+0
|\ | | | | Remove divider in app content list (Mail, Contacts, …)
| * Remove divider in app content list (Mail, Contacts, …)Jan-Christoph Borchardt2019-05-221-1/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #15705 from ↵Morris Jobke2019-05-282-2/+5
|\ \ | | | | | | | | | | | | nextcloud/bugfix/15598/text-color-search-box-darktheme Change text color in search box in darktheme, ref #15598
| * | Change text color in search box in darktheme, ref #15598Greta Doci2019-05-262-2/+5
| | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-05-286-74/+224
| | |
* | | Bump webpack from 4.31.0 to 4.32.2dependabot-preview[bot]2019-05-276-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.31.0 to 4.32.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.31.0...v4.32.2) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-05-254-14/+18
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-05-244-0/+38
| | |
* | | Merge pull request #12114 from RubenHoms/masterMorris Jobke2019-05-224-4/+45
|\ \ \ | |_|/ |/| | Stop decryption when maintenance mode is enabled
| * | Stop decryption when maintenance mode is enabled, fixes #8311Ruben Homs2019-05-214-4/+45
| | | | | | | | | | | | Signed-off-by: Ruben Homs <ruben@homs.codes>
* | | [tx-robot] updated from transifexNextcloud bot2019-05-228-6/+16
|/ /
* | Merge pull request #15104 from nextcloud/enh/remote_wipeRoeland Jago Douma2019-05-213-1/+110
|\ \ | | | | | | Remote wipe support
| * | Remote wipe supportRoeland Jago Douma2019-05-203-1/+110
| | | | | | | | | | | | | | | | | | | | | | | | This allows a user to mark a token for remote wipe. Clients that support this can then wipe the device properly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | dont use deprecated oc_config in url generationRobin Appelman2019-05-207-7/+7
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-05-208-2/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2019-05-1920-0/+74
| |
* | [tx-robot] updated from transifexNextcloud bot2019-05-184-2/+4
| |
* | Merge pull request #15571 from nextcloud/enhancement/maintenance-mode-bundleMorris Jobke2019-05-179-58/+404
|\ \ | | | | | | Migrate the maintenance script to a modern module and bundle
| * | Migrate the maintenance script to a modern module and bundleChristoph Wurst2019-05-169-58/+404
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #15304 from nextcloud/enh/2fa_setup_at_loginRoeland Jago Douma2019-05-176-3/+164
|\ \ \ | | | | | | | | 2FA setup during login
| * | | Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-176-3/+164
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Once 2FA is enforced for a user and they have no 2FA setup yet this will now prompt them with a setup screen. Given that providers are enabled that allow setup then. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #15590 from nextcloud/enh/15480/delete_apptoken_ocs_endpointRoeland Jago Douma2019-05-172-0/+24
|\ \ \ | | | | | | | | Allow clients to delete their own apptoken
| * | | Allow clients to delete their own apptokenRoeland Jago Douma2019-05-172-0/+24
| |/ / | | | | | | | | | | | | | | | Fixes #15480 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / Update shipped.json to include privacy, recommendations, viewerGeorg Ehrke2019-05-171-0/+3
|/ / | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | [tx-robot] updated from transifexNextcloud bot2019-05-15128-508/+508
| |
* | Remove empty js.jsChristoph Wurst2019-05-153-11/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move legacy Ajax error handling logic to the bundleChristoph Wurst2019-05-157-141/+142
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move OC.appSettings to the bundle and deprecate itChristoph Wurst2019-05-147-104/+182
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #15531 from nextcloud/refactor/remove-js-js-ocpRoeland Jago Douma2019-05-141-3/+0
|\ \ | | | | | | Remove OCP (re)declaration from js.js
| * | Remove OCP (re)declaration from js.jsChristoph Wurst2019-05-141-3/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Move query string helpers to the bundleChristoph Wurst2019-05-147-126/+196
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>