summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-05-0120-2/+80
|
* Merge pull request #15290 from ↵John Molakvoæ2019-04-301-7/+15
|\ | | | | | | | | nextcloud/fix/8635/mdkir-handling+no-create-to-delete take return of mkdir into consideration; photocache to not create a folder for deletion
| * do not create folder just to delete it afterwardsArthur Schiwon2019-04-291-7/+15
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-04-304-6/+26
|/
* [tx-robot] updated from transifexNextcloud bot2019-04-2910-86/+180
|
* [tx-robot] updated from transifexNextcloud bot2019-04-282-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-04-272-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-04-262-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-04-254-4/+4
|
* Merge pull request #15141 from nextcloud/fix/noid/regenerate-seen-users-onlyRoeland Jago Douma2019-04-246-9/+9
|\ | | | | fix searching all users in repair regenerate birthday cal reparir job
| * remove obsolete use statementsArthur Schiwon2019-04-242-4/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * avoids users searches on backend, faster processingArthur Schiwon2019-04-174-5/+5
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #15148 from nextcloud/fix/oauth2_string_to_intRoeland Jago Douma2019-04-241-4/+4
|\ \ | | | | | | Fix mapper not properly casting int in oauth2 code
| * | Use the proper names when setting entity typesRoeland Jago Douma2019-04-181-4/+4
| |/ | | | | | | | | | | Else this does :boom: Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #15146 from nextcloud/fix/customer_properties_boomRoeland Jago Douma2019-04-242-11/+0
|\ \ | | | | | | Prefetching blows up if there are a lot of files.
| * | Prefetching blows up if there are a lot of files.Roeland Jago Douma2019-04-182-11/+0
| |/ | | | | | | | | | | | | | | I saw instances where people had a lot of files (each with custom properties) and all this prefetching blew up and started to consume an insane amount of RAM resulting in the process getting killed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-04-248-6/+100
| |
* | Merge pull request #15164 from nextcloud/recommendations-multiselect-overlapJohn Molakvoæ2019-04-231-6/+3
|\ \ | | | | | | Fix multiselect bar overlapping recommendations
| * | Use sticky position include for Safari supportJan-Christoph Borchardt2019-04-181-2/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Add webkit/safari fixMorris Jobke2019-04-181-0/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Fix multiselect bar overlapping recommendationsJan-Christoph Borchardt2019-04-181-6/+3
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Bump handlebars from 4.1.0 to 4.1.2dependabot[bot]2019-04-232-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.2) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2019-04-2310-14/+48
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-04-226-10/+16
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-04-218-16/+18
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-04-206-6/+10
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-04-196-6/+30
|/ /
* / [tx-robot] updated from transifexNextcloud bot2019-04-1814-26/+100
|/
* [tx-robot] updated from transifexNextcloud bot2019-04-176-96/+142
|
* Harden public preview testsRoeland Jago Douma2019-04-161-1/+10
| | | | | | This way there are less timing issues. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump vue and vue-template-compilerdependabot[bot]2019-04-1610-18/+18
| | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.8 to 2.6.10 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.10) Updates `vue-template-compiler` from 2.6.8 to 2.6.10 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.10) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #15105 from nextcloud/dependabot/npm_and_yarn/v-tooltip-2.0.1Morris Jobke2019-04-165-22/+22
|\ | | | | Bump v-tooltip from 2.0.0-rc.33 to 2.0.1
| * Bump v-tooltip from 2.0.0-rc.33 to 2.0.1dependabot[bot]2019-04-165-22/+22
| | | | | | | | | | | | | | | | | | Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip) from 2.0.0-rc.33 to 2.0.1. - [Release notes](https://github.com/Akryum/vue-tooltip/releases) - [Commits](https://github.com/Akryum/vue-tooltip/commits/v2.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Improve the share link password error feedback with a red borderChristoph Wurst2019-04-163-2/+8
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-04-168-0/+40
|
* Merge pull request #15057 from nextcloud/bugfix/noid/silent-view-changeMorris Jobke2019-04-151-1/+1
|\ | | | | Use slient option to switch for regular file actions as well
| * Use slient option to switch for regular file actions as wellJulius Härtl2019-04-111-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #14966 from nextcloud/versions-handlebars-webpackRoeland Jago Douma2019-04-156-61/+11
|\ \ | | | | | | use webpack to compile handlebars for files_versions
| * | use webpack to compile handlebars for files_versionsRobin Appelman2019-04-086-61/+11
| | | | | | | | | | | | | | | | | | This removes the need to manually compile the templates every time they are changed Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-04-154-0/+8
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-04-1410-4/+44
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-04-138-20/+26
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-04-1212-12/+46
| | |
* | | Bump versions of server and the requirements of appsJoas Schilling2019-04-1124-48/+48
| |/ |/| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Pass old value to user triggerChange hookMorris Jobke2019-04-111-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #15049 from ↵Morris Jobke2019-04-111-2/+0
|\ \ | | | | | | | | | | | | nextcloud/do-not-allow-javascript-eval-in-the-public-share-auth-page-with-talk Do not allow JavaScript "eval" in the public share auth page with Talk
| * | Do not allow JavaScript "eval" in the public share auth page with TalkDaniel Calviño Sánchez2019-04-101-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Talk no longer uses JavaScript "eval", so the Content Security Policy can now be configured to prevent its use in the public share authentication page when the password is protected by Talk. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-04-1146-98/+104
| | |
* | | Merge pull request #14990 from nextcloud/enhancement/noid/projectsRoeland Jago Douma2019-04-107-8/+7
|\ \ \ | |/ / |/| | Rename collections to projects
| * | Bump bundlesJulius Härtl2019-04-096-6/+6
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>