Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-28 | 32 | -98/+136 |
| | |||||
* | prevent dimmed ocdialog div from scrolling | Jörn Friedrich Dreyer | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #7913 from owncloud/fix-logo | Morris Jobke | 2014-03-28 | 6 | -7/+9 |
|\ | | | | | fix SVG replacement for logo so it works in IE8, fix #7866 | ||||
| * | fix breadcrumbs for IE8 | Morris Jobke | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | enable SVG->PNG fallback for 'New' menu | Jan-Christoph Borchardt | 2014-03-27 | 1 | -3/+3 |
| | | |||||
| * | enable SVG->PNG fallback for newly uploaded files and folders | Jan-Christoph Borchardt | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | specify logo to not repeat when container is bigger | Jan-Christoph Borchardt | 2014-03-27 | 1 | -0/+2 |
| | | |||||
| * | fix SVG replacement for logo so it works in IE8, fix #7866 | Jan-Christoph Borchardt | 2014-03-27 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #7911 from owncloud/ext-fixswifttouchoperation | Vincent Petry | 2014-03-27 | 1 | -1/+1 |
|\ \ | | | | | | | Fix swift touch operation | ||||
| * | | Fix swift touch operation | Vincent Petry | 2014-03-27 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | The touch() operation now uses "UpdateMetadata()" instead of "Update()" which doesn't clear the object's contents. This fixes syncing, as the sync client needs to use touch to update the object's mtime. | ||||
* | | Merge pull request #7875 from Xenopathic/files_external_smb_auto | Vincent Petry | 2014-03-27 | 4 | -46/+156 |
|\ \ | |/ |/| | SMB/CIFS mounts using ownCloud login, fixes #7843 | ||||
| * | Use braces on single line if statements | Robin McCorkell | 2014-03-26 | 1 | -6/+10 |
| | | |||||
| * | Fix error in $isPersonal setting | Robin McCorkell | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | Perform proper checking for share availability | Robin McCorkell | 2014-03-26 | 3 | -45/+90 |
| | | | | | | | | | | | | | | | | | | | | | | To check for shares, the code attempts to connect anonymously to the share. In most cases this will fail with NT_STATUS_ACCESS_DENIED, so the regex array used for parsing the output of smbclient in smb4php has been overridden to treat such output as success. The 'test' method for storage classes can now take a single parameter, $isPersonal, which allows the storage to adjust the tests performed based on if they are being configured as personal shares or as system shares. | ||||
| * | Rename SMB_Auto to SMB_OC and change visible name | Robin McCorkell | 2014-03-26 | 3 | -5/+5 |
| | | | | | | | | | | SMB_Auto is now SMB_OC, and the name has been changed from "SMB / CIFS Auto" to "SMB / CIFS using OC login" | ||||
| * | Revoke sharable permission on automatic SMB shares | Robin McCorkell | 2014-03-26 | 1 | -0/+4 |
| | | | | | | | | | | | | Shares authenticated with user credentials (aka not hard coded) cannot be accessed by other users, breaking sharing. This change completely revokes sharing for such shares | ||||
| * | Use loginname instead of display name | Robin McCorkell | 2014-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | getDisplayName would return the display name of the user, not great if it is a canonical string. The uid passed back from 'login' is the UUID of the user, so also not suitable. The login name from the session is the username the user used to log in to ownCloud in the first place, which is what is needed. | ||||
| * | SMB/CIFS mount using OwnCloud logon credentials | Robin McCorkell | 2014-03-26 | 3 | -3/+60 |
| | | | | | | | | | | | | | | | | | | Selecting 'SMB/CIFS Auto' in the mounts configuration allows an SMB/CIFS mount to be configured that uses the credentials of the user logging in to authenticate to the server. Optionally, the username can be used as the share name, permitting home shares to be dynamically mounted. | ||||
* | | Merge pull request #7898 from owncloud/ext-swiftmtime | Vincent Petry | 2014-03-27 | 1 | -0/+4 |
|\ \ | | | | | | | Fixed mtime reading from OpenStack API | ||||
| * | | Fixed mtime reading from OpenStack API | Vincent Petry | 2014-03-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | The API seems to return floating point values, which prevents the hasUpdated() check to work and causes the scanner to rescan everything every time. | ||||
* | | | Merge pull request #7902 from owncloud/ext-xsendfileextstoragefix | Vincent Petry | 2014-03-27 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Use the correct resolve method to resolve file storage (x-sendfile) | ||||
| * | | | Use the correct resolve method to resolve file storage | Vincent Petry | 2014-03-26 | 1 | -1/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | When detecting whether the file to be downloaded is on external storage, the correct path needs to be used. It turns out that \OC\Files\View is needed to resolve the path correctly relative to the user's home. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-27 | 176 | -1740/+1781 |
| | | | |||||
* | | | Merge pull request #7893 from owncloud/no-routed-link-for-css-files | Thomas Müller | 2014-03-26 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | css files are not to be routed through index.php anymore | ||||
| * | | | css files are not to be routed through index.php anymore | Thomas Müller | 2014-03-26 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #7896 from Xenopathic/misc_text_fixes | Thomas Müller | 2014-03-26 | 4 | -5/+5 |
|\ \ \ | |_|/ |/| | | Miscellaneous text fixes for core apps | ||||
| * | | Miscellaneous text fixes for core apps | Robin McCorkell | 2014-03-26 | 4 | -5/+5 |
| |/ | |||||
* | | Merge pull request #7889 from owncloud/routing-warning | Vincent Petry | 2014-03-26 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix undefined index warning in router | ||||
| * | fix undefined index warning in router | Robin Appelman | 2014-03-26 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #7888 from owncloud/extstorage-multiplemountpointconfig | Vincent Petry | 2014-03-26 | 3 | -51/+242 |
|\ \ | | | | | | | Fix merging of external storage configurations | ||||
| * | | Fix merging of external storage configurations | Vincent Petry | 2014-03-26 | 3 | -51/+242 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | Merging of configurations is whenever the same config is available for multiple users/groups, in which case the config is considered as a single one by the UI, and shows multiple users/groups selected. Fixed merging logic to make sure that class, mount point and options are the same before merging them. Fixed merging to work correctly when the same mount point path is used for separate users and configs. These are now correctly shows in the UI as separate entries. | ||||
* | | Merge pull request #7885 from owncloud/extstorage-prettyprintjson | Vincent Petry | 2014-03-26 | 1 | -1/+6 |
|\ \ | |/ |/| | Pretty print mount.json when possible | ||||
| * | Pretty print mount.json when possible | Vincent Petry | 2014-03-26 | 1 | -1/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-26 | 125 | -5946/+10973 |
| | |||||
* | Merge pull request #7748 from owncloud/postgresversionwarning | Thomas Müller | 2014-03-25 | 1 | -0/+35 |
|\ | | | | | Added PostgreSQL version warning on upgrade | ||||
| * | fixing code style | Thomas Müller | 2014-03-25 | 1 | -2/+1 |
| | | |||||
| * | Log exception when PostgreSQL version check failed | Vincent Petry | 2014-03-24 | 1 | -1/+3 |
| | | |||||
| * | Added PostgreSQL version warning on upgrade | Vincent Petry | 2014-03-17 | 1 | -0/+34 |
| | | |||||
* | | Merge pull request #7864 from owncloud/routing-performance | Thomas Müller | 2014-03-25 | 6 | -27/+106 |
|\ \ | | | | | | | Routing performance | ||||
| * | | update type hint in PHPDoc | Thomas Müller | 2014-03-25 | 2 | -2/+3 |
| | | | |||||
| * | | Fix routes getting lost when loading app routes twice | Robin Appelman | 2014-03-25 | 1 | -7/+9 |
| | | | |||||
| * | | fix incorect array | Robin Appelman | 2014-03-25 | 1 | -1/+1 |
| | | | |||||
| * | | Only load core routes for ocs and settings | Robin Appelman | 2014-03-25 | 1 | -1/+2 |
| | | | |||||
| * | | Only load core routes when matching a core route | Robin Appelman | 2014-03-24 | 1 | -3/+5 |
| | | | |||||
| * | | Cache generated urls for routes | Robin Appelman | 2014-03-24 | 1 | -0/+43 |
| | | | |||||
| * | | Only load routes from the apps we need | Robin Appelman | 2014-03-24 | 2 | -14/+38 |
| | | | |||||
| * | | Load the routes when matching or generating a route instead of when creating ↵ | Robin Appelman | 2014-03-24 | 3 | -7/+13 |
| | | | | | | | | | | | | the router | ||||
* | | | Merge pull request #7325 from owncloud/recursive-mkdir-local | Thomas Müller | 2014-03-25 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Recursive mkdir fixes #7047 | ||||
| * \ \ | Merge branch 'master' into recursive-mkdir-local | Robin Appelman | 2014-02-21 | 43 | -184/+523 |
| |\ \ \ | |||||
| * | | | | Also make "regular" local storage's mkdir recursive | Robin Appelman | 2014-02-20 | 1 | -1/+1 |
| | | | | |