summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-11-05124-188/+162
|
* Merge pull request #17727 from nextcloud/enh/share_expiration_notificationRoeland Jago Douma2019-11-046-0/+206
|\ | | | | Enh/share expiration notification
| * Add notification for shares about to expireRoeland Jago Douma2019-11-016-0/+206
| | | | | | | | | | | | | | Introduces a new command that will create notifications for users if they have shares that will expire the next day. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | remove missed manual Application instance constructionsRobin Appelman2019-11-0412-14/+61
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ2019-11-0416-70/+89
|\ \ | | | | | | Fix Application instances created multiple times
| * | set retention obligation on existing `expiration` in testsRobin Appelman2019-11-044-14/+16
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fixup! fix tests?Roeland Jago Douma2019-10-311-1/+3
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | fix tests?Roeland Jago Douma2019-10-311-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | fixup! Do not create Application instances directlyRoeland Jago Douma2019-10-142-45/+37
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Do not create Application instances directlyChristoph Wurst2019-10-1113-16/+39
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #17506 from nextcloud/bugfix/12790/workflow-frontendblizzz2019-11-0424-274/+301
|\ \ \ | | | | | | | | Workflow frontend polishing
| * | | bump bundlesArthur Schiwon2019-10-292-20/+20
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | do not break on Checkers that do not need specific context infoArthur Schiwon2019-10-291-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | request time, for example Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Design fixesJulius Härtl2019-10-296-34/+47
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Move delete/cancel button to the bottomJulius Härtl2019-10-291-24/+23
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix systemtag selectorJulius Härtl2019-10-291-7/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Adjust user UserWorkflowController methods to AWorflowControllerJulius Härtl2019-10-291-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix issue with unavailable operationsJulius Härtl2019-10-292-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fetch groups on the flyJulius Härtl2019-10-291-27/+57
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Add missing ocs resource for user workflowsJulius Härtl2019-10-291-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix operation list when scope is limitedJulius Härtl2019-10-295-12/+15
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix input size and ellipsisJulius Härtl2019-10-293-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Decode list of events when returning themJulius Härtl2019-10-291-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix bugs with check pluginsJulius Härtl2019-10-294-17/+48
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Allow to select multiple eventsJulius Härtl2019-10-292-16/+30
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix minor styling issues with the user agent pickerJulius Härtl2019-10-293-4/+32
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Properly validate individual checksJulius Härtl2019-10-292-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix remaining comments from #16706Julius Härtl2019-10-294-19/+14
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Remove unused stylesheets from workflowengineJulius Härtl2019-10-293-99/+0
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2019-11-0442-68/+340
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-11-0336-148/+240
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-11-0234-10/+1194
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-11-01124-116/+130
| | | |
* | | | Ignored compiled js files in filesRoeland Jago Douma2019-11-011-0/+1
| |_|/ |/| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #17739 from nextcloud/enh/share/filterRoeland Jago Douma2019-10-312-0/+52
|\ \ \ | | | | | | | | Get all shares iterable
| * | | Get all shares as iterableRoeland Jago Douma2019-10-302-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes we need all shares or rather a specific subset of shares but creating dedicated functions is a pain. This just returns an iterable object for all shares so we can loop over them without allocating all the memory on the system. It should not be used by any user called code. But in an occ command or background job it is fine IMO. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #17745 from coliff/patch-1Roeland Jago Douma2019-10-311-1/+0
|\ \ \ \ | | | | | | | | | | Remove unnedeed IE8 CSS
| * | | | Remove unnedeed IE8 CSSChristian Oliff2019-10-301-1/+0
| |/ / / | | | | | | | | IE8 is not supported at all by Microsoft, has a tiny marketshare and doesn't work with Nextcloud anyway (as Nextcloud uses jQuery 2.x which doesn't work with IE8)
* | | | Merge pull request #17755 from nextcloud/fix/external-storage-group-checkboxesRoeland Jago Douma2019-10-311-0/+10
|\ \ \ \ | | | | | | | | | | Bring back external storage group select delete
| * | | | Bring back external storage group select deleteJohn Molakvoæ (skjnldsv)2019-10-301-0/+10
| |/ / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / / / fix action menu on mobileGreta Doci2019-10-301-1/+4
|/ / / | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* / / Return $schema on change and null otherwiseDaniel Kesselberg2019-10-291-1/+3
|/ / | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Compile assetsnpmbuildbot[bot]2019-10-2920-1374/+2783
| | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Fix current user edit/delete permissionsJohn Molakvoæ (skjnldsv)2019-10-295-63/+181
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix legacy tab backbone fileinfo changeJohn Molakvoæ (skjnldsv)2019-10-292-8/+19
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix triggering favorite file actions on the file listJohn Molakvoæ (skjnldsv)2019-10-291-0/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Adjust unit tests to new OCA.SidebarJohn Molakvoæ (skjnldsv)2019-10-294-419/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Prevent multiple systemtags viewsJohn Molakvoæ (skjnldsv)2019-10-292-1/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Add LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-10-296-32/+45
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Systemtags and external actions updateJohn Molakvoæ (skjnldsv)2019-10-295-10/+21
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>