Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Merge pull request #8935 from owncloud/missed-apps-tag | Raghu Nayyar | 2014-06-06 | 1 | -1/+1 |
|\ \ | | | | | | | wrap App text with t() to let it use locales | ||||
| * | | wrap App text with t() to let it use locales | Volkan Gezer | 2014-06-06 | 1 | -1/+1 |
| | | | |||||
* | | | reduce padding by 1px after increasing image | Jan-Christoph Borchardt | 2014-06-06 | 1 | -1/+1 |
| | | | |||||
* | | | fix logo glitch, add whitespace around form | Jan-Christoph Borchardt | 2014-06-06 | 7 | -61/+9 |
| |/ |/| | |||||
* | | Merge pull request #8922 from owncloud/design-controls-transparency | Jan-Christoph Borchardt | 2014-06-06 | 3 | -18/+23 |
|\ \ | |/ |/| | Bugfixes for mobile | ||||
| * | fix left padding of controls bar for apps without navigation | Jan-Christoph Borchardt | 2014-06-06 | 1 | -1/+6 |
| | | |||||
| * | slight transparency for controls bar for more open feel | Jan-Christoph Borchardt | 2014-06-06 | 1 | -1/+1 |
| | | |||||
| * | fix apps without app-navigation | Jan-Christoph Borchardt | 2014-06-06 | 1 | -1/+1 |
| | | |||||
| * | unify controls bar, remove duplicate from user management | Jan-Christoph Borchardt | 2014-06-06 | 2 | -15/+15 |
| | | |||||
* | | Merge pull request #8923 from owncloud/app-settings-input | Jan-Christoph Borchardt | 2014-06-06 | 1 | -0/+9 |
|\ \ | | | | | | | app settings: display input fields at full width | ||||
| * | | app settings: display input fields at full width | Jan-Christoph Borchardt | 2014-06-06 | 1 | -0/+9 |
| | | | |||||
* | | | Merge pull request #4553 from owncloud/update_search_classes | Vincent Petry | 2014-06-06 | 1 | -0/+7 |
|\ \ \ | |/ / |/| | | Update search classes | ||||
| * | | allow apps to add translation for search result typeid | Jörn Friedrich Dreyer | 2014-06-06 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #8905 from owncloud/update-cli-skipcheckmigrate | Vincent Petry | 2014-06-06 | 1 | -3/+42 |
|\ \ \ | |_|/ |/| | | Added CLI arguments for upgrade simulation steps | ||||
| * | | Added CLI arguments for upgrade simulation steps | Vincent Petry | 2014-06-06 | 1 | -3/+42 |
| | | | | | | | | | | | | | | | | | | Added "dry run" argument to only run the update simulation. Added argument to disable migration (useful for bigger setups where table duplication would take too much space) | ||||
* | | | Merge pull request #8159 from owncloud/mobile-sidebar-swipe | Thomas Müller | 2014-06-06 | 10 | -15/+774 |
|\ \ \ | |/ / |/| | | Mobile sidebar swipe |