Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix data Apache2 .htaccess typo | Simounet | 2020-02-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Simounet <contact@simounet.net> | ||||
* | Merge pull request #19297 from nextcloud/backport/19246/stable18 | Roeland Jago Douma | 2020-02-05 | 1 | -0/+1 |
|\ | | | | | [stable18] Keep the modification time during decryptFile | ||||
| * | Keep the modification time during decryptFile | sammo2828 | 2020-02-04 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #19292 from nextcloud/backport/19203/stable18 | Roeland Jago Douma | 2020-02-05 | 3 | -13/+100 |
|\ \ | | | | | | | [stable18] Allow respecting PASSWORD_DEFAULT | ||||
| * | | Allow selecting the hashing algorithm | Roeland Jago Douma | 2020-02-04 | 3 | -13/+100 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #19271 from nextcloud/backport/19238/stable18 | John Molakvoæ | 2020-02-04 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | [stable18] Center Buttons | ||||
| * | | Update guest.css | Marc Michalsky | 2020-02-03 | 1 | -1/+1 |
| | | | |||||
| * | | Center Buttons | Marc Michalsky | 2020-02-03 | 1 | -1/+1 |
| | | | | | | | | | Since Version 18.0.0 the Registration button of the [registration app](https://github.com/pellaeon/registration) is not centered anymore. | ||||
* | | | Merge pull request #19228 from nextcloud/backport/19215/stable18 | Roeland Jago Douma | 2020-02-04 | 3 | -23/+51 |
|\ \ \ | |_|/ |/| | | [stable18] WebcalRefreshJob: Fix reading refresh rate | ||||
| * | | RefreshWebcalJob: Fix reading subscription from database leading to ignored ↵ | Georg Ehrke | 2020-01-31 | 2 | -22/+50 |
| | | | | | | | | | | | | | | | | | | refreshRate Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | JobList: Typecast last_run to integer | Georg Ehrke | 2020-01-31 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Merge pull request #19291 from nextcloud/backport/stable18/19275 | Roeland Jago Douma | 2020-02-04 | 3 | -26/+30 |
|\ \ | | | | | | | [stable18] owner transfer multiselect fixes | ||||
| * | | Bump bundles | Julius Härtl | 2020-02-04 | 2 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Make sure that minSearchStringLength is taken into account | Julius Härtl | 2020-02-04 | 1 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Fix issue when selecting an entry, the multiselect input was not closed | Julius Härtl | 2020-02-04 | 1 | -22/+22 |
|/ / | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #19283 from nextcloud/backport/19281/stable18 | Roeland Jago Douma | 2020-02-04 | 1 | -4/+6 |
|\ \ | | | | | | | [stable18] for the DB ot pick an index specify the object_type | ||||
| * | | for the DB ot pick an index specify the object_type | Arthur Schiwon | 2020-02-03 | 1 | -4/+6 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #19278 from nextcloud/backport/19276/stable18 | Roeland Jago Douma | 2020-02-03 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | [stable18] Use proper andwhere clause | ||||
| * | | Use proper andwhere clause | Roeland Jago Douma | 2020-02-03 | 1 | -1/+1 |
| |/ | | | | | | | | | | | Fixes #19248 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #19279 from nextcloud/backport/19233/stable18 | Roeland Jago Douma | 2020-02-03 | 2 | -7/+33 |
|\ \ | | | | | | | [stable18] Add move (and firstlogin) option to transferownership service | ||||
| * | | Allow specifying this is the first login | Roeland Jago Douma | 2020-02-03 | 1 | -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::restoreShares | Tobia De Koninck | 2020-02-03 | 1 | -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 loggedin | Tobia De Koninck | 2020-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com> | ||||
| * | | Add option to transfer-ownership to move data | Tobia De Koninck | 2020-02-03 | 2 | -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 #19269 from nextcloud/backport/19241/stable18 | Roeland Jago Douma | 2020-02-03 | 2 | -1/+22 |
|\ \ | | | | | | | [stable18] Make sure to catch php errors during job execution | ||||
| * | | Make sure to catch php errors during job execution | Daniel Kesselberg | 2020-02-03 | 2 | -1/+22 |
| |/ | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Merge pull request #19277 from nextcloud/backport/19268/stable18 | Roeland Jago Douma | 2020-02-03 | 2 | -8/+3 |
|\ \ | |/ |/| | [stable18] Use the l10n from settings | ||||
| * | Update test to pass l10n instead of factory | Daniel Kesselberg | 2020-02-03 | 1 | -6/+1 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | Use the l10n from settings | Roeland Jago Douma | 2020-02-03 | 1 | -2/+2 |
|/ | | | | | | Fixes #19261 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #19212 from nextcloud/backport/19125/bugfix/noid/tab-id | Roeland Jago Douma | 2020-01-30 | 32 | -13467/+520 |
|\ | | | | | [stable18] Give the sharing tab a unique id so it also opens properly on other languages | ||||
| * | Fix legacy tabs | John Molakvoæ (skjnldsv) | 2020-01-30 | 29 | -13461/+511 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Bump @nextcloud/vue | John Molakvoæ (skjnldsv) | 2020-01-30 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Give the sharing tab a unique id so it also opens properly on other languages | Julius Härtl | 2020-01-30 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #19206 from nextcloud/backport/19179/stable18 | Roeland Jago Douma | 2020-01-30 | 1 | -2/+3 |
|\ \ | | | | | | | [stable18] Fix query selector for inverted icons | ||||
| * | | Fix query selector for inverted icons | Joas Schilling | 2020-01-30 | 1 | -2/+3 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #19207 from nextcloud/backport/19176/stable18 | Roeland Jago Douma | 2020-01-30 | 2 | -2/+2 |
|\ \ | |/ |/| | [stable18] Do not encode contacts menu mailto links | ||||
| * | Do not encode contacts menu mailto links | Christoph Wurst | 2020-01-30 | 2 | -2/+2 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #19189 from nextcloud/backport/19054/stable18 | Roeland Jago Douma | 2020-01-29 | 1 | -1/+1 |
|\ | | | | | [stable18] Use themed favicon-fb | ||||
| * | Use themed favicon-fb | Julius Härtl | 2020-01-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #19190 from nextcloud/backport/19186/stable18 | blizzz | 2020-01-29 | 1 | -1/+1 |
|\ \ | |/ |/| | [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" | ||||
| * | Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" | Joas Schilling | 2020-01-29 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #19166 from nextcloud/backport/19116/stable18 | Roeland Jago Douma | 2020-01-27 | 6 | -8/+10 |
|\ | | | | | [stable18] apps can have polyamorous relationships with bundles | ||||
| * | Compile assets | npmbuildbot[bot] | 2020-01-27 | 4 | -6/+6 |
| | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
| * | apps can have polyamorous relationships with bundles | Arthur Schiwon | 2020-01-27 | 2 | -2/+4 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #19149 from nextcloud/backport/19115/stable18 | Roeland Jago Douma | 2020-01-27 | 1 | -2/+2 |
|\ | | | | | [stable18] Use the target for file notifications | ||||
| * | Use the target for file notifications | Roeland Jago Douma | 2020-01-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | The node is not yet accessible if you did not accept the share yet. So trying to get it results in an acception. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #19150 from nextcloud/backport/19120/stable18 | Roeland Jago Douma | 2020-01-27 | 3 | -4/+4 |
|\ \ | | | | | | | [stable18] Use correct appid for talk | ||||
| * | | Use correct appid for talk | Roeland Jago Douma | 2020-01-26 | 3 | -4/+4 |
| |/ | | | | | | | | | | | Else it won't show up of course... Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #19153 from nextcloud/backport/19105/stable18 | Roeland Jago Douma | 2020-01-27 | 5 | -1/+49 |
|\ \ | |/ |/| | [stable18] add hub bundle for easy installation on upgraded instances | ||||
| * | add hub bundle for easy post-installation | Arthur Schiwon | 2020-01-27 | 5 | -1/+49 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |