summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19333 from nextcloud/add-featured-categoryRoeland Jago Douma2020-02-0810-7/+8827
|\ | | | | Add featured category
| * Update bundlesMario Danic2020-02-076-29327/+5549
| | | | | | | | Signed-off-by: Mario Danic <mario@lovelyhq.com>
| * Add featured categoryMario Danic2020-02-076-38/+32636
| | | | | | | | Signed-off-by: Mario Danic <mario@lovelyhq.com>
* | Merge pull request #19349 from ↵Roeland Jago Douma2020-02-081-1/+4
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/prevent-download-on-secure-view Prevent archieved download on secure view
| * | Prevent archieved download on secure viewJoas Schilling2020-02-071-1/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-02-0844-14/+202
| | |
* | | sort prefixes for deterministic LDAP query behaviourArthur Schiwon2020-02-071-3/+4
| |/ |/| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #19331 from ↵Roeland Jago Douma2020-02-071-3/+0
|\ \ | | | | | | | | | | | | nextcloud/bugfix/18890/remove-nested-call-to-beforeunload Removed nested call to beforeunload
| * | Removed nested call to beforeunloadJoas Schilling2020-02-061-3/+0
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #17077 from nextcloud/enh/10869/no_link_disabled_userRoeland Jago Douma2020-02-072-6/+146
|\ \ | | | | | | Disable link shares of disabled users
| * | Disable link shares of disabled usersRoeland Jago Douma2020-02-072-6/+146
| |/ | | | | | | | | | | Fixes #10869 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-02-0720-0/+50
| |
* | [tx-robot] updated from transifexNextcloud bot2020-02-07892-4216/+858
| |
* | Merge pull request #18518 from nextcloud/security-polixyJoas Schilling2020-02-061-0/+1
|\ \ | | | | | | Set up a security policy
| * | Set up a security policyRuben Barkow2020-01-211-0/+1
| | | | | | | | | | | | Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
* | | Merge pull request #19236 from tflores/issue_18866Roeland Jago Douma2020-02-061-0/+1
|\ \ \ | | | | | | | | Issue 18866
| * | | Audit log unsharing from selfTiago Flores2020-02-031-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tiago Flores <tiago.flores@yahoo.com.br>
* | | | Fix event typeJoas Schilling2020-02-061-1/+1
| |_|/ |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #19312 from ↵Roeland Jago Douma2020-02-061-0/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/18195/do-not-overwrite-user-glob-auth do not overwrite global user auth credentials with empty values
| * | | do not overwrite global user auth credentials with empty valuesArthur Schiwon2020-02-061-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-02-06156-308/+568
| | | |
* | | | Merge pull request #19219 from ↵Roeland Jago Douma2020-02-051-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/19135/wrong_dtend_invitation_mail Fix display of DTEND for multi-day all-day event
| * | | | Fix display of DTEND for multi-day all-day eventGeorg Ehrke2020-01-301-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Merge pull request #19180 from nextcloud/bugfix/office-anonymous-empty-authRoeland Jago Douma2020-02-052-4/+20
|\ \ \ \ \ | |_|/ / / |/| | | | Check for empty authorization headers for office requests
| * | | | Check for empty authorization headers for office requests and allow ↵Julius Härtl2020-02-042-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anonymous option on the whole tree Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #19300 from nextcloud/rakekniven-patch-1Roeland Jago Douma2020-02-051-1/+1
|\ \ \ \ \ | | | | | | | | | | | | l10n: Triple dot to ellipsis
| * | | | | l10n: Triple dot to ellipsis rakekniven2020-02-051-1/+1
| |/ / / / | | | | | | | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* / / / / [tx-robot] updated from transifexNextcloud bot2020-02-0530-12/+36
|/ / / /
* | / / [tx-robot] updated from transifexNextcloud bot2020-02-04122-234/+296
| |/ / |/| |
* | | 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
| | | | |