Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-30 | 3 | -3/+13 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-29 | 1 | -0/+11 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-28 | 46 | -0/+46 |
* | Unit tests for share dropdown with nested link share | Vincent Petry | 2014-06-27 | 2 | -1/+147 |
* | Use file_source to find matching share for nested link shares | Vincent Petry | 2014-06-27 | 1 | -1/+1 |
* | Merge pull request #9174 from owncloud/breadcrumbfix | Jan-Christoph Borchardt | 2014-06-27 | 3 | -4/+1 |
|\ | |||||
| * | Removed unused padding-right of the controls bar | Vincent Petry | 2014-06-24 | 2 | -3/+0 |
| * | Test runner now loads CSS and hides testArea | Vincent Petry | 2014-06-24 | 1 | -1/+1 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-27 | 66 | -70/+27 |
* | | Merge pull request #9211 from owncloud/fix-hidden-share-button | Jan-Christoph Borchardt | 2014-06-26 | 2 | -3/+5 |
|\ \ | |||||
| * | | Fix hidden share button and checkbox layout | Morris Jobke | 2014-06-25 | 2 | -3/+5 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-26 | 2 | -0/+13 |
* | | | Merge pull request #9202 from owncloud/urlhashfix | Morris Jobke | 2014-06-25 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix parsing URL hash when no "?" was specified | Vincent Petry | 2014-06-25 | 1 | -0/+4 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-25 | 5 | -4/+25 |
|/ / | |||||
* | | fixes the layout for error messages on the update page | Morris Jobke | 2014-06-24 | 1 | -0/+6 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-24 | 1 | -0/+11 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-23 | 1 | -0/+4 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-22 | 1 | -0/+9 |
* | Merge pull request #9121 from owncloud/filepicker-avoidtwice | Morris Jobke | 2014-06-20 | 1 | -0/+7 |
|\ | |||||
| * | Prevent showing the file picker twice | Vincent Petry | 2014-06-20 | 1 | -0/+7 |
* | | Merge pull request #9102 from owncloud/viewermode-controls | Morris Jobke | 2014-06-20 | 1 | -0/+4 |
|\ \ | |/ |/| | |||||
| * | Fixed controls bar in viewer mode | Vincent Petry | 2014-06-18 | 1 | -0/+4 |
* | | [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 |
|\ | |||||
| * | 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 |
|\ \ | |||||
| * | | Added RepairStep interface and default repair step lists | Vincent Petry | 2014-06-12 | 2 | -6/+14 |
| * | | Add support for repair step classes | Vincent Petry | 2014-06-12 | 1 | -0/+13 |
* | | | [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 |