summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18692 from fuhaoshih/patch-2Thomas Müller2015-09-161-0/+1
|\ | | | | Update apps.css (Scroll more smoothly for Webkit browser)
| * Update apps.cssfuhaoshih2015-08-311-0/+1
| | | | | | Scroll more smoothly for Webkit browser(mobile).
* | Merge pull request #19048 from owncloud/details-iconThomas Müller2015-09-164-0/+9
|\ \ | | | | | | add details icon for file actions dropdown
| * | Add details icon for details menu itemVincent Petry2015-09-151-0/+1
| | |
| * | add details iconJan-Christoph Borchardt2015-09-153-0/+8
| | |
* | | 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
| | | |
* | | | Merge pull request #19085 from owncloud/fix-new-accessibilityThomas Müller2015-09-161-1/+1
|\ \ \ \ | | | | | | | | | | fix accessibility of New button, use alt text instead of tooltip
| * | | | fix accessibility of New button, use alt text instead of tooltipJan-Christoph Borchardt2015-09-161-1/+1
| |/ / /
* | | | Merge pull request #19055 from owncloud/navigation-text-opacityThomas Müller2015-09-161-1/+1
|\ \ \ \ | | | | | | | | | | adjust navigation text opacity, fix #19016
| * | | | adjust navigation text opacity, fix #19016Jan-Christoph Borchardt2015-09-161-1/+1
| |/ / /
* | | | Merge pull request #19077 from ↵Thomas Müller2015-09-161-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | owncloud/check-maintenance-before-everything-else-master Check for maintenance mode first so we send the 503 instead of login…
| * | | Check for maintenance mode first so we send the 503 instead of login ↵Joas Schilling2015-09-161-1/+1
| | | | | | | | | | | | | | | | verification
* | | | Merge pull request #18185 from owncloud/share-dialog-files-sidebarThomas Müller2015-09-1621-2150/+3191
|\ \ \ \ | | | | | | | | | | Share dialog files sidebar
| * | | | Properly show sidebar when clicking on share buttonVincent Petry2015-09-161-0/+1
| | | | |
| * | | | Port share.css styles to the sidebar panelVincent Petry2015-09-163-15/+20
| | | | |
| * | | | Fix cruds button in share dialogVincent Petry2015-09-161-2/+3
| | | | | | | | | | | | | | | | | | | | Only toggle the current row
| * | | | Removed obsolete testsVincent Petry2015-09-161-76/+2
| | | | |
| * | | | Fix allow reshare for owner when sharing with self through groupVincent Petry2015-09-162-2/+22
| | | | |
| * | | | More unit tests for share dialogVincent Petry2015-09-167-408/+203
| | | | |
| * | | | Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-1610-1172/+1217
| | | | |
| * | | | Remove unused/obsoleted OC.Share codeVincent Petry2015-09-161-424/+0
| | | | | | | | | | | | | | | | | | | | The sharing dialog has been moved to ShareDialogView
| * | | | Implement email autocomplete for link shareVincent Petry2015-09-161-0/+27
| | | | |
| * | | | Implement email share linkVincent Petry2015-09-162-2/+59
| | | | |
| * | | | Implement "notify by email" checkbox in share dialogVincent Petry2015-09-162-3/+40
| | | | |
| * | | | Clear field after adding userVincent Petry2015-09-161-0/+1
| | | | |
| * | | | Fix shares list eventsVincent Petry2015-09-163-31/+29
| | | | | | | | | | | | | | | | | | | | | | | | | Some events need preventing default like unshare, but setting permissions doesn't.
| * | | | Bring back the share icon and update its statusVincent Petry2015-09-165-28/+123
| | | | | | | | | | | | | | | | | | | | | | | | | Display share icon in file list row. Update share icon status when the sharing state changed.
| * | | | Add expiration date handling in share tabVincent Petry2015-09-164-25/+147
| | | | |
| * | | | cleanupArthur Schiwon2015-09-161-80/+0
| | | | |
| * | | | make permission/cruds checkboxes workArthur Schiwon2015-09-163-37/+36
| | | | |
| * | | | toggle visibility of detailed cruds permissionsArthur Schiwon2015-09-162-6/+7
| | | | |
| * | | | cleanupArthur Schiwon2015-09-161-24/+0
| | | | |
| * | | | make unshare workArthur Schiwon2015-09-163-43/+34
| | | | |
| * | | | make 'Allow editing' (aka public upload) checkbox workArthur Schiwon2015-09-163-41/+18
| | | | |
| * | | | fix allow upload checkbox appeareanceArthur Schiwon2015-09-163-3/+3
| | | | |
| * | | | implements setting and removing password for link shares, including forced onesArthur Schiwon2015-09-165-74/+58
| | | | |
| * | | | mark url on clickArthur Schiwon2015-09-162-5/+6
| | | | |
| * | | | share and unshare via link (not yet password). also some internal changes to ↵Arthur Schiwon2015-09-168-108/+121
| | | | | | | | | | | | | | | | | | | | reduce unnecessary rendering
| * | | | format groups and remotes in autocomplete listArthur Schiwon2015-09-161-1/+19
| | | | |
| * | | | remove obsolete file actionArthur Schiwon2015-09-161-55/+0
| | | | |
| * | | | now you even can shareArthur Schiwon2015-09-166-11/+94
| | | | |
| * | | | display expiration infoArthur Schiwon2015-09-164-23/+60
| | | | |
| * | | | show link shareArthur Schiwon2015-09-166-20/+92
| | | | |
| * | | | fixed set of possible permissions for remote sharesArthur Schiwon2015-09-162-7/+18
| | | | |
| * | | | old OC.Share.addShareWith now reimplementedArthur Schiwon2015-09-163-133/+27
| | | | |
| * | | | sharee list view: better handle collectionsArthur Schiwon2015-09-162-8/+37
| | | | |
| * | | | continue to reimplement sharee list view. still WIPArthur Schiwon2015-09-165-19/+327
| | | | |
| * | | | started to implement sharee list view. not completed yet, do not cry please.Arthur Schiwon2015-09-164-3/+125
| | | | |
| * | | | cleanupArthur Schiwon2015-09-161-4/+0
| | | | |