summaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
* Do not double encode the userid in webauthn loginRoeland Jago Douma2020-07-221-1/+5
| | | | | | | | * Else login fails with webauthn devices that send the userid - Like windows hello Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix parsing of language codeDaniel Kesselberg2020-07-161-2/+2
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Set the moment locale even earlierChristoph Wurst2020-07-091-5/+5
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix placeholder issues with multiplace spaces in the nameJulius Härtl2020-07-091-1/+1
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Darker background for dark modeJoas Schilling2020-06-231-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make the confirm dialog modal by defaultJoas Schilling2020-06-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix modal support for vue appsJoas Schilling2020-06-231-1/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make the translation sanitization optionalChristoph Wurst2020-05-271-8/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update hub bundle and add proxy rule to htaccessJulius Härtl2020-05-251-3/+3
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix replacement dialogRoeland Jago Douma2020-05-081-2/+2
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Generate legacy image placeholder text by taking first lettersSergey Shliakhov2020-04-301-1/+2
| | | | | | | https://github.com/nextcloud/server/issues/19335 Signed-off-by: Sergey Shliakhov <husband.sergey@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make sure that the legacy jsunit tests can still inject OC.configJulius Härtl2020-04-231-6/+14
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add config fallback for legacy testsJulius Härtl2020-04-231-1/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add config for auto logout after browser inactivityJulius Härtl2020-04-231-6/+44
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix #20551 - Disable autocapitalize for username field on login / reset ↵Liam JACK2020-04-212-0/+2
| | | | | | | password pages Signed-off-by: Liam JACK <1422590-liamjack@users.noreply.gitlab.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix breadcrumb in move or copy file dialogLoïc Hermann2020-04-171-0/+6
| | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Use the primary element color in case it primary color is too brightJoas Schilling2020-04-101-1/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Inline usages of OCP.Toast in bundled filesChristoph Wurst2020-04-061-13/+22
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use external Toast implementation and deprecate the OCP APIChristoph Wurst2020-04-062-63/+56
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add fieldset to align arrowDaniel Kesselberg2020-04-011-47/+49
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Start with webauthnRoeland Jago Douma2020-03-316-15/+344
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Migrate from @babel/polyfill to core-js@3Christoph Wurst2020-03-261-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update eslint and switch to @nextcloud packagesChristoph Wurst2020-03-254-6/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use jquery-ui to only embed button componentsJulius Härtl2020-03-111-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move install scripts to bundleJulius Härtl2020-03-111-0/+133
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* No tabs in translationsJoas Schilling2020-03-091-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove deprecated global variablesChristoph Wurst2020-03-095-87/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Copy isFileNameValid function, so the filepicker works without the files appJoas Schilling2020-02-251-2/+30
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix "TypeError: u.$form is undefined"Joas Schilling2020-02-251-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to create directories when they are selectableJoas Schilling2020-02-251-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add removal version number for global deprecationsChristoph Wurst2020-02-141-11/+11
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate OC router helpers that are provided by packagesChristoph Wurst2020-02-133-10/+46
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate jQueryChristoph Wurst2020-02-111-18/+17
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add more tests for the new js modulesChristoph Wurst2020-02-104-41/+52
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add webpack-based js testsChristoph Wurst2020-02-072-0/+84
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fetch a new request token as soon as the browser becomes onlineChristoph Wurst2020-02-061-6/+58
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use escape-html libraryJulius Härtl2020-02-051-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Added space before ellipsisrakekniven2020-02-051-1/+1
| | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* l10n: Triple dot to ellipsisrakekniven2020-02-041-1/+1
| | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* Use correct appid for talkRoeland Jago Douma2020-01-241-2/+2
| | | | | | Else it won't show up of course... Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix width and iconRoeland Jago Douma2020-01-241-2/+2
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add new recommended 18 appsChristoph Wurst2020-01-241-0/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Set direct login after password resetJulius Härtl2020-01-091-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-1946-266/+267
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Design fixes for recommended appsJan-Christoph Borchardt2019-12-161-16/+31
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add a dedicated page for the recommended apps installationChristoph Wurst2019-12-123-0/+275
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Allow to have mutliple buttons on the filepickerJoas Schilling2019-12-091-12/+25
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a transfer ownership background jobRoeland Jago Douma2019-12-021-2/+2
| | | | | | | | | | | | This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Prompt on destructive user actionsGary Kim2019-11-053-1/+54
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-294-4/+24
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>