Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-19 | 593 | -9922/+11746 |
|\ | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/settings.js apps/files_external/lib/smb.php apps/files_external/templates/settings.php lib/files/storage/common.php | ||||
| * | Merge pull request #1731 from owncloud/unknown-freespace | Frank Karlitschek | 2013-02-19 | 10 | -27/+28 |
| |\ | | | | | | | Give storage backends the option to define having no known free space | ||||
| | * | Keep user quota into account when the storage backend has unkown free space | Robin Appelman | 2013-02-17 | 1 | -6/+9 |
| | | | |||||
| | * | Give storage backends the option to define having no known free space | Robin Appelman | 2013-02-16 | 9 | -21/+19 |
| | | | | | | | | | | | | When this is the case only the configured max upload size is taking into account for uploading | ||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-20 | 28 | -110/+182 |
| | | | |||||
| * | | Merge pull request #1720 from owncloud/usermenu-css | Frank Karlitschek | 2013-02-19 | 1 | -2/+2 |
| |\ \ | | | | | | | | | fix erroneous CSS, remove obsolete selectors | ||||
| | * | | fix erroneous CSS, remove obsolete selectors | Jan-Christoph Borchardt | 2013-02-15 | 1 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #1740 from houqp/issue#1688 | Björn Schießle | 2013-02-19 | 2 | -3/+24 |
| |\ \ | | | | | | | | | Bug fix for Issue#1688 | ||||
| | * | | check filename and timestamp in Trashbin's file_exists method | Qingping Hou | 2013-02-18 | 1 | -3/+11 |
| | | | | |||||
| | * | | Properly delete empty directories in Trashbin | Qingping Hou | 2013-02-16 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Instead of checking delted file size, we do a real check. this fixes #1688 | ||||
| | * | | add file_exists method to files_trashbin app | Qingping Hou | 2013-02-16 | 1 | -2/+13 |
| | | | | |||||
| * | | | Merge pull request #1764 from owncloud/Undelete_directory_fix | Lukas Reschke | 2013-02-19 | 1 | -0/+3 |
| |\ \ \ | | | | | | | | | | | Fix for Undelete directory action | ||||
| | * | | | Calculate size for existing directories only | Victor Dubiniuk | 2013-02-18 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Merge pull request #1771 from owncloud/mountconfig | Thomas Müller | 2013-02-18 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | JSON mount config: no pretty print | ||||
| | * | | | | no pretty print | Thomas Mueller | 2013-02-19 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-19 | 62 | -559/+752 |
| | | | | | | |||||
| * | | | | | Merge pull request #1728 from owncloud/mountconfig | Thomas Müller | 2013-02-18 | 3 | -44/+223 |
| |\| | | | | | | | | | | | | | | | | Use json for new mount configuration files | ||||
| | * | | | | Merge branch 'mountconfig' of github.com:owncloud/core into mountconfig | Robin Appelman | 2013-02-18 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | | * | | | | look where you are typing ... | Jörn Friedrich Dreyer | 2013-02-16 | 1 | -1/+1 |
| | | | | | | | |||||
| | | * | | | | pretty print json | Jörn Friedrich Dreyer | 2013-02-16 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | merge master into mountconfig | Robin Appelman | 2013-02-18 | 127 | -965/+1378 |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | * | | | | | Create new mountconfig files in json | Robin Appelman | 2013-02-16 | 2 | -35/+26 |
| | | | | | | | |||||
| | * | | | | | Use a parser to read custom mount configuration instead of including the php ↵ | Robin Appelman | 2013-02-16 | 3 | -8/+200 |
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | files | ||||
| * | | | | | Merge pull request #1767 from owncloud/fixing-1766-master | Lukas Reschke | 2013-02-18 | 1 | -1/+0 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | files_versions no longer contains a personal settings page -> remove the... | ||||
| | * | | | | files_versions no longer contains a personal settings page -> remove the call | Thomas Mueller | 2013-02-18 | 1 | -1/+0 |
| |/ / / / | |||||
| * | | | | Merge pull request #1762 from owncloud/user_password_fix | Thomas Müller | 2013-02-18 | 2 | -3/+3 |
| |\ \ \ \ | | | | | | | | | | | | | Fix changing user password at 'Personal' page. Ref #1693 | ||||
| | * | | | | Do not set password if it has't provided | Victor Dubiniuk | 2013-02-18 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Correct new password input name | Victor Dubiniuk | 2013-02-18 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #1724 from owncloud/long-storage-id | Frank Karlitschek | 2013-02-18 | 4 | -4/+45 |
| |\ \ \ \ | | | | | | | | | | | | | Cache: hash long storage ids to ensure they fit in the database | ||||
| | * | | | | Cache: hash long storage ids to ensure they fit in the database | Robin Appelman | 2013-02-15 | 4 | -4/+45 |
| | |/ / / | |||||
| * | | | | Merge pull request #1759 from owncloud/redirect_fix_1737 | Thomas Müller | 2013-02-18 | 1 | -1/+1 |
| |\ \ \ \ | | |_|/ / | |/| | | | fix redirect, use the new routing | ||||
| | * | | | fix redirect, use the new routing | Björn Schießle | 2013-02-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #1751 from owncloud/sanitizeHTML | Frank Karlitschek | 2013-02-18 | 2 | -2/+2 |
| |\ \ \ \ | | |/ / / | |/| | | | Sanitize html | ||||
| | * | | | Sanitize HTML | Lukas Reschke | 2013-02-18 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Sanitize user input | Lukas Reschke | 2013-02-18 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-18 | 55 | -551/+649 |
| | | | | |||||
| * | | | Merge pull request #1709 from owncloud/style-cleanup-files_external | Thomas Müller | 2013-02-17 | 2 | -6/+15 |
| |\ \ \ | | | | | | | | | | | Style cleanup files_external | ||||
| | * | | | Join split translated strings | Bart Visscher | 2013-02-15 | 1 | -6/+2 |
| | | | | | |||||
| | * | | | Style cleanup files_external | Bart Visscher | 2013-02-15 | 2 | -6/+19 |
| | | | | | |||||
| * | | | | Merge pull request #1719 from owncloud/fixing-1659-master | Thomas Müller | 2013-02-17 | 4 | -15/+73 |
| |\ \ \ \ | | | | | | | | | | | | | Fixing 1659 master | ||||
| | * | | | | class Mapper no respects an unchanged physical root which will be excluded ↵ | Thomas Mueller | 2013-02-15 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | from slugifying the path | ||||
| | * | | | | fix error in recursive search | Thomas Mueller | 2013-02-15 | 1 | -3/+3 |
| | | | | | | |||||
| | * | | | | new test cases added to search in sub folders | Thomas Mueller | 2013-02-15 | 1 | -0/+16 |
| | | | | | | |||||
| | * | | | | folder should be created :-( | Thomas Mueller | 2013-02-15 | 1 | -0/+2 |
| | | | | | | |||||
| | * | | | | adding a new test class for mapped local using a dot in the datadir - ↵ | Thomas Mueller | 2013-02-15 | 1 | -0/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | reflects the issue described in #1659 | ||||
| * | | | | | Merge pull request #1708 from owncloud/style-cleanup-user_ldap | Bernhard Posselt | 2013-02-17 | 9 | -69/+206 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Style cleanup user_ldap | ||||
| | * | | | | | Join split translated strings | Bart Visscher | 2013-02-15 | 2 | -13/+6 |
| | | | | | | | |||||
| | * | | | | | Join short comment lines | Bart Visscher | 2013-02-15 | 1 | -4/+2 |
| | | | | | | | |||||
| | * | | | | | Style cleanup user_ldap | Bart Visscher | 2013-02-14 | 9 | -72/+218 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #1642 from owncloud/fix-googledrive | Thomas Müller | 2013-02-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove the leading slash from the filename for opendir |