summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-191-0/+23
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-184-7/+45
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-174-0/+25
|
* fix CSS for upload button - fixes #8939Morris Jobke2014-06-161-5/+0
|
* Merge pull request #9040 from owncloud/fix-xssMorris Jobke2014-06-161-5/+5
|\ | | | | Sanitize name of sharee
| * Do even more sanitizationLukas Reschke2014-06-141-5/+5
| |
* | Merge pull request #8917 from owncloud/repair-routine-baseVincent Petry2014-06-162-2/+23
|\ \ | | | | | | Add support for repair step classes
| * | Added RepairStep interface and default repair step listsVincent Petry2014-06-122-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 classesVincent Petry2014-06-121-0/+13
| | | | | | | | | | | | | | | This also makes it possible to unit test each repair step class individually
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-1613-6/+112
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-1569-394/+67
| |/ |/|
* | add proper Exception message for invalid tokenMorris Jobke2014-06-131-2/+5
| |
* | use array_merge for merging arrays in PHPMorris Jobke2014-06-131-1/+1
| |
* | complete renaming uid to userIdMorris Jobke2014-06-132-6/+6
| |
* | remove whitespace at end of lineMorris Jobke2014-06-131-14/+14
| |
* | Migrate ´ to 'Morris Jobke2014-06-132-5/+5
| |
* | Remove infield label, add password icon, fix layoutMorris Jobke2014-06-133-2/+12
| |
* | reformat method call and fix paranthesis mismatchMorris Jobke2014-06-131-8/+8
| |
* | more style fixesBernhard Posselt2014-06-131-15/+24
| |
* | use more stuff from core :)Bernhard Posselt2014-06-133-76/+113
| |
* | Add missing useVictor Dubiniuk2014-06-131-0/+1
| |
* | Fix check for user existenceVictor Dubiniuk2014-06-131-1/+2
| |
* | Remove debug outputVictor Dubiniuk2014-06-131-1/+0
| |
* | Change routes. Update templatesVictor Dubiniuk2014-06-135-24/+27
| |
* | Changes according to reviewVictor Dubiniuk2014-06-135-156/+154
| |
* | Use appframeworkVictor Dubiniuk2014-06-138-200/+229
| |
* | BasicsVictor Dubiniuk2014-06-137-48/+228
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-132-0/+15
| |
* | Added unit tests for heartbeat interval min/max valuesVincent Petry2014-06-121-1/+23
| |
* | Added max heartbeat interval to prevent integer overflowVincent Petry2014-06-121-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/8996Morris Jobke2014-06-124-1/+6
|\ | | | | Issue/8996 IE8 issues with the new menu
| * Move IE8 fixes to fixes.cssMorris Jobke2014-06-122-1/+5
| |
| * Fix missing caret in header menu for IE8Joas Schilling2014-06-121-1/+1
| |
| * Fix header menu background in IE8Joas Schilling2014-06-121-0/+1
| |
| * Reduce size of png files so they match the svgJoas Schilling2014-06-122-0/+0
| | | | | | | | Fix #8996
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-122-1/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-115-11/+35
|
* Merge pull request #8972 from owncloud/use_imagettftext_take2Morris Jobke2014-06-111-0/+0
|\ | | | | make text preview backend use imagettftext, fixes #8087
| * make text preview backend use imagettftext, fixes #8087Georg Ehrke2014-06-101-0/+0
| |
* | Disable snapper init for IE <= 9Vincent Petry2014-06-101-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 transifexJenkins for ownCloud2014-06-102-0/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-093-10/+46
|
* Merge pull request #8937 from owncloud/design-sizingMorris Jobke2014-06-082-2/+2
|\ | | | | Layout fixes
| * display empty content message a bit higher up so it's easier to seeJan-Christoph Borchardt2014-06-071-1/+1
| |
| * app settings: only display text fields at full width, not buttonsJan-Christoph Borchardt2014-06-071-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-0865-1/+159
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-0713-0/+46
|
* Merge pull request #8927 from owncloud/expire_only_link_sharesBjörn Schießle2014-06-063-16/+39
|\ | | | | only expire link shares
| * set minDate and maxDate in datepickerBjoern Schiessle2014-06-062-1/+7
| |
| * only expire link sharesBjoern Schiessle2014-06-062-15/+32
| |