summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11599 from nextcloud/feature/7136/workflow-engine-filenameMorris Jobke2018-10-083-0/+157
|\ | | | | Add FileName to Workflow engine
| * Fix typoDaniel Kesselberg2018-10-081-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Ignore case for is and !isDaniel Kesselberg2018-10-051-4/+9
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Change placeholderDaniel Kesselberg2018-10-041-2/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Remove unused importDaniel Kesselberg2018-10-041-2/+0
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Make code strictDaniel Kesselberg2018-10-031-2/+3
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Add FileName to Workflow engineDaniel Kesselberg2018-10-033-0/+153
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #10898 from ↵Morris Jobke2018-10-087-20/+40
|\ \ | | | | | | | | | | | | nextcloud/feature/10684/default-logo-color-theme-colors Switches the default logo color depending on the primary color
| * | Adapts the theming util to the new core logo image pathMichael Weimann2018-10-042-3/+3
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Fixes the logo testMichael Weimann2018-10-031-2/+2
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Refactors the scss svg functionsMichael Weimann2018-10-021-2/+2
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Updates inverted logo handling to work like the app iconsMichael Weimann2018-10-024-91/+26
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Moves the logo files to logoMichael Weimann2018-10-024-12/+13
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Switches the default logo color depending on the primary colorMichael Weimann2018-10-024-8/+92
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | [tx-robot] updated from transifexNextcloud bot2018-10-082-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-10-0718-64/+84
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-10-064-0/+34
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-10-0534-0/+80
| | |
* | | Remove leftover 'Roeland Jago Douma2018-10-045-7/+7
| | | | | | | | | | | | | | | | | | Followup to #11583 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Allow userId to be nullRoeland Jago Douma2018-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10852 A quick hack. Still ensures some type safety however now also accepts null. Else we'd need to add a whole new layer of middlewares. This can only happen when a guest user wants to access a controller that requries the user_id. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move newfilemenu to compiled handlebarsRoeland Jago Douma2018-10-044-26/+52
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move files_versions to compiled handlebars templatesRoeland Jago Douma2018-10-045-46/+89
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move sharetabview to compiled handlebarsRoeland Jago Douma2018-10-041-4/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move mainfileinfodetailsview to commpiled handlebarsRoeland Jago Douma2018-10-043-27/+69
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move fileactions to compiled handlebarsRoeland Jago Douma2018-10-043-16/+58
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move tagsplugin to compiled handlebarsRoeland Jago Douma2018-10-043-11/+19
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move Comments to compiled handlebarsRoeland Jago Douma2018-10-046-56/+128
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move detailsview to compiled handlebarsRoeland Jago Douma2018-10-043-22/+36
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move systemtagsinfoviewtoggleview away from handlebarsRoeland Jago Douma2018-10-041-7/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move filelist to compiled handlebarsRoeland Jago Douma2018-10-043-9/+14
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #11603 from nextcloud/bugfix/noid/fix-wrong-call-for-loggerRoeland Jago Douma2018-10-041-1/+1
|\ \ \ | | | | | | | | Fix call to logger
| * | | Append error from exception for messageDaniel Kesselberg2018-10-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Fix call to loggerDaniel Kesselberg2018-10-031-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-10-0430-4/+56
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-10-03124-298/+338
|/ /
* | Merge pull request #11338 from rubo77/password-brMorris Jobke2018-10-031-2/+4
|\ \ | | | | | | sharebymail: Add linebreak before password
| * | sharebymail: Add linebreak before passwordrubo772018-10-031-2/+4
| | | | | | | | | | | | Signed-off-by: Ruben Barkow <github@r.z11.de>
* | | Merge pull request #11538 from nextcloud/heading-boldMarin Treselj2018-10-031-1/+0
|\ \ \ | | | | | | | | Set headings to Semibold for better information architecture
| * | | Change heading weights from Light to Semibold for better information ↵Jan-Christoph Borchardt2018-10-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | architecture Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Consolidate personal two-factor provider settingsChristoph Wurst2018-10-026-64/+29
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #11553 from nextcloud/header-overflowMorris Jobke2018-10-021-0/+6
|\ \ \ \ | | | | | | | | | | Fix header overflow, fix more apps menu, fix #11552
| * | | | Fix header overflow, fix more apps menu, fix #11552Jan-Christoph Borchardt2018-10-021-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | Add job to check users for backup code remindersRoeland Jago Douma2018-10-027-1/+323
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we can enforce 2FA we also should notify users that have enabled 2FA but do not yet have backup codes generated. This adds a repair step that inserts a background job to do this. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #11185 from ↵Roeland Jago Douma2018-10-022-57/+121
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/redirect-guests-to-login-on-mention-notification Redirect guests to login if they follow the link of a comment mention…
| * | | | Redirect guests to login if they follow the link of a comment ↵Joas Schilling2018-10-022-57/+121
| | |_|/ | |/| | | | | | | | | | | | | | | | | | mention-notification Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #10909 from nextcloud/feature/noid/trash-add-droppable-zoneMorris Jobke2018-10-023-0/+46
|\ \ \ \ | | | | | | | | | | Added Trash-Dropzone to easily dispose of files and folders
| * | | | Refactored Variablename to trashElementFelix Nüsse2018-10-021-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
| * | | | Fixed highlightdelay on first dragFelix Nüsse2018-10-021-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
| * | | | Added Dropzone-Highlighting to TrashFelix Nüsse2018-10-022-1/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
| * | | | Added Trash-Dropzone to easily dispose of files and foldersFelix Nüsse2018-10-022-0/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>