summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Add command to move a calendar from an user to anotherThomas Citharel2019-01-165-0/+344
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> Add a basic check for displaynames in case we fail to get calendar from uri and put some sf console styles & refactor a bit Signed-off-by: Thomas Citharel <tcit@tcit.fr> basic Tests Signed-off-by: Thomas Citharel <tcit@tcit.fr> add forgotten createNamedParameter() Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #13481 from nextcloud/omit_fetching_stateRoeland Jago Douma2019-01-1611-1117/+1157
|\ | | | | Provide initial state for backupcodes in template
| * Bump dependenciesRoeland Jago Douma2019-01-154-542/+370
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Update the git attributesRoeland Jago Douma2019-01-154-8/+13
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Bump dependenciesRoeland Jago Douma2019-01-154-578/+681
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Provide initial state for backupcodes in templateRoeland Jago Douma2019-01-1511-38/+142
| | | | | | | | | | | | | | This saves a direct request to the server when loading the backup codes. There is no need for this as the data is already known. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-01-1626-36/+92
|/
* Merge pull request #12173 from nextcloud/filename-centerMorris Jobke2019-01-151-18/+20
|\ | | | | Ensure filename is possibly centered below file icons in grid view
| * Properly center text inside of the grid containerJulius Härtl2019-01-141-19/+20
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Ensure filename is possibly centered below file icons in grid viewJan-Christoph Borchardt2019-01-141-0/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2019-01-1562-330/+406
| |
* | Switch to OCP background jobsRoeland Jago Douma2019-01-143-6/+8
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Switch to QBMapperRoeland Jago Douma2019-01-141-8/+3
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Principals can be principal/user/<name> or principal/<name> from legacy installsJoas Schilling2019-01-141-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-01-1466-290/+520
|
* improve mail subject for mails to the owner with the passwordBjoern Schiessle2019-01-131-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Bump other deps as well and rebuild assetsRoeland Jago Douma2019-01-134-37/+32
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump nextcloud-vue from 0.4.6 to 0.5.0 in /apps/updatenotificationdependabot[bot]2019-01-132-35/+20
| | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.4.6 to 0.5.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.4.6...v0.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Merge pull request #13523 from ↵Roeland Jago Douma2019-01-134-12/+12
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/vue-and-vue-template-compiler Bump vue and vue-template-compiler in /apps/accessibility
| * Compile assetsRoeland Jago Douma2019-01-133-13/+8
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Bump vue and vue-template-compiler in /apps/accessibilitydependabot[bot]2019-01-122-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.5.21 to 2.5.22 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.21...v2.5.22) Updates `vue-template-compiler` from 2.5.21 to 2.5.22 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.21...v2.5.22) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | [tx-robot] updated from transifexNextcloud bot2019-01-1314-18/+198
|/
* Bump oauth2 js depsRoeland Jago Douma2019-01-124-466/+141
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-01-1214-16/+56
|
* Merge pull request #13503 from nextcloud/fix/13499Joas Schilling2019-01-111-0/+8
|\ | | | | RemoveClassifiedEventActivity: check if calendar still exists
| * Check for no longer existing calendarsRoeland Jago Douma2019-01-111-0/+8
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #13500 from nextcloud/enh/updatenotifications/include-scssRoeland Jago Douma2019-01-118-426/+1424
|\ \ | | | | | | Updatenotifications: Include the scss in the vue component
| * | Bump packages while at itRoeland Jago Douma2019-01-114-373/+130
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Include the scss in the vue componentRoeland Jago Douma2019-01-118-65/+1306
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #13501 from nextcloud/enh/accessibility/to-nextcloud-axiosRoeland Jago Douma2019-01-115-609/+120
|\ \ | |/ |/| Move accessibility to nextcloud-axios
| * Bump dependenciesRoeland Jago Douma2019-01-104-608/+134
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Move to nextcloud-axiosRoeland Jago Douma2019-01-103-45/+30
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-01-1126-10/+32
|/
* Fix doc blockJoas Schilling2019-01-101-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-01-104-4/+4
|
* Merge pull request #13156 from nextcloud/enhancement/npmizeRoeland Jago Douma2019-01-091-3/+0
|\ | | | | Use npm for js depdencies, bundle with webpack
| * Npmize (vendor) scriptsChristoph Wurst2019-01-091-3/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Prevent php info about missing index for old eventsJoas Schilling2019-01-091-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use the scoped css on the personal pageRoeland Jago Douma2019-01-097-19/+522
| | | | | | Saves loading the style file when we visit the security page. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #13430 from ↵Roeland Jago Douma2019-01-096-3/+147
|\ | | | | | | | | nextcloud/bugfix/13331/respect-classification-of-calendar-events-in-activity-stream Respect classification of calendar events in activity stream
| * Add a repair step to remove sensitive event activityJoas Schilling2019-01-084-1/+128
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Correctly handle the classification of events in the activity streamJoas Schilling2019-01-082-3/+20
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Use nextcloud-axios in 2fa backupcodes jsRoeland Jago Douma2019-01-095-25/+20
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-01-096-8/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2019-01-082-0/+4
| |
* | OAuth2 client identifier must be uniqueRoeland Jago Douma2019-01-074-1/+52
| | | | | | | | | | | | | | | | | | Fixes #12981 This is highly unlikely to happen. But better to enforce it on the DB level as well! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #12227 from nextcloud/bugfix/cleanu_upload_foldersMorris Jobke2019-01-0710-23/+293
|\ \ | |/ |/| Background job to cleanup leftover chunked uploads
| * Add live repair step to cleanup old chunksRoeland Jago Douma2019-01-044-1/+101
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Background job to cleanup leftover chunked uploadsRoeland Jago Douma2019-01-048-22/+192
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #13391 from ↵Roeland Jago Douma2019-01-062-4/+4
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-merge-4.2.1 Bump webpack-merge from 4.1.5 to 4.2.1 in /apps/oauth2