aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-1724-14/+94
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-17152-256/+296
|
* Merge pull request #18473 from owncloud/smb-workgroupThomas Müller2015-09-161-0/+12
|\ | | | | Allow domain to be specified for SMB
| * Merge branch 'master' into smb-workgroupRobin McCorkell2015-09-15951-9458/+14483
| |\
| * | Allow domain to be specified for SMBRobin McCorkell2015-08-211-0/+12
| | |
* | | Merge pull request #19048 from owncloud/details-iconThomas Müller2015-09-161-0/+1
|\ \ \ | | | | | | | | add details icon for file actions dropdown
| * | | Add details icon for details menu itemVincent Petry2015-09-151-0/+1
| | | |
* | | | Merge pull request #19066 from owncloud/fix-new-menu-mobileThomas Müller2015-09-161-0/+1
|\ \ \ \ | | | | | | | | | | fix new menu not showing on mobile, fix #18879
| * | | | fix new menu not showing on mobile, fix #18879Jan-Christoph Borchardt2015-09-161-0/+1
| | | | |
* | | | | fix accessibility of New button, use alt text instead of tooltipJan-Christoph Borchardt2015-09-161-1/+1
|/ / / /
* | | | Merge pull request #18185 from owncloud/share-dialog-files-sidebarThomas Müller2015-09-166-137/+238
|\ \ \ \ | | | | | | | | | | Share dialog files sidebar
| * | | | Properly show sidebar when clicking on share buttonVincent Petry2015-09-161-0/+1
| | | | |
| * | | | More unit tests for share dialogVincent Petry2015-09-161-8/+1
| | | | |
| * | | | Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-162-68/+58
| | | | |
| * | | | Bring back the share icon and update its statusVincent Petry2015-09-163-8/+76
| | | | | | | | | | | | | | | | | | | | | | | | | Display share icon in file list row. Update share icon status when the sharing state changed.
| * | | | fix allow upload checkbox appeareanceArthur Schiwon2015-09-161-1/+1
| | | | |
| * | | | implements setting and removing password for link shares, including forced onesArthur Schiwon2015-09-161-0/+4
| | | | |
| * | | | 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 #18735 from owncloud/checkbox-styleThomas Müller2015-09-161-16/+12
|\ \ \ \ \ | | | | | | | | | | | | custom checkbox style
| * | | | | fix filelist checkboxesHendrik Leppelsack2015-09-161-16/+11
| | | | | |
| * | | | | Fixes white and black checkboxes in core, files will be next.Raghu Nayyar2015-09-161-0/+1
| |/ / / /
* | | | | Merge pull request #19062 from owncloud/line-heightThomas Müller2015-09-161-4/+0
|\ \ \ \ \ | | | | | | | | | | | | fix height of 'All files' entry in sidebar
| * | | | | fix height of 'All files' entry in sidebarJan-Christoph Borchardt2015-09-151-4/+0
| | | | | |
* | | | | | Fix the parameter order in the translationJoas Schilling2015-09-161-1/+1
| |/ / / / |/| | | |
* | | | | 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
| | | |