Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #24132 from owncloud/fix-web-updater | Thomas Müller | 2016-04-20 | 1 | -3/+3 |
|\ | | | | | Fix web updater | ||||
| * | Fix web updater - fixes #24115 | Thomas Müller | 2016-04-20 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #23990 from owncloud/heartbeat-debounce | Morris Jobke | 2016-04-20 | 2 | -4/+12 |
|\ \ | | | | | | | Debounce heartbeat ajax calls to lower the number of requests | ||||
| * | | Debounce heartbeat ajax calls to lower the number of requests | Christoph Wurst | 2016-04-18 | 2 | -4/+12 |
| | | | | | | | | | | | | fixes #22397 | ||||
* | | | Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functions | Thomas Müller | 2016-04-20 | 4 | -14/+15 |
|\ \ \ | |_|/ |/| | | migrate deprecated jQuery 1.x functions | ||||
| * | | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked') | Christoph Wurst | 2016-04-19 | 4 | -8/+8 |
| | | | |||||
| * | | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 2 | -4/+1 |
| | | | |||||
| * | | remove deprecated jQuery.browser | Christoph Wurst | 2016-04-19 | 1 | -4/+8 |
| | | | |||||
* | | | Merge pull request #23980 from ↵ | Jan-Christoph Borchardt | 2016-04-20 | 4 | -70/+186 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/remember-email-when-setting-expirationdate remember email when setting expiration date | ||||
| * | | | extract mail view for sending share invitations | Christoph Wurst | 2016-04-19 | 4 | -70/+186 |
| |/ / | | | | | | | | | | fixes #22947 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-20 | 12 | -0/+48 |
| | | | |||||
* | | | Merge pull request #24062 from owncloud/fix-gitignore | Thomas Müller | 2016-04-19 | 5 | -80/+3 |
|\ \ \ | | | | | | | | | Fix gitignore for core/vendor | ||||
| * | | | remove unneeded files | Morris Jobke | 2016-04-18 | 4 | -79/+0 |
| | | | | |||||
| * | | | Fix gitignore for core/vendor | Morris Jobke | 2016-04-18 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | * es6-promise and davclient.js | ||||
* | | | | Merge pull request #24054 from owncloud/data_fingerprint | Roeland Douma | 2016-04-19 | 2 | -0/+54 |
|\ \ \ \ | |_|/ / |/| | | | Add data-fingerprint property | ||||
| * | | | Add occ command for updating the data-fingerprint | Roeland Jago Douma | 2016-04-18 | 2 | -0/+54 |
| |/ / | |||||
* | | | Merge pull request #23993 from owncloud/update-to-jquery2 | Thomas Müller | 2016-04-19 | 14 | -5255/+4885 |
|\ \ \ | | | | | | | | | Update jquery to version 2.2.3 | ||||
| * | | | Turn off jQuery animations when testing | Christoph Wurst | 2016-04-18 | 1 | -0/+2 |
| | | | | |||||
| * | | | downgrade jquery, update jquery-migrate | Christoph Wurst | 2016-04-15 | 10 | -3079/+2673 |
| | | | | |||||
| * | | | add jquery files to git | Christoph Wurst | 2016-04-14 | 4 | -1/+9848 |
| | | | | |||||
| * | | | update jquery to version 2.2.3 | Christoph Wurst | 2016-04-14 | 6 | -9829/+16 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-19 | 80 | -80/+2 |
| | | | | |||||
* | | | | Merge pull request #24049 from owncloud/skjnldsv-fix-colors-values | Thomas Müller | 2016-04-19 | 1 | -1/+7 |
|\ \ \ \ | | | | | | | | | | | Fix rgb values | ||||
| * | | | | Fix rgb values | John Molakvoæ | 2016-04-18 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix was required because values was too big for rgb and breaking the brightness calculation. Now we have the initial sat (70%) and the reduction to 60 if too bright working again. | ||||
* | | | | | Move logout to controller | Lukas Reschke | 2016-04-18 | 3 | -2/+26 |
| | | | | | | | | | | | | | | | | | | | | Testable code. Yay. | ||||
* | | | | | Merge pull request #23911 from owncloud/split-upgrade-command | Christoph Wurst | 2016-04-18 | 2 | -2/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Move version check code out of class Updater | ||||
| * | | | | | Move version check code out of class Updater | Thomas Müller | 2016-04-18 | 2 | -2/+0 |
| | |_|/ / | |/| | | | |||||
* / | | | | Suggest cli based updater in case the instance is bigger - #23913 | Thomas Müller | 2016-04-18 | 2 | -1/+23 |
|/ / / / | |||||
* | | | | Merge pull request #23947 from owncloud/login-to-ctrl | Lukas Reschke | 2016-04-18 | 4 | -2/+155 |
|\ \ \ \ | |/ / / |/| | | | Move login form into controller | ||||
| * | | | Also check for an empty string | Lukas Reschke | 2016-04-15 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | PHP. Yay. | ||||
| * | | | Rename `username` to `loginName` | Lukas Reschke | 2016-04-15 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | UID and login name are two different things. | ||||
| * | | | Use !== instead of empty | Lukas Reschke | 2016-04-15 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Users can be named null | ||||
| * | | | Move login form into controller | Lukas Reschke | 2016-04-15 | 4 | -1/+154 |
| | | | | | | | | | | | | | | | | First step on getting the authorisation stuff cleaned up. This is only for the login form, all other stuff is still where it is. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-17 | 2 | -0/+2 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-16 | 2 | -0/+4 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-15 | 2 | -36/+58 |
| | | | |||||
* | | | Merge pull request #23994 from owncloud/log-in-image | Thomas Müller | 2016-04-14 | 2 | -20/+11 |
|\ \ \ | |/ / |/| | | use background image for log in view | ||||
| * | | use background image for log in view | Jan-Christoph Borchardt | 2016-04-14 | 2 | -20/+11 |
| | | | |||||
* | | | Merge pull request #22760 from owncloud/tooltip-cssfix | Thomas Müller | 2016-04-14 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | add word wrap to tooltips. Fixes #22746 | ||||
| * | | | add word wrap to tooltips | Erik Pellikka | 2016-03-02 | 1 | -0/+1 |
| | | | | |||||
* | | | | close navigation menu when opening app in new tab (#23914) | Christoph Wurst | 2016-04-14 | 1 | -0/+4 |
| | | | | |||||
* | | | | add loading feedback to user menu entries (#23916) | Christoph Wurst | 2016-04-14 | 2 | -0/+21 |
| |_|/ |/| | | | | | fixes #19857 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-14 | 2 | -0/+2 |
| |/ |/| | |||||
* | | Use 6 months as SSL STS header threshold | Morris Jobke | 2016-04-13 | 2 | -5/+5 |
| | | | | | | | | | | | | * this uses 6 months (6 * 30 * 24 * 60 * 60 = 15552000) * old value was half a year (365 / 2 * 24 * 60 * 60 = 15768000) * fixes #23957 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-13 | 10 | -12/+608 |
| | | |||||
* | | Add unit testing capabilities for templates (#23708) | Thomas Müller | 2016-04-12 | 2 | -0/+5 |
| | | | | | | | | Add unit testing capabilities for templates | ||||
* | | Checkboxes (#23063) | Hendrik Leppelsack | 2016-04-12 | 2 | -19/+86 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove ie8 fixes for checkboxes * add indeterminate style to checkboxes * add styles for radio inputs * add missing checkbox-mixed-disabled icon * fix white radios * remove unnecessary png file | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-12 | 2 | -0/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-11 | 2 | -0/+12 |
| | | |||||
* | | Added white download icons | skjnldsv | 2016-04-10 | 3 | -0/+9 |
| | |