Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge master into filesystem | Robin Appelman | 2012-12-15 | 302 | -6579/+15385 |
|\ | |||||
| * | Merge pull request #875 from owncloud/multiplefiles_json | Bart Visscher | 2012-12-14 | 2 | -2/+2 |
| |\ | | | | | | | use json when deleting multiply files instead of using ; as delimiter | ||||
| | * | remove unneeded line | Robin Appelman | 2012-12-13 | 1 | -1/+0 |
| | | | |||||
| | * | use json encoding when deleting multiply files instead of using ; as delimiter | Robin Appelman | 2012-12-13 | 2 | -1/+2 |
| | | | |||||
| * | | More style fixes | Bart Visscher | 2012-12-15 | 5 | -9/+10 |
| | | | |||||
| * | | More whitespace fixes | Bart Visscher | 2012-12-15 | 5 | -116/+117 |
| | | | |||||
| * | | Fix "There must be a single space between the closing parenthesis and the ↵ | Bart Visscher | 2012-12-15 | 4 | -7/+7 |
| | | | | | | | | | | | | opening brace" | ||||
| * | | Fix some of "Closing brace must be on a line by itself" | Bart Visscher | 2012-12-15 | 3 | -6/+22 |
| | | | |||||
| * | | Fix "Line indented incorrectly" | Bart Visscher | 2012-12-15 | 11 | -62/+62 |
| | | | |||||
| * | | Fix "No space found after comma in function call" | Bart Visscher | 2012-12-15 | 5 | -6/+6 |
| | | | |||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-15 | 84 | -2526/+3382 |
| | | | |||||
| * | | Give also hint about possible conflicts in the user_webdavauth description | Arthur Schiwon | 2012-12-14 | 1 | -1/+3 |
| | | | |||||
| * | | Also show a more prominent warning when php_ldap is not installed | Arthur Schiwon | 2012-12-14 | 1 | -0/+3 |
| | | | |||||
| * | | Show conflict warning when user_ldap and user_webdavauth are enabled | Arthur Schiwon | 2012-12-14 | 1 | -0/+4 |
| | | | |||||
| * | | Show conflict warning when user_ldap and user_webdavauth are enabled | Arthur Schiwon | 2012-12-14 | 3 | -1/+11 |
| | | | |||||
| * | | Merge pull request #850 from owncloud/icons-for-login | Frank Karlitschek | 2012-12-14 | 7 | -7/+3868 |
| |\ \ | | | | | | | | | Icons for login | ||||
| | * | | tweak icons for username and password fields, now it’s good | Jan-Christoph Borchardt | 2012-12-12 | 5 | -38/+20 |
| | | | | |||||
| | * | | icons for username and password field, not sure if it’s good | Jan-Christoph Borchardt | 2012-12-11 | 7 | -7/+3886 |
| | | | | |||||
| * | | | implement getCurrentUser in Sabre Auth Connector, fixes #508 | Arthur Schiwon | 2012-12-14 | 1 | -0/+15 |
| | | | | |||||
| * | | | use username, not passed loginname, might differ | Arthur Schiwon | 2012-12-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-14 | 38 | -189/+256 |
| | | | | |||||
| * | | | Merge pull request #876 from owncloud/mimicon_fix | icewind1991 | 2012-12-13 | 1 | -1/+1 |
| |\ \ \ | | |_|/ | |/| | | fix mimetype icons for new files | ||||
| | * | | fix mimetype icons for new files | Robin Appelman | 2012-12-13 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #855 from owncloud/ungreenify | blizzz | 2012-12-13 | 2 | -19/+12 |
| |\ \ | | | | | | | | | ungreenify new & upload buttons | ||||
| | * | | small code reordering of inputs and buttons | Jan-Christoph Borchardt | 2012-12-13 | 1 | -5/+6 |
| | | | | |||||
| | * | | improve general button coloring | Jan-Christoph Borchardt | 2012-12-13 | 1 | -2/+4 |
| | | | | |||||
| | * | | ungreenify new & upload buttons | Jan-Christoph Borchardt | 2012-12-13 | 1 | -12/+2 |
| | | | | |||||
| * | | | Merge pull request #584 from wardragon/ldap_access_userExists_fix | blizzz | 2012-12-12 | 3 | -7/+12 |
| |\ \ \ | | | | | | | | | | | Really fix OCP\Share::shareItem with LDAP users | ||||
| | * | | | Exclude LDAP backend from global user searches | Lorenzo M. Catucci | 2012-12-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | triggered by itself. | ||||
| | * | | | Add an $excludingBackend optional parameter | Lorenzo M. Catucci | 2012-12-07 | 2 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | to the userExists method both in OCP\User and in OC_User. | ||||
| * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-13 | 157 | -2578/+5195 |
| | | | | | |||||
| * | | | | Merge pull request #847 from owncloud/webdav-quota-fix-exception | Thomas Müller | 2012-12-12 | 1 | -1/+1 |
| |\ \ \ \ | | |_|/ / | |/| | | | throwing InsufficientStorage in case the quota is reached | ||||
| | * | | | throwing InsufficientStorage in case the quota is reached | Thomas Mueller | 2012-12-12 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | set the session name to the instance id - which is unique | Thomas Mueller | 2012-12-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: lib/base.php | ||||
| * | | | Merge pull request #810 from owncloud/send-share-link-by-email | Thomas Müller | 2012-12-12 | 4 | -9/+87 |
| |\ \ \ | | | | | | | | | | | restoring feature to send sharing link via email | ||||
| | * | | | feedback to the user while request is being processed | Thomas Mueller | 2012-12-12 | 1 | -2/+9 |
| | | | | | |||||
| | * | | | moving sharing email code to core | Thomas Mueller | 2012-12-10 | 4 | -64/+60 |
| | | | | | |||||
| | * | | | restoring feature to send sharing link via email | Thomas Mueller | 2012-12-10 | 4 | -7/+82 |
| | | | | | |||||
| * | | | | Merge pull request #766 from btactic/language_autodetect | Thomas Müller | 2012-12-12 | 1 | -2/+8 |
| |\ \ \ \ | | | | | | | | | | | | | Improve autodetection of language. | ||||
| | * | | | | Fix the loop to search al the available languages, not only the las element. | Sergi Almacellas Abellana | 2012-12-09 | 1 | -4/+4 |
| | | | | | | |||||
| | * | | | | Improve autodetection of language. | Sergi Almacellas Abellana | 2012-12-07 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #730. | ||||
| * | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-12 | 79 | -1235/+2120 |
| | | | | | | |||||
| * | | | | | Merge pull request #829 from owncloud/contacts_api_namespace_fix | Bart Visscher | 2012-12-11 | 2 | -6/+8 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | [contacts_api] IAddressBook moved to OCP as it's used by apps to provide... | ||||
| | * | | | | | [contacts_api] IAddressBook moved to OCP as it's used by apps to provide ↵ | Thomas Mueller | 2012-12-11 | 2 | -6/+8 |
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | access to their contact data | ||||
| * | | | | | Merge pull request #825 from owncloud/oc_namespace | Thomas Müller | 2012-12-11 | 1 | -0/+3 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Autoload classes with 'OC' namespace prefix. | ||||
| | * | | | | | Autoload classes with 'OC' namespace prefix. | Thomas Tanghus | 2012-12-11 | 1 | -0/+3 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #813 from owncloud/check_external_dependencies | Thomas Müller | 2012-12-11 | 4 | -59/+104 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | Check external dependencies | ||||
| | * | | | | | ctor of OC_L10N requires the app name | Thomas Mueller | 2012-12-11 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | don't call shell_exec if safe_mode is on. | Frank Karlitschek | 2012-12-11 | 1 | -2/+6 |
| | | | | | | | |||||
| | * | | | | | disable not available external filesystems. Restructure the configuration a ↵ | Frank Karlitschek | 2012-12-10 | 1 | -59/+66 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | bit and improve naming |