Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-02 | 73 | -70/+35 |
| | |||||
* | Merge pull request #9328 from owncloud/extstorage-annoyingwarnings | Vincent Petry | 2014-07-01 | 1 | -1/+1 |
|\ | | | | | Fix warnings when personal is not set | ||||
| * | Fix warnings when personal is not set | Vincent Petry | 2014-07-01 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #9006 from owncloud/ldap_fix_bgjob | blizzz | 2014-07-01 | 2 | -3/+8 |
|\ \ | | | | | | | LDAP: fix background job, fixes #8995 | ||||
| * | | also adapt result check from readAttribute | Arthur Schiwon | 2014-06-27 | 1 | -2/+1 |
| | | | |||||
| * | | fix instantiation of Access class | Arthur Schiwon | 2014-06-27 | 1 | -1/+7 |
| | | | |||||
| * | | specify no attribute for group exists check, as done with users | Arthur Schiwon | 2014-06-27 | 1 | -1/+1 |
| | | | |||||
* | | | add missing backticks | Jörn Friedrich Dreyer | 2014-07-01 | 1 | -7/+21 |
| |/ |/| | |||||
* | | Merge pull request #9313 from owncloud/design-icon-cancel | Morris Jobke | 2014-07-01 | 1 | -3/+2 |
|\ \ | | | | | | | change 'Cancel upload' text to x icon for more space in breadcrumbs bar | ||||
| * | | change 'Cancel upload' text to x icon for more space in breadcrumbs bar | Jan-Christoph Borchardt | 2014-06-30 | 1 | -3/+2 |
| | | | |||||
* | | | Merge pull request #9300 from owncloud/extstorage-listfilterfix | Vincent Petry | 2014-07-01 | 2 | -16/+20 |
|\ \ \ | | | | | | | | | Use filtered list for ext storage list mounts API | ||||
| * | | | Use filtered list for ext storage list mounts API | Vincent Petry | 2014-06-30 | 2 | -16/+20 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Now the external storage correctly returns the mount points visible only for the current user by using the method getAbsoluteMountPoints() which is already filtered. Since that call was missing the backend name which is important for the UI, this one was added as well. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-01 | 9 | -0/+24 |
| | | | |||||
* | | | Merge pull request #9240 from owncloud/enc_check_if_file_exists | Björn Schießle | 2014-06-30 | 2 | -38/+237 |
|\ \ \ | | | | | | | | | [encryption] check if file still exists before removing encryption keys | ||||
| * | | | improved error message | Bjoern Schiessle | 2014-06-30 | 1 | -7/+8 |
| | | | | |||||
| * | | | unit tests | Bjoern Schiessle | 2014-06-27 | 1 | -19/+192 |
| | | | | |||||
| * | | | check if file exists before deleting keys, and add debug output for every | Bjoern Schiessle | 2014-06-27 | 1 | -15/+40 |
| | | | | | | | | | | | | | | | | delete operation | ||||
* | | | | Merge pull request #9305 from owncloud/design-share-fixes | Jan-Christoph Borchardt | 2014-06-30 | 1 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | Design share fixes | ||||
| * | | | | remove obsolete CSS, fix visual bug in share dialog #9255 | Jan-Christoph Borchardt | 2014-06-30 | 1 | -2/+4 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #9303 from owncloud/issue/8841 | Jörn Friedrich Dreyer | 2014-06-30 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Do not strict compare item source id so the dropdown is closed correctly | ||||
| * | | | | Use attr() instead of data() so the item ids work as intended | Joas Schilling | 2014-06-30 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | Fix #8841 | ||||
* / / / | no longer check if the external storage app is enabled, we use no the webdav ↵ | Bjoern Schiessle | 2014-06-30 | 2 | -7/+3 |
|/ / / | | | | | | | | | | implementation from core | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-30 | 31 | -46/+163 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-29 | 109 | -109/+131 |
| | | | |||||
* | | | Merge pull request #9278 from owncloud/l10n-servershare-dialog | Volkan Gezer | 2014-06-28 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | fix server share dialog title | ||||
| * | | | fix server share dialog title | Volkan Gezer | 2014-06-28 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #9265 from owncloud/fix-whitespace | Morris Jobke | 2014-06-28 | 2 | -5/+5 |
|\ \ \ \ | | | | | | | | | | | fix trailing whitespace noted by Scrutinizer | ||||
| * | | | | fix trailing whitespace noted by Scrutinizer | Jan-Christoph Borchardt | 2014-06-27 | 2 | -5/+5 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #9020 from owncloud/l10n-external-errors-fix | Morris Jobke | 2014-06-28 | 2 | -5/+7 |
|\ \ \ \ | | | | | | | | | | | some strings to localize external mount api responses. fix #8094 | ||||
| * | | | | some strings to localize external mount api responses. fix #8094 | Volkan Gezer | 2014-06-12 | 2 | -5/+7 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-28 | 14 | -20/+45 |
| |_|/ / |/| | | | |||||
* | | | | normalize path before comparison to make sure that we always find the mount ↵ | Bjoern Schiessle | 2014-06-27 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | point | ||||
* | | | | Merge pull request #9263 from owncloud/remote-share-update | icewind1991 | 2014-06-27 | 1 | -0/+19 |
|\ \ \ \ | |_|/ / |/| | | | Better detecting of remote changes for external shares | ||||
| * | | | Improve comment | Robin Appelman | 2014-06-27 | 1 | -1/+2 |
| | | | | |||||
| * | | | Also check for updated permissions for webdav storages | Robin Appelman | 2014-06-27 | 1 | -0/+18 |
| | | | | |||||
* | | | | Merge pull request #9260 from owncloud/fileactions-lateregisterinpublicpage | Vincent Petry | 2014-06-27 | 2 | -1/+4 |
|\ \ \ \ | | | | | | | | | | | Allow late registration of file actions in public page | ||||
| * | | | | Remove missed console.log in file list | Vincent Petry | 2014-06-27 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Allow late registration of file actions in public page | Vincent Petry | 2014-06-27 | 1 | -0/+4 |
| |/ / / | |||||
* | | | | Merge pull request #9256 from owncloud/design-mobile-shared | Jan-Christoph Borchardt | 2014-06-27 | 1 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | show share action of shared items darker to distinguish from non-shared,... | ||||
| * | | | | show share action of shared items darker to distinguish from non-shared, fix ↵ | Jan-Christoph Borchardt | 2014-06-27 | 1 | -0/+6 |
| |/ / / | | | | | | | | | | | | | #8898 | ||||
* | | | | Merge pull request #9259 from owncloud/fix-rename-icon | Morris Jobke | 2014-06-27 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | fix rename icon, fix #9257 | ||||
| * | | | | fix rename icon, fix #9257 | Jan-Christoph Borchardt | 2014-06-27 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge pull request #8383 from owncloud/object_storage | Vincent Petry | 2014-06-27 | 139 | -8074/+117 |
|\ \ \ \ | |/ / / |/| | | | Object storage | ||||
| * | | | update files_external swift to php-opencloud v1.9.2 | Jörn Friedrich Dreyer | 2014-06-25 | 2 | -116/+113 |
| | | | | |||||
| * | | | remove rackspace opencloud libs from files_external 3rdparty | Jörn Friedrich Dreyer | 2014-06-25 | 136 | -7958/+0 |
| | | | | |||||
| * | | | Allow adding object stores with the files_external mount config | Robin Appelman | 2014-06-24 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #9254 from owncloud/fileactions-deferred | Morris Jobke | 2014-06-27 | 11 | -6/+168 |
|\ \ \ \ | | | | | | | | | | | Sync file list with file actions | ||||
| * | | | | Sync file list with file actions | Vincent Petry | 2014-06-27 | 11 | -6/+168 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever file actions are registered later, now the file lists are automatically notified. Added FileActions.addUpdateListener() to be able to receive such notifications. This removes the need for apps to manually call FileActions.display() after registering new actions. This fixes issues with race conditions when file actions are registered after the file list was already rendered. | ||||
* | | | | | Merge pull request #9174 from owncloud/breadcrumbfix | Jan-Christoph Borchardt | 2014-06-27 | 5 | -128/+155 |
|\ \ \ \ \ | |/ / / / |/| | | | | Breadcrumb width calculation fix | ||||
| * | | | | Breadcrumb width calculation fix | Vincent Petry | 2014-06-27 | 5 | -128/+155 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrote the breadcrumb calculation to be more readable. Breadcrumb now has a setMaxWidth() method to set the maximum allowed width which is used to fit the breadcrumbs. The breadcrumb width is now based on the container width, passed through setMaxWidth() by the FileList class. Now using fixed widths for the test crumbs to simulate consistent widths across browsers which rendering engines might usually yield different results. |