summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19233 from nextcloud/enh/transferownership_moveRoeland Jago Douma2020-02-032-7/+33
|\ | | | | Add move (and firstlogin) option to transferownership service
| * Allow specifying this is the first loginRoeland Jago Douma2020-02-031-2/+9
| | | | | | | | | | | | | | On firstlogin we allow non empty target folders. So that for guest transfers the user sees the same UI. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Catch \Error in Transfer::restoreSharesTobia De Koninck2020-02-031-1/+1
| | | | | | | | | | | | | | | | | | This makes the command more fault tolerant. An \Error can happen when e.g. the owner of a share is null. If we don't catch this, the restore process will stop in an unknown state. Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
| * Prevent transferring data to user which never loggedinTobia De Koninck2020-02-031-1/+1
| | | | | | | | Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
| * Add option to transfer-ownership to move dataTobia De Koninck2020-02-032-5/+24
| | | | | | | | | | | | | | | | This will move the home folder of own user to another user. Only allowed if that other user's home folder is empty. Can be used as workaround to rename users. Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
* | Merge pull request #19275 from nextcloud/bugfix/18626/owner-transfer-multiselectRoeland Jago Douma2020-02-033-26/+30
|\ \ | | | | | | Bugfix/18626/owner transfer multiselect
| * | Bump bundlesJulius Härtl2020-02-032-3/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Make sure that minSearchStringLength is taken into accountJulius Härtl2020-02-031-1/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Fix issue when selecting an entry, the multiselect input was not closedJulius Härtl2020-02-031-22/+22
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #19273 from ↵Roeland Jago Douma2020-02-034-5/+5
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/core-7.8.4 Bump @babel/core from 7.8.3 to 7.8.4
| * | Bump @babel/core from 7.8.3 to 7.8.4dependabot-preview[bot]2020-02-034-5/+5
| |/ | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.8.3 to 7.8.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #19276 from nextcloud/fix/19248Roeland Jago Douma2020-02-031-1/+1
|\ \ | | | | | | Use proper andwhere clause
| * | Use proper andwhere clauseRoeland Jago Douma2020-02-031-1/+1
| |/ | | | | | | | | | | Fixes #19248 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19268 from nextcloud/fix/19261/use_settings_l10nRoeland Jago Douma2020-02-032-8/+3
|\ \ | |/ |/| Use the l10n from settings
| * Update test to pass l10n instead of factoryDaniel Kesselberg2020-02-031-6/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Use the l10n from settingsRoeland Jago Douma2020-02-031-2/+2
| | | | | | | | | | | | Fixes #19261 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19250 from nextcloud/rakekniven-patch-1Roeland Jago Douma2020-02-031-1/+1
|\ \ | |/ |/| l10n: Changed spelling of "user name" to "username"
| * l10n: Changed spelling of "user name" to "username" rakekniven2020-02-011-1/+1
| | | | | | | | | | Using "username" like on > 200 strings over the whole Nextcloud project. Signed-off-by: rakekniven mark.ziegler@rakekniven.de
* | Merge pull request #19243 from nextcloud/enh/settings/admin_settings_to_info_xmlRoeland Jago Douma2020-02-0312-19/+24
|\ \ | | | | | | Move Admin Settings also to info.xml
| * | Move Admin Settings also to info.xmlRoeland Jago Douma2020-01-3112-19/+24
| | | | | | | | | | | | | | | | | | | | | More cleanup of the Settings apps. Makes the manager cleaner and a proper manager. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-02-0322-64/+208
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-02-0228-64/+244
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2020-02-0170-72/+76
|/
* Use activity registration for the settingsRoeland Jago Douma2020-01-312-9/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #19215 from nextcloud/bugfix/19146/webcal_not_updatedRoeland Jago Douma2020-01-312-22/+50
|\ | | | | WebcalRefreshJob: Fix reading refresh rate
| * RefreshWebcalJob: Fix reading subscription from database leading to ignored ↵Georg Ehrke2020-01-302-22/+50
| | | | | | | | | | | | refreshRate Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #19217 from nextcloud/enh/settings/personalRoeland Jago Douma2020-01-3112-31/+32
|\ \ | | | | | | Personal settings cleanup
| * | Move personal settings to proper registrationRoeland Jago Douma2020-01-3011-22/+26
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Move password settingsRoeland Jago Douma2020-01-306-14/+11
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2020-01-3174-84/+108
|/
* Merge pull request #19192 from ↵Roeland Jago Douma2020-01-308-134/+171
|\ | | | | | | | | nextcloud/enh/settings/move_2fa_to_own_settings_class Move the personal 2FA settings to its settings
| * Move the personal 2FA settings to its own appRoeland Jago Douma2020-01-298-134/+171
| | | | | | | | | | | | | | | | Small isolated classes are easier to understand and to maintain! Another step in the cleaning up of the settings. So that adding new stuff later is easier. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19125 from nextcloud/bugfix/noid/tab-idJohn Molakvoæ2020-01-3038-13204/+257
|\ \ | | | | | | Give the sharing tab a unique id so it also opens properly on other languages
| * | Fix legacy tabsJohn Molakvoæ (skjnldsv)2020-01-297-23/+24
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Bump @nextcloud/vueJulius Härtl2020-01-2932-13183/+232
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Give the sharing tab a unique id so it also opens properly on other languagesJulius Härtl2020-01-291-2/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #19179 from ↵Joas Schilling2020-01-301-2/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/followup/19113/fix-query-selector-for-inverted-icons Fix query selector for inverted icons
| * | | Fix query selector for inverted iconsJoas Schilling2020-01-281-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-01-30146-128/+640
| |_|/ |/| |
* | | Merge pull request #19185 from nextcloud/enh/move_token_logic_to_token_settingsRoeland Jago Douma2020-01-294-20/+25
|\ \ \ | |_|/ |/| | Move can create token logic
| * | Move can create token logicRoeland Jago Douma2020-01-294-20/+25
| |/ | | | | | | | | | | | | It makes sense to have this in the actual authtoken settings. As well. This is where it is used. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19186 from nextcloud/bugfix/noid/fix-flow-errorblizzz2020-01-291-1/+1
|\ \ | | | | | | Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"
| * | Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"Joas Schilling2020-01-291-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #19174 from ↵Roeland Jago Douma2020-01-299-0/+372
|\ \ \ | |/ / |/| | | | | | | | nextcloud/enh/settings/admin_sectorions_to_proper_app Move admin sections to settings app
| * | Move admin sections to settings appRoeland Jago Douma2020-01-289-0/+372
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2020-01-29148-40/+506
|/
* Merge pull request #19168 from ↵blizzz2020-01-286-0/+189
|\ | | | | | | | | nextcloud/enh/settings/personal_sections_to_proper_app Move the Personal sections to the settings app
| * Move the Personal sections to the settings appRoeland Jago Douma2020-01-286-0/+189
| | | | | | | | | | | | | | | | There is no need to have weird magic in the manager. This should be properly registered in the right way. The settings code is messy anyways. This is a start to make it a tad more clean. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19164 from nextcloud/dependabot/variousRoeland Jago Douma2020-01-2836-116/+116
|\ \ | | | | | | Dependabot/various
| * | Merge multiple dependabots updatesJohn Molakvoæ (skjnldsv)2020-01-2736-116/+116
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>