summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-09-1612-102/+268
|
* [tx-robot] updated from transifexNextcloud bot2018-09-1520-38/+76
|
* [tx-robot] updated from transifexNextcloud bot2018-09-1438-6/+126
|
* Merge pull request #11042 from ↵Joas Schilling2018-09-132-5/+3
|\ | | | | | | | | nextcloud/bugfix/10894/php73-filter_var-deprecation Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894
| * Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894Patrik Kernstock2018-09-042-5/+3
| | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* | [tx-robot] updated from transifexNextcloud bot2018-09-1338-100/+174
| |
* | Merge pull request #11183 from ↵blizzz2018-09-121-1/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/10765/fix-link-for-update-notifications Fix the link and anchor for the update notifications
| * | Fix the link and anchor for the update notificationsJoas Schilling2018-09-121-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix user and group listing with users that have an integer user idJoas Schilling2018-09-123-16/+18
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-09-1222-8/+38
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-1018-38/+74
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-0912-2/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-088-70/+70
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-076-10/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-0620-2/+42
| |
* | Disables SVG favicon uploads when imagemagick is missing.Michael Weimann2018-09-054-4/+77
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Merge pull request #11064 from ↵Roeland Jago Douma2018-09-053-32/+55
|\ \ | | | | | | | | | | | | nextcloud/fix-markup-and-style-of-mentions-in-comments Fix markup and style of mentions in comments
| * | Add new line at the end of fileDaniel Calviño Sánchez2018-09-051-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Ensure that the avatar and the user name will be kept togetherDaniel Calviño Sánchez2018-09-051-0/+4
| | | | | | | | | | | | | | | | | | | | | Otherwise a line break could be added between the avatar and the user name when the wrapper is close to the right border of the message. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Remove unneeded CSS rule for mentionsDaniel Calviño Sánchez2018-09-051-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Most of the properties of the rule are not needed for mentions, so the rule is no longer applied to them; the only needed property was moved to the main rule for mentions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Fix pointer cursor not shown on avatarsDaniel Calviño Sánchez2018-09-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the cursor is on an avatar wrapper the cursor is shown as a pointer to inform the user that it can be clicked (which will either show the contacts menu or insert a mention, depending on the case); the cursor must be explicitly defined for the "img" element that shows the avatar too, or otherwise the default cursor would be shown. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Highlight mentions to the current userDaniel Calviño Sánchez2018-09-051-0/+4
| | | | | | | | | | | | | | | | | | | | | Like done in Talk, mentions to the current user are now shown with the primary colors to make them more prominent. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Ensure that the user name is shown in bold in mentionsDaniel Calviño Sánchez2018-09-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Different browsers use different font weights for strong elements (Chromium uses "bold", but Firefox uses "bolder", which is relative to the font weight of the parent), so now the user name in mentions is explicitly shown with a bold weight. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Reformat embedded HTML code to resemble HTML codeDaniel Calviño Sánchez2018-09-051-27/+31
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Remove space between avatar and user nameDaniel Calviño Sánchez2018-09-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The avatar should be shown immediately after the avatar to be able to accurately define the space between them using only CSS rules. Note that in the case of the "atwho" menu it is not really needed, as a whitespace removal seems to be done automatically by the plugin, but it was modified for its displayed elements too for consistency. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Show avatar using "span" instead of "div"Daniel Calviño Sánchez2018-09-052-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Visually it makes no difference, but as the ".avatar" element is inside a "span" element it can not be a block element to be compliant with the HTML specification. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #11066 from nextcloud/bump-version-masterblizzz2018-09-0524-52/+55
|\ \ \ | | | | | | | | Bump the version on master
| * | | Update version requirements and versions of shipped appsJoas Schilling2018-09-0524-52/+55
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #10958 from nextcloud/bugfix/10727/fix_caldav_logic_exceptionChristoph Wurst2018-09-053-14/+11
|\ \ \ | | | | | | | | remove LogicException, because it's also triggered with legitimate parameters
| * | | remove LogicException, because it's also triggered with legitimate parametersGeorg Ehrke2018-09-053-14/+11
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Merge pull request #10836 from nextcloud/fix_8281blizzz2018-09-054-0/+102
|\ \ \ \ | | | | | | | | | | Add an occ command to report updates
| * | | | Add summary with amount of updatesTobia De Koninck2018-08-271-0/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
| * | | | Add license header and fix undefined index errorTobia De Koninck2018-08-271-1/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
| * | | | Add an occ command to report updatesTobia De Koninck2018-08-274-0/+68
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
* | | | | Merge pull request #11061 from ↵Julius Härtl2018-09-054-10/+15
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-select-2.5.0 Bump vue-select from 2.4.0 to 2.5.0 in /apps/updatenotification
| * | | | Compiled bumpJohn Molakvoæ (skjnldsv)2018-09-052-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Bump vue-select from 2.4.0 to 2.5.0 in /apps/updatenotificationdependabot[bot]2018-09-052-8/+13
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Bumps [vue-select](https://github.com/sagalbot/vue-select) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/sagalbot/vue-select/releases) - [Commits](https://github.com/sagalbot/vue-select/compare/v2.4.0...v2.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #11060 from ↵Roeland Jago Douma2018-09-052-5/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.17.2 Bump webpack from 4.17.1 to 4.17.2 in /apps/oauth2
| * | | | Bump webpack from 4.17.1 to 4.17.2 in /apps/oauth2dependabot[bot]2018-09-052-5/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.17.1 to 4.17.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.17.1...v4.17.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #11063 from ↵Roeland Jago Douma2018-09-052-5/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.17.2 Bump webpack from 4.17.1 to 4.17.2 in /apps/updatenotification
| * | | | Bump webpack from 4.17.1 to 4.17.2 in /apps/updatenotificationdependabot[bot]2018-09-052-5/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.17.1 to 4.17.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.17.1...v4.17.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* / / / Bump webpack from 4.17.1 to 4.17.2 in /apps/accessibilitydependabot[bot]2018-09-052-9/+7
|/ / / | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.17.1 to 4.17.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.17.1...v4.17.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-09-052-4/+4
| | |
* | | Merge pull request #11023 from nextcloud/bump/npm/accessibilityChristoph Wurst2018-09-044-17/+19
|\ \ \ | | | | | | | | Bump JS deps Accessibility
| * | | Bump JS deps AccessibilityRoeland Jago Douma2018-09-034-17/+19
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #11024 from nextcloud/bump/npm/updatenotificationChristoph Wurst2018-09-044-75/+70
|\ \ \ \ | | | | | | | | | | Bump JS deps updatenotification
| * | | | Bump JS deps updatenotificationRoeland Jago Douma2018-09-034-75/+70
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | / [tx-robot] updated from transifexNextcloud bot2018-09-042-2/+2
| |_|/ |/| |
* | | Merge pull request #11016 from nextcloud/bump/npm/oauthRoeland Jago Douma2018-09-034-77/+59
|\ \ \ | |/ / |/| | Bump OAuth2 js deps
| * | Bump OAuth2 js depsRoeland Jago Douma2018-09-034-77/+59
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>