Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | fix new menu not showing on mobile, fix #18879 | Jan-Christoph Borchardt | 2015-09-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #19085 from owncloud/fix-new-accessibility | Thomas Müller | 2015-09-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | fix accessibility of New button, use alt text instead of tooltip | |||||
| * | | | | | | | | | | | | | | | fix accessibility of New button, use alt text instead of tooltip | Jan-Christoph Borchardt | 2015-09-16 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #19055 from owncloud/navigation-text-opacity | Thomas Müller | 2015-09-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adjust navigation text opacity, fix #19016 | |||||
| * | | | | | | | | | | | | | | | adjust navigation text opacity, fix #19016 | Jan-Christoph Borchardt | 2015-09-16 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #19077 from ↵ | Thomas Müller | 2015-09-16 | 1 | -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 Schilling | 2015-09-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | verification | |||||
* | | | | | | | | | | | | | | | Merge pull request #18185 from owncloud/share-dialog-files-sidebar | Thomas Müller | 2015-09-16 | 21 | -2150/+3191 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Share dialog files sidebar | |||||
| * | | | | | | | | | | | | | | | Properly show sidebar when clicking on share button | Vincent Petry | 2015-09-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Port share.css styles to the sidebar panel | Vincent Petry | 2015-09-16 | 3 | -15/+20 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix cruds button in share dialog | Vincent Petry | 2015-09-16 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only toggle the current row | |||||
| * | | | | | | | | | | | | | | | Removed obsolete tests | Vincent Petry | 2015-09-16 | 1 | -76/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix allow reshare for owner when sharing with self through group | Vincent Petry | 2015-09-16 | 2 | -2/+22 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | More unit tests for share dialog | Vincent Petry | 2015-09-16 | 7 | -408/+203 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Update JS unit tests for share dialog (WIP) | Vincent Petry | 2015-09-16 | 10 | -1172/+1217 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Remove unused/obsoleted OC.Share code | Vincent Petry | 2015-09-16 | 1 | -424/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sharing dialog has been moved to ShareDialogView | |||||
| * | | | | | | | | | | | | | | | Implement email autocomplete for link share | Vincent Petry | 2015-09-16 | 1 | -0/+27 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Implement email share link | Vincent Petry | 2015-09-16 | 2 | -2/+59 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Implement "notify by email" checkbox in share dialog | Vincent Petry | 2015-09-16 | 2 | -3/+40 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Clear field after adding user | Vincent Petry | 2015-09-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix shares list events | Vincent Petry | 2015-09-16 | 3 | -31/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some events need preventing default like unshare, but setting permissions doesn't. | |||||
| * | | | | | | | | | | | | | | | Bring back the share icon and update its status | Vincent Petry | 2015-09-16 | 5 | -28/+123 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display share icon in file list row. Update share icon status when the sharing state changed. | |||||
| * | | | | | | | | | | | | | | | Add expiration date handling in share tab | Vincent Petry | 2015-09-16 | 4 | -25/+147 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -80/+0 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | make permission/cruds checkboxes work | Arthur Schiwon | 2015-09-16 | 3 | -37/+36 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | toggle visibility of detailed cruds permissions | Arthur Schiwon | 2015-09-16 | 2 | -6/+7 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -24/+0 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | make unshare work | Arthur Schiwon | 2015-09-16 | 3 | -43/+34 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | make 'Allow editing' (aka public upload) checkbox work | Arthur Schiwon | 2015-09-16 | 3 | -41/+18 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | fix allow upload checkbox appeareance | Arthur Schiwon | 2015-09-16 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | implements setting and removing password for link shares, including forced ones | Arthur Schiwon | 2015-09-16 | 5 | -74/+58 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | mark url on click | Arthur Schiwon | 2015-09-16 | 2 | -5/+6 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | share and unshare via link (not yet password). also some internal changes to ↵ | Arthur Schiwon | 2015-09-16 | 8 | -108/+121 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reduce unnecessary rendering | |||||
| * | | | | | | | | | | | | | | | format groups and remotes in autocomplete list | Arthur Schiwon | 2015-09-16 | 1 | -1/+19 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | remove obsolete file action | Arthur Schiwon | 2015-09-16 | 1 | -55/+0 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | now you even can share | Arthur Schiwon | 2015-09-16 | 6 | -11/+94 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | display expiration info | Arthur Schiwon | 2015-09-16 | 4 | -23/+60 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | show link share | Arthur Schiwon | 2015-09-16 | 6 | -20/+92 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | fixed set of possible permissions for remote shares | Arthur Schiwon | 2015-09-16 | 2 | -7/+18 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | old OC.Share.addShareWith now reimplemented | Arthur Schiwon | 2015-09-16 | 3 | -133/+27 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | sharee list view: better handle collections | Arthur Schiwon | 2015-09-16 | 2 | -8/+37 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | continue to reimplement sharee list view. still WIP | Arthur Schiwon | 2015-09-16 | 5 | -19/+327 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | started to implement sharee list view. not completed yet, do not cry please. | Arthur Schiwon | 2015-09-16 | 4 | -3/+125 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | set default value and remove now superflous method | Arthur Schiwon | 2015-09-16 | 1 | -19/+5 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | no auto-fetch in model | Arthur Schiwon | 2015-09-16 | 2 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | simplification, and throwing where throwing is needed | Arthur Schiwon | 2015-09-16 | 4 | -12/+8 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix share permissions for share tab | Vincent Petry | 2015-09-16 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Add share dialog into share tab | Vincent Petry | 2015-09-16 | 3 | -13/+42 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | integraton noshare part into ShareDialogLinkShareView | Arthur Schiwon | 2015-09-16 | 2 | -44/+33 | |
| | | | | | | | | | | | | | | | |