Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-11 | 5 | -1/+40 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-10 | 1 | -0/+5 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-09 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-08 | 73 | -6/+196 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-07 | 44 | -44/+45 |
| | |||||
* | Fixed delete button CSS in ext storage list | Vincent Petry | 2014-06-06 | 2 | -4/+4 |
| | |||||
* | Added more columns to ext storage list | Vincent Petry | 2014-06-06 | 3 | -22/+55 |
| | | | | | Now using system mount and personal mount calls to get the relevant mount points including backend information. | ||||
* | Fixed ext storage list sorting | Vincent Petry | 2014-06-06 | 1 | -8/+6 |
| | |||||
* | Added external storage list in files app | Vincent Petry | 2014-06-06 | 7 | -0/+326 |
| | |||||
* | Fix the removeMount for personal mounts | Robin Appelman | 2014-06-06 | 2 | -1/+4 |
| | |||||
* | Make personal external mount points (re)movable from the files app | Robin Appelman | 2014-06-06 | 2 | -1/+72 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-06 | 2 | -0/+7 |
| | |||||
* | Merge pull request #8880 from owncloud/webdav-read-permissions | Thomas Müller | 2014-06-05 | 1 | -0/+24 |
|\ | | | | | Use the permissions exposed by ownCloud for webdav external storages | ||||
| * | Use the permissions exposed by ownCloud for webdav external storages | Robin Appelman | 2014-06-04 | 1 | -0/+24 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-05 | 2 | -4/+4 |
| | | |||||
* | | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 1 | -3/+3 |
|/ | | | | Updating SabreDAV namespaces | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-04 | 2 | -0/+6 |
| | |||||
* | Merge pull request #8729 from owncloud/add-phpseclib-master | Thomas Müller | 2014-06-03 | 31 | -31191/+0 |
|\ | | | | | use phpseclib from 3rdparty | ||||
| * | use phpseclib from 3rdparty | Thomas Müller | 2014-06-03 | 31 | -31191/+0 |
| | | | | | | | | rename class Crypt_Blowfish to Legacy_Crypt_Blowfish | ||||
* | | fix success status symbol to a circle | Morris Jobke | 2014-06-02 | 1 | -0/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-31 | 2 | -0/+44 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-30 | 1 | -0/+19 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-29 | 1 | -0/+6 |
| | |||||
* | Adjust core apps to use "requiremin" instead of "require" | Vincent Petry | 2014-05-27 | 1 | -2/+2 |
| | | | | Also added a few missing authors. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-27 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-26 | 2 | -0/+37 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-25 | 1 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-24 | 5 | -0/+39 |
| | |||||
* | Merge pull request #8658 from realriot/master | Thomas Müller | 2014-05-23 | 1 | -1/+1 |
|\ | | | | | Changed access mode for Dropbox to 'auto' | ||||
| * | Changed access mode for Dropbox to 'auto' | Sascha Schmidt | 2014-05-21 | 1 | -1/+1 |
| | | |||||
* | | Use default priority of 100 if backend default is not set | Robin McCorkell | 2014-05-21 | 1 | -2/+7 |
| | | |||||
* | | Add priority overriding comments | Robin McCorkell | 2014-05-21 | 1 | -0/+4 |
| | | |||||
* | | Fix priority merging logic and add unit test | Robin McCorkell | 2014-05-21 | 2 | -0/+55 |
| | | |||||
* | | Add unit tests | Robin McCorkell | 2014-05-21 | 2 | -8/+130 |
| | | |||||
* | | Use constants for priority type and add comments | Robin McCorkell | 2014-05-21 | 1 | -13/+16 |
| | | |||||
* | | Use more strict type comparisons | Robin McCorkell | 2014-05-21 | 1 | -4/+4 |
| | | |||||
* | | Preserve priority if already set | Robin McCorkell | 2014-05-21 | 1 | -0/+5 |
| | | |||||
* | | Treat 'all users' as 'global' | Robin McCorkell | 2014-05-21 | 1 | -1/+21 |
| | | | | | | | | A mount applicable to all users is as good a definition of global as can be | ||||
* | | Add storage priority support | Robin McCorkell | 2014-05-21 | 2 | -4/+60 |
|/ | | | | | | | | | | | | | | | | | | | Each storage backend has a default priority, assigned to any system mounts created in ownCloud. mount.json can be manually modified to change these priorities. The priority order is as follows: * Personal * User * Group * Global Within each mount type, the mount with the highest priority is active. The storage backend defaults were chosen to be the following: * Local - 150 * Remote storage - 100 * SMB / CIFS with OC login - 90 | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-20 | 1 | -2/+2 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
| | | | | * test case added to avoid adding them later | ||||
* | Merge pull request #8585 from owncloud/phpdoc-improvements-apps | Andreas Fischer | 2014-05-19 | 6 | -32/+32 |
|\ | | | | | | | | | | | | | | | | | | | | | | | PHPDoc improvements /apps * owncloud/phpdoc-improvements-apps: Fix whitespace issues Reduce double-space with single-space. Remove spaces around | operator in doc block. Fix more missing or broken PHPDoc PHPDoc fixes for user_ldap Fix PHPDoc in /apps | ||||
| * | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 2 | -17/+17 |
| | | |||||
| * | Fix more missing or broken PHPDoc | Robin McCorkell | 2014-05-16 | 3 | -8/+8 |
| | | |||||
| * | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 2 | -7/+7 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-19 | 1 | -0/+7 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-18 | 1 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-17 | 57 | -1/+59 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-16 | 63 | -62/+92 |
| | |||||
* | Merge pull request #8589 from fibsifan/files_external_sftp_port | Robin McCorkell | 2014-05-15 | 1 | -4/+4 |
|\ | | | | | rename URL-fields to Host for SFTP/FTP and SMB external Storage backends |