Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #925 from nextcloud/use-util-methods | Morris Jobke | 2016-08-18 | 1 | -3/+5 |
|\ | | | | | Load the Template class in case it's not loaded | ||||
| * | Load the Template class in case it's not loaded | Joas Schilling | 2016-08-18 | 1 | -3/+5 |
| | | |||||
* | | Merge pull request #934 from nextcloud/add-cachebusters | blizzz | 2016-08-18 | 7 | -26/+27 |
|\ \ | | | | | | | Add cachebusters | ||||
| * | | Add cachebuster to app icons in the admin screen | Lukas Reschke | 2016-08-18 | 1 | -2/+2 |
| | | | |||||
| * | | Add cachebuster to apps.css | Lukas Reschke | 2016-08-18 | 1 | -7/+7 |
| | | | |||||
| * | | Add cachebuster to apps.css | Lukas Reschke | 2016-08-18 | 1 | -3/+3 |
| | | | |||||
| * | | Add cachebuster to styles.css | Lukas Reschke | 2016-08-18 | 1 | -8/+8 |
| | | | |||||
| * | | Add cachebuster to right navigation | Lukas Reschke | 2016-08-18 | 1 | -2/+2 |
| | | | |||||
| * | | Add cache buster to left menu bar | Lukas Reschke | 2016-08-18 | 2 | -2/+3 |
| | | | |||||
| * | | Add cache buster to logo | Lukas Reschke | 2016-08-18 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #927 from nextcloud/drop-unneeded-statements | Roeland Jago Douma | 2016-08-18 | 1 | -8/+1 |
|\ \ \ | | | | | | | | | white-space: pre-wrap is supported on all current browsers | ||||
| * | | | white-space: pre-wrap is supported on all current browsers | Morris Jobke | 2016-08-18 | 1 | -8/+1 |
| | |/ | |/| | | | | | | | | | | * Chrome 1, Firefox 3, IE8, Opera 8 and Safari 3 * see https://developer.mozilla.org/en-US/docs/Web/CSS/white-space | ||||
* | | | Merge pull request #931 from nextcloud/replace-hardcoded-classname | blizzz | 2016-08-18 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | let the containers resolving capabilities find and instantiate the ri… | ||||
| * | | | let the containers resolving capabilities find and instantiate the right service | Arthur Schiwon | 2016-08-18 | 1 | -4/+4 |
| |/ / | |||||
* | | | Merge pull request #930 from nextcloud/check-isset-require | Roeland Jago Douma | 2016-08-18 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Fix "Undefined index" when the values do not exist | ||||
| * | | | Fix "Undefined index" when the values do not exist | Joas Schilling | 2016-08-18 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge pull request #928 from nextcloud/followup-714-double-ending-quote | Roeland Jago Douma | 2016-08-18 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix double ending quotes | ||||
| * | | | Fix double ending quotes | Joas Schilling | 2016-08-18 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #923 from nextcloud/owncloud-gmbh-owns-the-cr-now | Roeland Jago Douma | 2016-08-18 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Make sure to also detect their new copy right line | ||||
| * | | Make sure to also detect their new copy right line | Joas Schilling | 2016-08-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Ref owncloud/core#25518 | ||||
* | | | Merge pull request #929 from nextcloud/revert-778-Faldon-user_menu_ui | Morris Jobke | 2016-08-18 | 1 | -25/+9 |
|\ \ \ | |_|/ |/| | | Revert "Fixing infinite spinning animation on user menu ctrl+click" | ||||
| * | | Revert "Fixing infinite spinning animation on user menu ctrl+click" | Morris Jobke | 2016-08-18 | 1 | -25/+9 |
|/ / | |||||
* | | Merge pull request #714 from nextcloud/comments-layout | Lukas Reschke | 2016-08-18 | 3 | -29/+59 |
|\ \ | | | | | | | fix design details in comments sidebar | ||||
| * | | Improve layout of cancel button in the comments sidebar | Morris Jobke | 2016-08-18 | 2 | -1/+5 |
| | | | |||||
| * | | Fix layout of comments submit button on all screen sizes | Morris Jobke | 2016-08-18 | 1 | -4/+4 |
| | | | | | | | | | | | | * tested in IE10, IE11, Edge, Chrome and Firefox | ||||
| * | | Fix js unit test | Roeland Jago Douma | 2016-08-17 | 1 | -2/+2 |
| | | | |||||
| * | | Fix edit comment layout | Roeland Jago Douma | 2016-08-17 | 1 | -1/+1 |
| | | | |||||
| * | | fix design details in comments sidebar | Jan-Christoph Borchardt | 2016-08-17 | 2 | -26/+52 |
| | | | |||||
* | | | Merge pull request #917 from nextcloud/share_api_use_parameters | Lukas Reschke | 2016-08-18 | 3 | -578/+210 |
|\ \ \ | |_|/ |/| | | Share API use parameters | ||||
| * | | Cleanup Tests | Roeland Jago Douma | 2016-08-17 | 2 | -173/+80 |
| | | | |||||
| * | | Move updateShare and getShares over to use proper parameters | Roeland Jago Douma | 2016-08-17 | 3 | -156/+81 |
| | | | | | | | | | | | | * Update tests | ||||
| * | | Use parameters in createShare | Roeland Jago Douma | 2016-08-17 | 3 | -280/+80 |
| | | | | | | | | | | | | * Fix tests | ||||
* | | | Merge pull request #778 from nextcloud/Faldon-user_menu_ui | Morris Jobke | 2016-08-18 | 1 | -9/+25 |
|\ \ \ | |/ / |/| | | Fixing infinite spinning animation on user menu ctrl+click | ||||
| * | | Removed debug code. | Faldon | 2016-08-11 | 1 | -1/+0 |
| | | | |||||
| * | | Fixed user and main menu closing on right mouse button click. | Thomas Pulzer | 2016-08-11 | 1 | -7/+8 |
| | | | | | | | | | | | | Fixed wrong variable assignment when trying to open link in new window. | ||||
| * | | Changed app and user menu delegates to mousedown events. | Thomas Pulzer | 2016-08-09 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | Added proper handling of primary mouse button click with and without ctrl-/meta-key modifier. Added handlig of middle mouse button click. | ||||
| * | | Added OS X meta key check for stopping spinning animation in app and user menu. | Thomas Pulzer | 2016-08-09 | 1 | -2/+2 |
| | | | |||||
| * | | Fixed user menu to not show spinner on ctrl+click. | Thomas Pulzer | 2016-08-09 | 1 | -3/+10 |
| | | | | | | | | | | | | Fixes #616 | ||||
* | | | Merge pull request #916 from nextcloud/password_controller_composer | Roeland Jago Douma | 2016-08-17 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Add ChangePasswordController to autoloader | ||||
| * | | | Add ChangePasswordController to autoloader | Roeland Jago Douma | 2016-08-17 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #848 from nextcloud/public-link-quota | Lukas Reschke | 2016-08-17 | 1 | -1/+13 |
|\ \ \ \ | | | | | | | | | | | fix getting quota for public links with quota_include_external_storage | ||||
| * | | | | fix getting quota for public links with quota_include_external_storage | Robin Appelman | 2016-08-12 | 1 | -1/+13 |
| | | | | | |||||
* | | | | | Merge pull request #914 from nextcloud/fix-svgs | Lukas Reschke | 2016-08-17 | 2 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | add viewBox to app icon for proper scaling in firefox | ||||
| * | | | | | add viewBox to app icon for proper scaling in Firefox | Morris Jobke | 2016-08-17 | 2 | -2/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #867 from nextcloud/notification-primary-action-always-first | Roeland Jago Douma | 2016-08-17 | 2 | -1/+34 |
|\ \ \ \ \ | |/ / / / |/| | | | | Make sure the primary action is always the first one | ||||
| * | | | | Make sure the primary action is always the first one | Joas Schilling | 2016-08-15 | 2 | -1/+34 |
| | | | | | |||||
* | | | | | Merge pull request #905 from nextcloud/invisible_icons | Morris Jobke | 2016-08-17 | 11 | -18/+22 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix icons on App page in FF | ||||
| * | | | | | Fix null reference in IE | Morris Jobke | 2016-08-17 | 1 | -6/+6 |
| | | | | | | |||||
| * | | | | | Empty tags are not allowed for image and feColorMatrix in IE11 and below | Morris Jobke | 2016-08-17 | 2 | -6/+6 |
| | | | | | | |||||
| * | | | | | Add viewBox to app icons | Roeland Jago Douma | 2016-08-17 | 9 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we don't add a viewbox a lot of browsers will just say NOPE!!! when we ask them to scale. |