summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19308 from nextcloud/backport/19219/stable18Roeland Jago Douma2020-02-051-0/+4
|\ | | | | [stable18] Fix display of DTEND for multi-day all-day event
| * Fix display of DTEND for multi-day all-day eventGeorg Ehrke2020-02-051-0/+4
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #19089 from nextcloud/backport/18929/enh/sidebar/promiseRoeland Jago Douma2020-02-055-63/+59
|\ \ | |/ |/| [stable18] Allow to await the sidebar
| * Close handlingJohn Molakvoæ (skjnldsv)2020-02-055-21/+18
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * Allow to await the sidebarJohn Molakvoæ (skjnldsv)2020-02-053-43/+42
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #19228 from nextcloud/backport/19215/stable18Roeland Jago Douma2020-02-042-22/+50
|\ \ | | | | | | [stable18] WebcalRefreshJob: Fix reading refresh rate
| * | RefreshWebcalJob: Fix reading subscription from database leading to ignored ↵Georg Ehrke2020-01-312-22/+50
| | | | | | | | | | | | | | | | | | refreshRate Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Bump bundlesJulius Härtl2020-02-042-3/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Make sure that minSearchStringLength is taken into accountJulius Härtl2020-02-041-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-041-22/+22
| |/ |/| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #19278 from nextcloud/backport/19276/stable18Roeland Jago Douma2020-02-031-1/+1
|\ \ | | | | | | [stable18] 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>
* | 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>
* | 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 #19212 from nextcloud/backport/19125/bugfix/noid/tab-idRoeland Jago Douma2020-01-3030-13463/+516
|\ | | | | [stable18] Give the sharing tab a unique id so it also opens properly on other languages
| * Fix legacy tabsJohn Molakvoæ (skjnldsv)2020-01-3029-13461/+511
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Give the sharing tab a unique id so it also opens properly on other languagesJulius Härtl2020-01-301-2/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix query selector for inverted iconsJoas Schilling2020-01-301-2/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #19189 from nextcloud/backport/19054/stable18Roeland Jago Douma2020-01-291-1/+1
|\ | | | | [stable18] Use themed favicon-fb
| * Use themed favicon-fbJulius Härtl2020-01-291-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"Joas Schilling2020-01-291-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Compile assetsnpmbuildbot[bot]2020-01-274-6/+6
| | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* apps can have polyamorous relationships with bundlesArthur Schiwon2020-01-272-2/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use the target for file notificationsRoeland Jago Douma2020-01-261-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 #19117 from nextcloud/backport/19109/stable18Roeland Jago Douma2020-01-261-6/+5
|\ | | | | [stable18] Adjust filelist color handling to new dark theme value
| * Adjust filelist color handling to new dark theme valueJulius Härtl2020-01-241-6/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Do not invert avatar colors when dark theme is enabledMarco Ambrosini2020-01-241-1/+1
|/ | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Make sure the whole file list header is sticky and properly stacks to other ↵Julius Härtl2020-01-241-24/+14
| | | | | | headers Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix multiselect actions for filesGretaD2020-01-241-1/+1
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Merge pull request #18953 from nextcloud/enhancement/18-apps-18v18.0.0Roeland Jago Douma2020-01-176-3938/+4716
|\ | | | | [stable18] Add new recommended 18 apps
| * Fix width and iconRoeland Jago Douma2020-01-176-3938/+4716
| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #18950 from nextcloud/backport/18764/stable18Roeland Jago Douma2020-01-173-5/+2
|\ \ | | | | | | [stable18] Prevent duplicate entries in file sidebar
| * | Prevent duplicate entries in file sidebarGary Kim2020-01-173-5/+2
| |/ | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | Merge pull request #18948 from nextcloud/backport-18940Roeland Jago Douma2020-01-1711-100/+38
|\ \ | |/ |/| [stable18] Make the share accept process optional
| * Bump bundlesJulius Härtl2020-01-174-26/+26
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Make auto accepting the default and provide setting to enforce the share ↵Julius Härtl2020-01-173-8/+12
| | | | | | | | | | | | acceptance process Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Remove global share accepter since auto-accepting is the defaultJulius Härtl2020-01-174-66/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #18947 from nextcloud/backport-18455Roeland Jago Douma2020-01-1721-120/+12502
|\ \ | |/ |/| [stable18] fix userlist alignment
| * Bump bundlesJulius Härtl2020-01-1612-40/+40
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix indentationJulius Härtl2020-01-161-1199/+1199
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix eslint errors in settingsJulius Härtl2020-01-161-23/+23
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * fix indentation and 3 dot menuGretaD2020-01-162-1155/+1331
| | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
| * fix popover menu overlappingGretaD2020-01-166-4/+7975
| | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
| * make actionButton stickyGretaD2020-01-161-0/+8
| | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
| * add close buttonGretaD2020-01-161-24/+36
| | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
| * fix new user tableGretaD2020-01-164-55/+4266
| | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>