Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes default email sender address | Randolph Carter | 2012-12-19 | 3 | -6/+38 |
| | |||||
* | call the password input field by name | Björn Schießle | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | autofocus to password input after clicking the checkbox; code restructured; ↵ | Björn Schießle | 2012-12-18 | 1 | -14/+8 |
| | | | | debug output added | ||||
* | some more usability improvements: | Björn Schießle | 2012-12-18 | 1 | -1/+10 |
| | | | | merged pull request https://github.com/owncloud/core/pull/121 into this patch with fixes for all issues mentioned in 121 | ||||
* | set password for shared links when the user press enter and when he leaves ↵ | Björn Schießle | 2012-12-18 | 1 | -8/+18 |
| | | | | the password field | ||||
* | Merge pull request #905 from owncloud/fix_mountpointescaping | Thomas Müller | 2012-12-18 | 1 | -2/+2 |
|\ | | | | | proper escape the mountpoints. | ||||
| * | proper escape the mountpoints. Fixes | Frank Karlitschek | 2012-12-14 | 1 | -2/+2 |
| | | | | | | | | https://github.com/owncloud/core/issues/557 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-18 | 40 | -353/+544 |
| | | |||||
* | | Merge pull request #929 from owncloud/fix_utf8_filenames_in_ie_download | Thomas Müller | 2012-12-17 | 2 | -2/+12 |
|\ \ | | | | | | | fix utf8 filenames in ie download response header according to rfc5987, ... | ||||
| * | | fix utf8 filenames in ie download response header according to rfc5987, see ↵ | Jörn Friedrich Dreyer | 2012-12-17 | 2 | -2/+12 |
| | | | | | | | | | | | | http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http | ||||
* | | | Merge pull request #842 from owncloud/restrict_keyboard_shortcuts | Thomas Müller | 2012-12-17 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | prevent keyboardshortcuts from catching events outside the main doc - e.... | ||||
| * | | prevent keyboardshortcuts from catching events outside the main doc - e.g. ↵ | Thomas Mueller | 2012-12-12 | 1 | -0/+3 |
| | | | | | | | | | | | | the share popup | ||||
* | | | Merge pull request #928 from owncloud/fix_permissioncheck | Lukas Reschke | 2012-12-17 | 4 | -1/+10 |
|\ \ \ | | | | | | | | | check if admin | ||||
| * | | | check if admin | Frank Karlitschek | 2012-12-17 | 4 | -1/+10 |
|/ / / | |||||
* | | | Merge pull request #926 from owncloud/fix_issue_826 | Thomas Müller | 2012-12-17 | 1 | -5/+10 |
|\ \ \ | | | | | | | | | Fall back to default log file if logfile config file not found | ||||
| * | | | Fall back to default log file if logfile config file not found, suppress ↵ | Michael Gapczynski | 2012-12-16 | 1 | -5/+10 |
|/ / / | | | | | | | | | | writing errors, fixes issue #826 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-17 | 12 | -15/+17 |
| | | | |||||
* | | | Merge pull request #924 from owncloud/versions_write_hook | Michael Gapczynski | 2012-12-16 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Change post_write hook to write for files_versions app | ||||
| * | | | Change post_write hook to write to prevent creating a duplicate of the ↵ | Michael Gapczynski | 2012-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | original file on upload | ||||
* | | | | Merge pull request #923 from owncloud/hooks_try_catch | icewind1991 | 2012-12-16 | 1 | -1/+5 |
|\ \ \ \ | |/ / / |/| | | | wrap hooks into a try, catch to prevent a faulty app from crashing the request | ||||
| * | | | wrap hooks into a try, catch to prevent a faulty app from crashing the request | Robin Appelman | 2012-12-16 | 1 | -1/+5 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-16 | 28 | -74/+101 |
| | | | |||||
* | | | 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. |