Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-19 | 1 | -0/+23 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-18 | 4 | -7/+45 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-17 | 4 | -0/+25 |
| | |||||
* | fix CSS for upload button - fixes #8939 | Morris Jobke | 2014-06-16 | 1 | -5/+0 |
| | |||||
* | Merge pull request #9040 from owncloud/fix-xss | Morris Jobke | 2014-06-16 | 1 | -5/+5 |
|\ | | | | | Sanitize name of sharee | ||||
| * | Do even more sanitization | Lukas Reschke | 2014-06-14 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #8917 from owncloud/repair-routine-base | Vincent Petry | 2014-06-16 | 2 | -2/+23 |
|\ \ | | | | | | | Add support for repair step classes | ||||
| * | | Added RepairStep interface and default repair step lists | Vincent Petry | 2014-06-12 | 2 | -6/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The updater is using "before update" repair steps and "regular" repair steps. The "regular" repair steps are also used by the CLI tool. Currently no steps exist but can be added later in the static methods in the \OC\Repair class. Added unit test to test messaging, error and exception cases. | ||||
| * | | Add support for repair step classes | Vincent Petry | 2014-06-12 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | This also makes it possible to unit test each repair step class individually | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-16 | 13 | -6/+112 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-15 | 69 | -394/+67 |
| |/ |/| | |||||
* | | add proper Exception message for invalid token | Morris Jobke | 2014-06-13 | 1 | -2/+5 |
| | | |||||
* | | use array_merge for merging arrays in PHP | Morris Jobke | 2014-06-13 | 1 | -1/+1 |
| | | |||||
* | | complete renaming uid to userId | Morris Jobke | 2014-06-13 | 2 | -6/+6 |
| | | |||||
* | | remove whitespace at end of line | Morris Jobke | 2014-06-13 | 1 | -14/+14 |
| | | |||||
* | | Migrate ´ to ' | Morris Jobke | 2014-06-13 | 2 | -5/+5 |
| | | |||||
* | | Remove infield label, add password icon, fix layout | Morris Jobke | 2014-06-13 | 3 | -2/+12 |
| | | |||||
* | | reformat method call and fix paranthesis mismatch | Morris Jobke | 2014-06-13 | 1 | -8/+8 |
| | | |||||
* | | more style fixes | Bernhard Posselt | 2014-06-13 | 1 | -15/+24 |
| | | |||||
* | | use more stuff from core :) | Bernhard Posselt | 2014-06-13 | 3 | -76/+113 |
| | | |||||
* | | Add missing use | Victor Dubiniuk | 2014-06-13 | 1 | -0/+1 |
| | | |||||
* | | Fix check for user existence | Victor Dubiniuk | 2014-06-13 | 1 | -1/+2 |
| | | |||||
* | | Remove debug output | Victor Dubiniuk | 2014-06-13 | 1 | -1/+0 |
| | | |||||
* | | Change routes. Update templates | Victor Dubiniuk | 2014-06-13 | 5 | -24/+27 |
| | | |||||
* | | Changes according to review | Victor Dubiniuk | 2014-06-13 | 5 | -156/+154 |
| | | |||||
* | | Use appframework | Victor Dubiniuk | 2014-06-13 | 8 | -200/+229 |
| | | |||||
* | | Basics | Victor Dubiniuk | 2014-06-13 | 7 | -48/+228 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-13 | 2 | -0/+15 |
| | | |||||
* | | Added unit tests for heartbeat interval min/max values | Vincent Petry | 2014-06-12 | 1 | -1/+23 |
| | | |||||
* | | Added max heartbeat interval to prevent integer overflow | Vincent Petry | 2014-06-12 | 1 | -0/+5 |
|/ | | | | | | | | | | When using big session timeout values, the interval value might overflow and cause the setInterval() call to ping the server in a loop without any delay. This fix adds a maximum ping interval of 24 hours. Forward port of 00ec5fc1935c946e846a8ff28491e5b5b017b3d7 from stable6. | ||||
* | Merge pull request #8999 from owncloud/issue/8996 | Morris Jobke | 2014-06-12 | 4 | -1/+6 |
|\ | | | | | Issue/8996 IE8 issues with the new menu | ||||
| * | Move IE8 fixes to fixes.css | Morris Jobke | 2014-06-12 | 2 | -1/+5 |
| | | |||||
| * | Fix missing caret in header menu for IE8 | Joas Schilling | 2014-06-12 | 1 | -1/+1 |
| | | |||||
| * | Fix header menu background in IE8 | Joas Schilling | 2014-06-12 | 1 | -0/+1 |
| | | |||||
| * | Reduce size of png files so they match the svg | Joas Schilling | 2014-06-12 | 2 | -0/+0 |
| | | | | | | | | Fix #8996 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-12 | 2 | -1/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-11 | 5 | -11/+35 |
| | |||||
* | Merge pull request #8972 from owncloud/use_imagettftext_take2 | Morris Jobke | 2014-06-11 | 1 | -0/+0 |
|\ | | | | | make text preview backend use imagettftext, fixes #8087 | ||||
| * | make text preview backend use imagettftext, fixes #8087 | Georg Ehrke | 2014-06-10 | 1 | -0/+0 |
| | | |||||
* | | Disable snapper init for IE <= 9 | Vincent Petry | 2014-06-10 | 1 | -1/+1 |
|/ | | | | | | | Snapper doesn't work at all for IE8 and IE9 and messes up with the main container layout when enabled. This commits disables snapper for these browsers. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-10 | 2 | -0/+5 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-09 | 3 | -10/+46 |
| | |||||
* | Merge pull request #8937 from owncloud/design-sizing | Morris Jobke | 2014-06-08 | 2 | -2/+2 |
|\ | | | | | Layout fixes | ||||
| * | display empty content message a bit higher up so it's easier to see | Jan-Christoph Borchardt | 2014-06-07 | 1 | -1/+1 |
| | | |||||
| * | app settings: only display text fields at full width, not buttons | Jan-Christoph Borchardt | 2014-06-07 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-08 | 65 | -1/+159 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-07 | 13 | -0/+46 |
| | |||||
* | Merge pull request #8927 from owncloud/expire_only_link_shares | Björn Schießle | 2014-06-06 | 3 | -16/+39 |
|\ | | | | | only expire link shares | ||||
| * | set minDate and maxDate in datepicker | Bjoern Schiessle | 2014-06-06 | 2 | -1/+7 |
| | | |||||
| * | only expire link shares | Bjoern Schiessle | 2014-06-06 | 2 | -15/+32 |
| | |