Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | fix some spaces to tabs issues reported by Scrutinizer | Jan-Christoph Borchardt | 2014-03-05 | 2 | -15/+15 | |
| * | | | Fix position of eye icon on database password field | Joas Schilling | 2014-03-05 | 1 | -0/+2 | |
| |/ / | ||||||
* | | | Removed obsolete OC.Router stubs in specHelper | Vincent Petry | 2014-03-05 | 1 | -10/+0 | |
* | | | fixing js unit tests | Thomas Müller | 2014-03-05 | 3 | -11/+5 | |
* | | | adding JSDoc + remove unused function | Thomas Müller | 2014-03-02 | 1 | -5/+8 | |
* | | | Replace OC.Router.generate() with OC.generateUrl() | Thomas Müller | 2014-03-02 | 4 | -116/+55 | |
|/ / | ||||||
* | | Merge pull request #7409 from owncloud/issue/5361 | Thomas Müller | 2014-02-26 | 1 | -2/+4 | |
|\ \ | ||||||
| * | | Add owncloud version to JS scope | Joas Schilling | 2014-02-26 | 1 | -2/+4 | |
* | | | Merge pull request #7174 from owncloud/issue/7166 | Jan-Christoph Borchardt | 2014-02-26 | 1 | -0/+28 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Remove unused variables, add doc blocks and break lines | Joas Schilling | 2014-02-26 | 1 | -2/+2 | |
| * | | Remove duplicated definition and move OC.msg to js/js.js | Joas Schilling | 2014-02-19 | 1 | -0/+28 | |
* | | | Merge pull request #7320 from owncloud/GuillaumeAmat-patch-1 | Morris Jobke | 2014-02-24 | 2 | -0/+18 | |
|\ \ \ | ||||||
| * | | | Added oc_defaults stub in specHelper.js | Vincent Petry | 2014-02-24 | 1 | -0/+1 | |
| * | | | Merge branch 'master' into GuillaumeAmat-patch-1 | Robin Appelman | 2014-02-21 | 4 | -3/+32 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'patch-1' of github.com:GuillaumeAmat/core into GuillaumeAmat-pa... | Vincent Petry | 2014-02-20 | 1 | -0/+17 | |
| |\ \ \ \ | ||||||
| | * | | | | Adds OC_Defaults values in javascript config | Guillaume AMAT | 2014-02-13 | 1 | -0/+17 | |
| | | |/ / | | |/| | | ||||||
* | | | | | Merge pull request #7344 from owncloud/add-js-config-vars | icewind1991 | 2014-02-24 | 1 | -3/+6 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into add-js-config-vars | Robin Appelman | 2014-02-21 | 3 | -3/+31 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| * | | | | | Allow apps to add/modify config js output via hook. | ringmaster | 2014-02-20 | 1 | -3/+6 | |
* | | | | | | Merge pull request #7310 from owncloud/no-css-js-delivery-via-php | Morris Jobke | 2014-02-21 | 1 | -3/+3 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into no-css-js-delivery-via-php | Thomas Müller | 2014-02-21 | 3 | -3/+20 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into no-css-js-delivery-via-php | Thomas Müller | 2014-02-21 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | fixing js syntax error | Thomas Müller | 2014-02-20 | 1 | -3/+3 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #7351 from owncloud/fix_thumbnails_for_conflicts_in_subdirs | Morris Jobke | 2014-02-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | use directory from original instead of current dir | Jörn Friedrich Dreyer | 2014-02-21 | 1 | -1/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #7336 from owncloud/IE-wipho-viewport | icewind1991 | 2014-02-21 | 1 | -0/+11 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | fix viewport size on windows phone | Robin Appelman | 2014-02-20 | 1 | -0/+11 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'master' into mobile-header | Robin Appelman | 2014-02-21 | 1 | -0/+1 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Fix typo | Lukas Reschke | 2014-02-20 | 1 | -1/+1 | |
| * | | | | Variable value is expected and not an echoed output | Lukas Reschke | 2014-02-20 | 1 | -1/+1 | |
| * | | | | Move oc_isadmin to the config JS script | Lukas Reschke | 2014-02-20 | 2 | -1/+1 | |
| * | | | | Move isadmin to template and rename it to oc_isadmin | Lukas Reschke | 2014-02-19 | 1 | -0/+1 | |
| |/ / / | ||||||
* | | | | do not show display name on mobile when profile picture is present | Jan-Christoph Borchardt | 2014-02-20 | 2 | -2/+17 | |
* | | | | move avatar into clickable area of user menu | Jan-Christoph Borchardt | 2014-02-20 | 1 | -1/+3 | |
|/ / / | ||||||
* | | | Merge pull request #7243 from owncloud/core-sessionlifetimedefault | Thomas Müller | 2014-02-18 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Now using PHP session lifetime as default value for the JS config | Vincent Petry | 2014-02-17 | 1 | -1/+1 | |
| |/ / | ||||||
* / / | Do not select input for all text input fields | Joas Schilling | 2014-02-07 | 1 | -4/+0 | |
|/ / | ||||||
* | | Merge pull request #7067 from owncloud/core-sessionheartbeatconfig | Vincent Petry | 2014-02-05 | 4 | -16/+135 | |
|\ \ | ||||||
| * | | fixing typos | Thomas Müller | 2014-02-04 | 1 | -2/+2 | |
| * | | Added unit tests for session_keepalive / heartbeat | Vincent Petry | 2014-02-04 | 2 | -1/+91 | |
| * | | Added session_keepalive setting | Vincent Petry | 2014-02-04 | 2 | -15/+44 | |
* | | | Merge pull request #6969 from owncloud/tests-morecoverage | Thomas Müller | 2014-02-04 | 2 | -24/+118 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Added core unit tests for basename and dirname | Vincent Petry | 2014-01-30 | 1 | -0/+99 | |
| * | | Fixed unit test scripts + coverage | Vincent Petry | 2014-01-30 | 1 | -24/+19 | |
* | | | Merge pull request #6929 from owncloud/sharing-fixfiledownloadlink | Morris Jobke | 2014-01-29 | 2 | -0/+71 | |
|\ \ \ | ||||||
| * | | | Fixed download URL in public page | Vincent Petry | 2014-01-24 | 1 | -0/+6 | |
| * | | | Added OC.buidQueryString() utility function | Vincent Petry | 2014-01-24 | 2 | -0/+65 | |
| |/ / | ||||||
* | | | Merge pull request #6905 from owncloud/add_expiredate_to_linkshare | Vincent Petry | 2014-01-24 | 1 | -1/+5 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | add expire date to link share if possible | Bjoern Schiessle | 2014-01-24 | 1 | -1/+5 | |
* | | | Merge pull request #6736 from owncloud/tests-jsunittests | Thomas Müller | 2014-01-23 | 5 | -2/+4482 | |
|\ \ \ | |/ / |/| | |