Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests | Victor Dubiniuk | 2015-08-10 | 1 | -7/+1 |
* | Migrate settings | Victor Dubiniuk | 2015-08-10 | 3 | -20/+93 |
* | Enhance trashbin expiration settings | Victor Dubiniuk | 2015-08-10 | 5 | -26/+325 |
* | Merge pull request #15093 from rullzer/capabilities_manager | Roeland Douma | 2015-08-10 | 15 | -86/+166 |
|\ | |||||
| * | Use DI | Roeland Jago Douma | 2015-08-10 | 4 | -17/+4 |
| * | Moved core apps to the capabilities manager | Roeland Jago Douma | 2015-08-10 | 15 | -86/+179 |
* | | Merge pull request #17656 from owncloud/files-rightsidebar | Vincent Petry | 2015-08-10 | 18 | -25/+1086 |
|\ \ | |/ |/| | |||||
| * | Fix unit test for tipsy->tooltip change | Vincent Petry | 2015-08-10 | 1 | -3/+3 |
| * | replace tipsy with tooltip | Hendrik Leppelsack | 2015-08-07 | 1 | -1/+1 |
| * | fix tipsy gravity after rebase | Arthur Schiwon | 2015-08-07 | 1 | -1/+1 |
| * | fix timezone issue with unittest | Arthur Schiwon | 2015-08-07 | 1 | -1/+2 |
| * | Fix sidebar mtime display unit test | Vincent Petry | 2015-08-07 | 1 | -2/+2 |
| * | fix position of elements in right sidebar | Jan-Christoph Borchardt | 2015-08-07 | 2 | -8/+18 |
| * | fix right sidebar position and first style | Jan-Christoph Borchardt | 2015-08-07 | 1 | -1/+1 |
| * | Use own tabs impl in files sidebar | Vincent Petry | 2015-08-07 | 4 | -26/+75 |
| * | rename sidebar element and use css and js utility functions to core | Arthur Schiwon | 2015-08-07 | 3 | -56/+14 |
| * | sidebar shall not overlap but shrink the contnet | Arthur Schiwon | 2015-08-07 | 3 | -6/+15 |
| * | extend MainFileInfoDetailView JS tests | Arthur Schiwon | 2015-08-07 | 1 | -3/+29 |
| * | Main view does not commands detail and tab views to render. Fixes JS tests. | Arthur Schiwon | 2015-08-07 | 3 | -5/+20 |
| * | More work on right sidebar unit tests | Vincent Petry | 2015-08-07 | 1 | -3/+3 |
| * | Added unit tests for right sidebar | Vincent Petry | 2015-08-07 | 7 | -7/+222 |
| * | Improve layout, fix mime icon | Vincent Petry | 2015-08-07 | 4 | -17/+35 |
| * | Disable right sidebar in public file list page | Vincent Petry | 2015-08-07 | 2 | -6/+14 |
| * | Right sidebar now has its own scrollbar | Vincent Petry | 2015-08-07 | 3 | -5/+25 |
| * | Remove horizontal scroll caused by right sidebar | Vincent Petry | 2015-08-07 | 1 | -0/+4 |
| * | Styling fixes + hightlight in files sidebar | Vincent Petry | 2015-08-07 | 7 | -3/+17 |
| * | More fixes to the right sidebar | Vincent Petry | 2015-08-07 | 7 | -133/+85 |
| * | Improved right sidebar | Vincent Petry | 2015-08-07 | 9 | -74/+328 |
| * | Basic work for right sidebar | Vincent Petry | 2015-08-07 | 7 | -0/+508 |
* | | Merge pull request #14779 from owncloud/use-iterator-directory | Robin McCorkell | 2015-08-07 | 5 | -11/+12 |
|\ \ | |||||
| * | | Use the new IteratorDirectory instead of the fakedir wrapper | Robin Appelman | 2015-07-15 | 5 | -11/+12 |
* | | | Merge pull request #18125 from owncloud/filelist-emptycontentduringmask | Jan-Christoph Borchardt | 2015-08-07 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | Make sure to hide empty content message when mask is shown | Vincent Petry | 2015-08-07 | 1 | -0/+1 |
* | | | | Merge pull request #13641 from owncloud/cache-storage-status | Vincent Petry | 2015-08-07 | 1 | -2/+10 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Store storage availability in database | Robin McCorkell | 2015-07-20 | 1 | -2/+10 |
* | | | | Merge pull request #17680 from owncloud/ftp-rmdir-file | Vincent Petry | 2015-08-06 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | handle rmdir on files for ftp storages | Robin Appelman | 2015-07-16 | 1 | -1/+4 |
* | | | | | Fix namespace conflict in OC.Encryption JS code | Vincent Petry | 2015-08-06 | 2 | -12/+4 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #18082 from owncloud/share-group-conflict | Vincent Petry | 2015-08-06 | 4 | -23/+50 |
|\ \ \ \ | |||||
| * | | | | just pass the share instead of searching for it | Robin Appelman | 2015-08-05 | 3 | -23/+11 |
| * | | | | add unit tests for share target conflict with group shares | Robin Appelman | 2015-08-05 | 1 | -0/+39 |
* | | | | | Merge pull request #16961 from owncloud/hardening-ldap | Jörn Friedrich Dreyer | 2015-08-06 | 3 | -1/+191 |
|\ \ \ \ \ | |||||
| * | | | | | integration tests for hardening user home retrieval | Arthur Schiwon | 2015-08-06 | 1 | -0/+159 |
| * | | | | | Only throw exception if on new LDAP setups | Morris Jobke | 2015-07-29 | 2 | -2/+30 |
| * | | | | | Hardening home folder retrieval in user_ldap | Morris Jobke | 2015-07-29 | 1 | -1/+4 |
* | | | | | | Merge pull request #18077 from owncloud/fix_18055 | Morris Jobke | 2015-08-05 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Set proper mimetype for directories | Roeland Jago Douma | 2015-08-05 | 1 | -1/+1 |
* | | | | | | Use absolute namespace | Lukas Reschke | 2015-08-05 | 2 | -7/+7 |
* | | | | | | Merge pull request #18024 from owncloud/phpseclib-2.0 | Thomas Müller | 2015-08-04 | 4 | -20/+23 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Update phpseclib to 2.0 | Andreas Fischer | 2015-08-03 | 4 | -20/+23 |