summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolete file actionArthur Schiwon2015-09-161-55/+0
|
* now you even can shareArthur Schiwon2015-09-162-1/+1
|
* show link shareArthur Schiwon2015-09-161-2/+4
|
* Fix share permissions for share tabVincent Petry2015-09-161-2/+1
|
* Add share dialog into share tabVincent Petry2015-09-163-13/+42
|
* refactor share dialog for multi-purpose use (dropdown, sidebar) and better ↵Arthur Schiwon2015-09-162-1/+71
| | | | maintainability
* Merge pull request #18979 from owncloud/sidebare-preview-fixesThomas Müller2015-09-164-48/+83
|\ | | | | Sidebare preview fixes
| * fix filename display in sidebar, fix #18981Jan-Christoph Borchardt2015-09-151-0/+3
| |
| * fix small mimetype iconsRobin Appelman2015-09-151-3/+3
| |
| * recognize eps, psd and illustrator as imageRobin Appelman2015-09-151-1/+7
| |
| * crop to the center for landscape imagesRobin Appelman2015-09-151-1/+5
| |
| * Various thumbnail fixesRobin Appelman2015-09-151-44/+62
| | | | | | | | | | | | - Show square images as portrait - Set max height based on sidebar width - cleanup
| * Fix path for fileinfomodel in subdirectoriesRobin Appelman2015-09-151-1/+1
| |
| * normal margins for portrait previewsRobin Appelman2015-09-151-0/+4
| |
* | occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-157-2/+510
| |
* | Merge branch 'master' into version-retentionLukas Reschke2015-09-151-2/+1
|\ \
| * \ Merge pull request #19043 from owncloud/fix-php-doc-of-encrypt-allThomas Müller2015-09-151-2/+1
| |\ \ | | | | | | | | Function does return void
| | * | Function does return voidLukas Reschke2015-09-151-2/+1
| | | | | | | | | | | | | | | | This function does return void and not a bool.
* | | | Follow PSRVictor Dubiniuk2015-09-151-0/+0
| | | |
* | | | Add method docblockVictor Dubiniuk2015-09-151-0/+4
| | | |
* | | | Namespacing, reusingVictor Dubiniuk2015-09-152-4/+11
| | | |
* | | | ImprovementsVictor Dubiniuk2015-09-153-17/+47
| | | |
* | | | Add quota status to expiration checkVictor Dubiniuk2015-09-151-10/+10
| | | |
* | | | Add versions obligationVictor Dubiniuk2015-09-154-4/+409
|/ / /
* | | Merge pull request #18273 from owncloud/files-sidebar-toggleFrank Karlitschek2015-09-151-9/+26
|\ \ \ | |_|/ |/| | Keep right sidebar open, add Details action
| * | Fixed sidebar toggle entryVincent Petry2015-09-141-18/+26
| | | | | | | | | | | | | | | | | | Properly highlight the row after selecting the item. This also fixes the unit tests by changing the order of registration of file actions.
| * | Keep right sidebar open, add Details actionVincent Petry2015-09-141-2/+11
| | |
* | | Fix parameter name to match the specsJoas Schilling2015-09-152-10/+10
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-1510-0/+64
|/
* Merge pull request #18966 from owncloud/ext-remove-numeric-idLukas Reschke2015-09-141-67/+0
|\ | | | | Remove storing storage_id in mount.json
| * Remove storing storage_id in mount.jsonRobin McCorkell2015-09-101-67/+0
| | | | | | | | | | One mount configuration does not necessarily map to a single storage, due to `$user` substitution or special auth mechanisms.
* | Merge pull request #18982 from owncloud/fix_18878Lukas Reschke2015-09-141-3/+3
|\ \ | | | | | | enforce loading icon in sidebar to be 32x32
| * | enforce loading icon in sidebar to be 32x32Georg Ehrke2015-09-111-3/+3
| | |
* | | Merge pull request #19006 from owncloud/individual-it-patch-1Individual IT Services2015-09-141-1/+1
|\ \ \ | | | | | | | | allow ".." in folder names
| * | | allow ".." in folder namesIndividual IT Services2015-09-141-1/+1
| | | | | | | | | | | | | | | | ".." are valid in folder names, only ".." by itself is invalid fix for #18987
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-14176-1626/+1164
|/ / /
* | | Fix dependency check for Swift and SMB_OCRobin McCorkell2015-09-132-2/+6
| | | | | | | | | | | | Mistake caused during merging, where the API had changed
* | | Merge pull request #18441 from owncloud/ext-backends.advancedRobin McCorkell2015-09-1331-744/+720
|\ \ \ | | | | | | | | Migrate advanced external storage backends to new registration API [part 3]
| * | | Fix Swift legacy auth mechanism fallbackRobin McCorkell2015-09-031-1/+1
| | | |
| * | | Fix typo in SMB_OCRobin McCorkell2015-09-031-2/+2
| | | |
| * | | Prevent creation of deprecated backendsRobin McCorkell2015-08-282-0/+4
| | | |
| * | | Introduce MODIFY permission for external storagesRobin McCorkell2015-08-285-11/+21
| | | |
| * | | Validate permissions for created admin storages, auth mechanismRobin McCorkell2015-08-285-34/+63
| | | | | | | | | | | | | | | | | | | | Backend and auth mechanism permissions are checked on storage creation, both for personal storages and for admin storages
| * | | Implement more fine-grained external storage permissions modelRobin McCorkell2015-08-2813-238/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VisibilityTrait -> PermissionsTrait PermissionsTrait stores two sets of data, $permissions and $allowedPermissions (analogous to $visibility and $allowedVisibility of VisibilityTrait). Each set is a map of user type ('admin' or 'personal') to permissions (mounting permission, create permission). The result is that a backend can now be restricted for creation, while still allowing it to be mounted. This is useful for deprecating backends or auth mechanisms, preventing new storages being created, while still allowing existing storages to be mounted.
| * | | AjaxController uses RSA auth mechanismRobin McCorkell2015-08-283-20/+22
| | | |
| * | | Migrate SFTP_Key external storage to new APIRobin McCorkell2015-08-2810-287/+177
| | | | | | | | | | | | | | | | | | | | The SFTP backend now supports public key authentication alongside password authentication.
| * | | Migrate SMB_OC external storage to new APIRobin McCorkell2015-08-284-142/+68
| | | | | | | | | | | | | | | | | | | | SMB_OC has been merged with SMB, via the identifier aliases mechanism. Legacy migration is done to the Session Credentials password mechanism
| * | | Migrate Swift external storage to new APIRobin McCorkell2015-08-285-18/+159
| | | | | | | | | | | | | | | | | | | | The Rackspace/OpenStack differences have been split into separate auth mechanisms, with correct legacy migration
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-132-0/+4
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-1218-0/+88
| |/ / |/| |