summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-02-0330-82/+262
|
* Merge pull request #19256 from ↵Roeland Jago Douma2020-02-022-18/+119
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/karma-viewport-1.0.5 Bump karma-viewport from 1.0.4 to 1.0.5 in /build
| * Bump karma-viewport from 1.0.4 to 1.0.5 in /builddependabot-preview[bot]2020-02-022-18/+119
| | | | | | | | | | | | | | | | Bumps [karma-viewport](https://github.com/squidfunk/karma-viewport) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/squidfunk/karma-viewport/releases) - [Changelog](https://github.com/squidfunk/karma-viewport/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/karma-viewport/compare/1.0.4...1.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | [tx-robot] updated from transifexNextcloud bot2020-02-0240-80/+294
|/
* [tx-robot] updated from transifexNextcloud bot2020-02-0174-78/+82
|
* Merge pull request #19240 from nextcloud/enh/settings/activity_registrationRoeland Jago Douma2020-01-312-9/+17
|\ | | | | Use activity registration for the settings
| * 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-313-23/+51
|\ | | | | 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>
| * JobList: Typecast last_run to integerGeorg Ehrke2020-01-301-1/+1
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #19217 from nextcloud/enh/settings/personalRoeland Jago Douma2020-01-3114-76/+49
|\ \ | | | | | | Personal settings cleanup
| * | Move personal settings to proper registrationRoeland Jago Douma2020-01-3013-67/+43
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Move password settingsRoeland Jago Douma2020-01-308-18/+15
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2020-01-3176-86/+110
|/
* Merge pull request #19176 from nextcloud/fix/contacts-menu-mailt-encodingRoeland Jago Douma2020-01-302-2/+2
|\ | | | | Do not encode contacts menu mailto links
| * Do not encode contacts menu mailto linksChristoph Wurst2020-01-282-2/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | 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-3040-13237/+314
|\ \ \ | | | | | | | | 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-2934-13216/+289
| | | | | | | | | | | | | | | | 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-30314-694/+1218
| |_|/ / |/| | |
* | | | 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 #19029 from nextcloud/improve-new-issue-flowJohn Molakvoæ2020-01-293-36/+44
|\ \ \ \ | | | | | | | | | | Add link to help.nextcloud.com and bugbounty
| * | | | Use proper ellipsis and replace sparkle with rocketDaniel Kesselberg2020-01-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to nextcloud/calendar Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Add link to help.nextcloud.com and bugbountyDaniel Kesselberg2020-01-203-36/+44
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | 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-2911-98/+374
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/enh/settings/admin_sectorions_to_proper_app Move admin sections to settings app
| * | | | | Move admin sections to settings appRoeland Jago Douma2020-01-2811-98/+374
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-01-29288-242/+872
| |_|/ / |/| | |
* | | | Merge pull request #19178 from nextcloud/bugfix/noid/prevent-potential-problemsRoeland Jago Douma2020-01-281-0/+3
|\ \ \ \ | |/ / / |/| | | Make sure the default share provider does not execute for other things
| * | | Make sure the default share provider does not execute for other thingsJoas Schilling2020-01-281-0/+3
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #19168 from ↵blizzz2020-01-288-33/+192
|\ \ \ | |_|/ |/| | | | | | | | 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-288-33/+192
| | | | | | | | | | | | | | | | | | | | | | | | 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-2846-302/+359
|\ \ \ | | | | | | | | Dependabot/various
| * | | Merge multiple dependabots updatesJohn Molakvoæ (skjnldsv)2020-01-2746-302/+359
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / / [tx-robot] updated from transifexNextcloud bot2020-01-2846-30/+176
|/ /
* | Merge pull request #19167 from nextcloud/fix/tests/18745Roeland Jago Douma2020-01-271-1/+1
|\ \ | | | | | | Fix tests after #18745
| * | Fix tests after #18745Roeland Jago Douma2020-01-271-1/+1
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19142 from ↵John Molakvoæ2020-01-272-13/+27
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/auth-1.2.1 Bump @nextcloud/auth from 1.1.0 to 1.2.1
| * | Bump @nextcloud/auth from 1.1.0 to 1.2.1dependabot-preview[bot]2020-01-262-13/+27
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/nextcloud/nextcloud-auth/releases) - [Changelog](https://github.com/nextcloud/nextcloud-auth/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v1.1.0...v1.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #19140 from ↵John Molakvoæ2020-01-272-8/+40
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/logger-1.1.1 Bump @nextcloud/logger from 1.0.0 to 1.1.1
| * | | Bump @nextcloud/logger from 1.0.0 to 1.1.1dependabot-preview[bot]2020-01-262-8/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/nextcloud/nextcloud-logger/releases) - [Changelog](https://github.com/nextcloud/nextcloud-logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v1.0.0...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #18745 from 4workers/avatar-textJohn Molakvoæ2020-01-272-22/+56
|\ \ \ \ | | | | | | | | | | Change avatar placeholder from single letter to 2 letters
| * | | | Change avatar placeholder from single letter to 2 lettersSergey Shliakhov2020-01-272-22/+56
|/ / / / | | | | | | | | | | | | | | | | https://github.com/nextcloud/server/issues/18717 Signed-off-by: Sergey Shliakhov <husband.sergey@gmail.com>