Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7.0.0 alpha 2v7.0.0alpha2 | Frank Karlitschek | 2014-06-21 | 1 | -2/+2 |
| | |||||
* | Merge pull request #9120 from owncloud/fileactions-filelistfallback | Morris Jobke | 2014-06-21 | 1 | -1/+3 |
|\ | | | | | Fixed file actions fallback | ||||
| * | Fixed file actions fallback | Vincent Petry | 2014-06-20 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Some apps are calling FileActions.display() directly but omit the new fileList argument. This fix makes the fileList argument correctly fall back to the default file list (the one from the "All files" section) | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-21 | 21 | -132/+146 |
| | | |||||
* | | Merge pull request #9121 from owncloud/filepicker-avoidtwice | Morris Jobke | 2014-06-20 | 1 | -0/+7 |
|\ \ | | | | | | | Prevent showing the file picker twice | ||||
| * | | Prevent showing the file picker twice | Vincent Petry | 2014-06-20 | 1 | -0/+7 |
| |/ | | | | | | | In case the filepicker function is called twice, only show it once. | ||||
* | | Merge pull request #9102 from owncloud/viewermode-controls | Morris Jobke | 2014-06-20 | 1 | -0/+4 |
|\ \ | | | | | | | Fixed controls bar in viewer mode | ||||
| * | | Fixed controls bar in viewer mode | Vincent Petry | 2014-06-18 | 1 | -0/+4 |
| | | | |||||
* | | | Backport subset of #4179, re-established Oracle compatibility for LDAP | Arthur Schiwon | 2014-06-20 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | Conflicts: apps/user_ldap/lib/access.php | ||||
* | | | Merge pull request #9108 from owncloud/uploadintofolderfix | Morris Jobke | 2014-06-20 | 5 | -69/+59 |
|\ \ \ | |_|/ |/| | | Fix many issues with drag and drop upload | ||||
| * | | Fix appending of rows after upload | Vincent Petry | 2014-06-19 | 2 | -40/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When uploading files or folders, they only need to be appended or updated when their path or a section of their path is inside the current directory (which happens for folder upload) Fixes issue where file was appended when dragging on a parent directory onto the breadcrumb. Fixes appending issue when uploading folders. | ||||
| * | | Fixed uploading by drag and drop into folder | Vincent Petry | 2014-06-19 | 4 | -29/+26 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-20 | 22 | -119/+155 |
| | | |||||
* | | Merge pull request #9105 from owncloud/fix_8874 | Morris Jobke | 2014-06-19 | 3 | -5/+16 |
|\ \ | | | | | | | Make sure last seen tooltip always appears even after searching and filt... | ||||
| * | | Make sure last seen tooltip always appears even after searching and filtering | Arthur Schiwon | 2014-06-19 | 3 | -5/+16 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-19 | 403 | -1911/+2222 |
| | | |||||
* | | Merge pull request #9071 from owncloud/extstorage-list-unittests | Morris Jobke | 2014-06-19 | 3 | -0/+263 |
|\ \ | | | | | | | Added JS unit tests for ext storage | ||||
| * | | Added JS unit tests for ext storage | Vincent Petry | 2014-06-17 | 3 | -0/+263 |
| | | | | | | | | | | | | Added JS unit tests for the external storage file list extension. | ||||
* | | | Merge pull request #9093 from owncloud/remove_unused_code | Morris Jobke | 2014-06-19 | 7 | -12/+8 |
|\ \ \ | | | | | | | | | remove unused code | ||||
| * | | | remove unused code | Bjoern Schiessle | 2014-06-18 | 6 | -12/+7 |
| | | | | |||||
| * | | | initialize array | Bjoern Schiessle | 2014-06-18 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #9068 from owncloud/trashbin_unittests_master | Björn Schießle | 2014-06-18 | 8 | -36/+392 |
|\ \ \ | |/ / |/| | | fix trash bin expire operation and add unit tests | ||||
| * | | adjust encryption tests to the trash bin changes | Bjoern Schiessle | 2014-06-18 | 1 | -1/+1 |
| | | | |||||
| * | | add additional tests for the trash bin | Bjoern Schiessle | 2014-06-18 | 2 | -9/+132 |
| | | | |||||
| * | | make sure that we always use the right user | Bjoern Schiessle | 2014-06-18 | 6 | -26/+27 |
| | | | |||||
| * | | fix trash bin expire operation and add unit tests | Bjoern Schiessle | 2014-06-17 | 3 | -22/+254 |
| | | | |||||
* | | | fix rename of encryption keys | Bjoern Schiessle | 2014-06-18 | 2 | -8/+9 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-18 | 200 | -1697/+6854 |
| | | | |||||
* | | | Merge pull request #9047 from owncloud/fix_preload_fundamental_apps | Lukas Reschke | 2014-06-18 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Load fundamental apps, before any possible customizing app may follow | ||||
| * | | | Load fundamental apps, before any possible customizing app may follow | Arthur Schiwon | 2014-06-16 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #8399 from owncloud/server-server-sharing | icewind1991 | 2014-06-17 | 45 | -106/+1222 |
|\ \ \ \ | | | | | | | | | | | Add server<->server sharing | ||||
| * | | | | Fix moving movablemount over webdav | Robin Appelman | 2014-06-17 | 5 | -11/+24 |
| | | | | | |||||
| * | | | | organize js a bit better | Robin Appelman | 2014-06-17 | 2 | -47/+69 |
| | | | | | |||||
| * | | | | Better error handeling in testremote | Robin Appelman | 2014-06-17 | 1 | -3/+7 |
| | | | | | |||||
| * | | | | testremote is for public access | Robin Appelman | 2014-06-17 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | fix broken buttons for IE8-11 | Morris Jobke | 2014-06-17 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | fixing layout issue - mostly alignment | Morris Jobke | 2014-06-17 | 1 | -0/+20 |
| | | | | | |||||
| * | | | | Also support removeable mounts with rmdir | Robin Appelman | 2014-06-16 | 1 | -19/+28 |
| | | | | | |||||
| * | | | | Fix permission for movable storage root | Robin Appelman | 2014-06-16 | 1 | -5/+8 |
| | | | | | |||||
| * | | | | Prevent warning | Robin Appelman | 2014-06-16 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix setupFromToken when a password is set | Robin Appelman | 2014-06-16 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix multiple users having the same external share mountpoint | Robin Appelman | 2014-06-16 | 3 | -5/+11 |
| | | | | | |||||
| * | | | | Make testremote more robust | Robin Appelman | 2014-06-16 | 1 | -3/+8 |
| | | | | | |||||
| * | | | | Add route which went missing during rebase | Robin Appelman | 2014-06-16 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Add some safety checks | Robin Appelman | 2014-06-16 | 3 | -4/+7 |
| | | | | | |||||
| * | | | | Always send a POST body | Robin Appelman | 2014-06-14 | 1 | -4/+2 |
| | | | | | |||||
| * | | | | Fix permissions functions for webdav external storages | Robin Appelman | 2014-06-14 | 1 | -2/+22 |
| | | | | | |||||
| * | | | | Fix public share webdav permissions | Robin Appelman | 2014-06-14 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | fix modified date for external shares | Robin Appelman | 2014-06-14 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Fix undefined index error | Robin Appelman | 2014-06-14 | 1 | -6/+0 |
| | | | | |