summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [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) (#…
| * Fix file permissions for SMB (read-only folders will be writeable) (#25301)Juan Pablo Villafañez2016-07-201-0/+13
| | | | | | | | | | | | | | | | * Fix file permissions for SMB (read-only folders will be writeable) * Read-only folders won't be deletable * Added comment for the read-only behaviour for folders
* | 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
|\ \ | | | | | | Add more checks
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some situations, a group share is created before a user share, and the recipient renamed the received share before the latter is created. In this situation, the "file_target" was already modified and the second created share must align to the already renamed share. To achieve this, the MountProvider now groups only by "item_source" value and sorts by share time. This makes it so that the least recent share is selected as super-share and its "file_target" value is then adjusted in all grouped shares. This fixes the issue where this situation would have different "file_target" values resulting in two shared folders appearing instead of one.
* | | 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
| | | | | | | | | | | | | | | | | | | | | Fixes #24575 Note that this is a very limited solution and eventually we want smarter merging!
* | | [tx-robot] updated from transifexNextcloud bot2016-08-036-18/+26
| | |
* | | Do not allow to delete/update group shares as a group memberJoas Schilling2016-08-021-4/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-08-022-0/+18
| | |
* | | Merge pull request #682 from nextcloud/fix-theming-logoMorris Jobke2016-08-012-14/+14
|\ \ \ | | | | | | | | fix missing semicolon to fix themed logo on log in page
| * | | fix missing semicolon to fix themed logo on log in pageJan-Christoph Borchardt2016-08-012-14/+14
| | | |
* | | | Merge pull request #653 from nextcloud/animate-sidebarMorris Jobke2016-08-011-0/+4
|\ \ \ \ | |_|/ / |/| | | slight animation for the sidebar for better feedback what happens
| * | | Fix javascript tests for sidebar animationJulius Haertl2016-07-301-0/+4
| | | |
* | | | Merge pull request #685 from nextcloud/validate-theming-inputBjörn Schießle2016-08-013-30/+94
|\ \ \ \ | | | | | | | | | | Validate the input of the theming options
| * | | | Validate the input of the theming optionsJoas Schilling2016-08-013-30/+94
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2016-08-014-4/+4
| | | | |
* | | | | Merge pull request #674 from nextcloud/action-menu-positionLukas Reschke2016-08-011-7/+0
|\ \ \ \ \ | |/ / / / |/| | | | remove extra file size padding to fix action menu position
| * | | | remove extra file size padding to fix action menu positionJan-Christoph Borchardt2016-07-301-7/+0
| | |/ / | |/| |
* | | | [tx-robot] updated from transifexNextcloud bot2016-08-0116-2/+88
| | | |
* | | | Merge pull request #595 from nextcloud/fix_slow_testblizzz2016-07-311-0/+7
|\ \ \ \ | | | | | | | | | | Close session fast when doing a test to prevent blocking the next requests
| * | | | Close session fast when doing a test to prevent blocking the nextJuan Pablo Villafáñez2016-07-271-0/+7
| | | | | | | | | | | | | | | | | | | | requests
* | | | | [tx-robot] updated from transifexNextcloud bot2016-07-3110-0/+68
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2016-07-3056-64/+460
| | | |
* | | | Merge pull request #625 from nextcloud/video-container-sizeJan-Christoph Borchardt2016-07-291-2/+7
|\ \ \ \ | | | | | | | | | | up the minimum size of the public share video a bit, use 16/9 ratio
| * | | | up the minimum size of the public share video a bit, use 16/9 ratio, fix #603Jan-Christoph Borchardt2016-07-291-2/+7
| | | | |
* | | | | Adding quota plugin to new dav endpoint (#25615)Thomas Müller2016-07-291-0/+3
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test
* | | | [tx-robot] updated from transifexNextcloud bot2016-07-2954-58/+120
| | | |
* | | | Fix testsJoas Schilling2016-07-285-29/+70
| | | |
* | | | Update routes.phpJoas Schilling2016-07-281-4/+2
| | | |
* | | | Remove useless checkJoas Schilling2016-07-281-3/+1
| | | |