summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #750 from nextcloud/workflow-cleanupLukas Reschke2016-08-092-3/+14
|\
| * Allow a description for workflow sectionsJoas Schilling2016-08-051-0/+5
| * Add placeholder to the name fieldJoas Schilling2016-08-051-1/+1
| * Rename operations and checksJoas Schilling2016-08-051-2/+2
| * Highlight the check row on hoverJoas Schilling2016-08-051-0/+4
| * Add some space between the rule groupsJoas Schilling2016-08-051-0/+2
* | [tx-robot] updated from transifexNextcloud bot2016-08-09106-330/+144
* | Merge pull request #764 from nextcloud/fix-tags-iconMarius Blüm2016-08-082-1/+1
|\ \
| * | Add black version of system tags iconBugsbane2016-08-082-1/+1
* | | Disable by defaultJoas Schilling2016-08-081-1/+0
* | | More casingJoas Schilling2016-08-084-6/+6
* | | Increment the versions and adjust the capitilizationJoas Schilling2016-08-0814-17/+17
* | | Merge pull request #445 from nextcloud/ocs_share_to_appframeworkLukas Reschke2016-08-088-606/+693
|\ \ \ | |/ / |/| |
| * | Fix testsRoeland Jago Douma2016-08-053-399/+365
| * | Add OCSShareAPIMiddleware testsRoeland Jago Douma2016-08-052-1/+115
| * | DataResponse required ['data' => DATA]Roeland Jago Douma2016-08-051-9/+9
| * | More exceptionsRoeland Jago Douma2016-08-051-57/+24
| * | Add OCSShareAPIMiddlewareRoeland Jago Douma2016-08-053-75/+86
| * | Throw OCSNotFoundExceptionsRoeland Jago Douma2016-08-051-91/+40
| * | Remove unneeded wrapperRoeland Jago Douma2016-08-051-64/+0
| * | Convert Share API to use the AppFrameworkRoeland Jago Douma2016-08-053-87/+231
| |/
* | [tx-robot] updated from transifexNextcloud bot2016-08-072-2/+2
* | [tx-robot] updated from transifexNextcloud bot2016-08-0612-64/+112
* | Move Share backends to PSR-4 instead of using class path (#24941)Joas Schilling2016-08-054-7/+9
|/
* [tx-robot] updated from transifexNextcloud bot2016-08-0520-10/+126
* Merge pull request #465 from nextcloud/fix_smb_attributesMorris Jobke2016-08-041-0/+13
|\
| * Fix file permissions for SMB (read-only folders will be writeable) (#25301)Juan Pablo Villafañez2016-07-201-0/+13
* | fix #724 by using step instead of jobBernhard Posselt2016-08-041-2/+2
* | [tx-robot] updated from transifexNextcloud bot2016-08-0412-38/+38
* | Merge pull request #611 from nextcloud/add-more-checksJoas Schilling2016-08-0326-33/+2207
|\ \
| * | OoopsJoas Schilling2016-08-021-1/+0
| * | No multi support, less magicJoas Schilling2016-08-021-2/+1
| * | Allow to define the operationJoas Schilling2016-08-023-13/+10
| * | Tags need to be loaded beforeJoas Schilling2016-08-011-5/+0
| * | Translate the errorsJoas Schilling2016-08-0112-75/+149
| * | Load the timezones via select2Joas Schilling2016-08-016-22/+130
| * | add a UI to render proper time pickerMorris Jobke2016-08-011-8/+97
| * | Add request timeJoas Schilling2016-08-014-0/+326
| * | Add remote addressJoas Schilling2016-08-014-1/+356
| * | Add Request URLJoas Schilling2016-08-013-0/+207
| * | User agent checkJoas Schilling2016-08-014-1/+191
| * | Add file mime typeJoas Schilling2016-08-0110-10/+433
| * | Add file size as checkJoas Schilling2016-08-013-0/+165
| * | Add system tag checkJoas Schilling2016-08-013-1/+237
| * | Add the systemtag js filesJoas Schilling2016-08-011-3/+18
| * | Make sure each plugin is only added onceJoas Schilling2016-08-011-12/+8
* | | Make share target consistent when grouping group share with user shareVincent Petry2016-08-032-12/+55
* | | Added more tests for sharing's MountProviderVincent Petry2016-08-031-0/+158
* | | Improved share grouping readability + fixed testVincent Petry2016-08-032-60/+64
* | | Group shares with same source and targetRoeland Jago Douma2016-08-033-53/+118