Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-06 | 20 | -6/+88 |
| | |||||
* | Merge pull request #7391 from nextcloud/config-sample | John Molakvoæ | 2017-12-05 | 1 | -3/+2 |
|\ | | | | | Fix typos in config.sample.php | ||||
| * | Fix typos in config.sample.php | Morris Jobke | 2017-12-04 | 1 | -3/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-05 | 8 | -42/+66 |
| | | |||||
* | | Merge pull request #7319 from nextcloud/remove-svg-shadows | Morris Jobke | 2017-12-04 | 3 | -12/+36 |
|\ \ | |/ |/| | Remove svg shadows | ||||
| * | Fix syntax error | Morris Jobke | 2017-12-04 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Define icon-shadow only in context of icon-white | Marin Treselj | 2017-11-30 | 1 | -7/+2 |
| | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
| * | Revert removing of deprecated icons | Marin Treselj | 2017-11-28 | 13 | -0/+13 |
| | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
| * | Remove deprecated white, shaded icons | Marin Treselj | 2017-11-28 | 13 | -13/+0 |
| | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
| * | Add new .icon-white and .icon-shadow classes, add toggle-background icon | Marin Treselj | 2017-11-28 | 3 | -11/+39 |
| | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-04 | 10 | -0/+26 |
| | | |||||
* | | Merge pull request #7370 from nextcloud/fix-php-doc | Roeland Jago Douma | 2017-12-03 | 2 | -2/+2 |
|\ \ | | | | | | | Fix PHP doc for API docs | ||||
| * | | Fix PHP doc for API docs | Morris Jobke | 2017-12-03 | 2 | -2/+2 |
|/ / | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-03 | 4 | -0/+16 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-02 | 14 | -10/+100 |
| | | |||||
* | | Merge pull request #7361 from nextcloud/cheap-check-first | Morris Jobke | 2017-12-01 | 1 | -1/+1 |
|\ \ | | | | | | | check userExists later, saves lookups for appData_INSTANCEID userids | ||||
| * | | check userExists later, saves lookups for appData_INSTANCEID userids | Arthur Schiwon | 2017-12-01 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #7347 from nextcloud/fix-3245 | Morris Jobke | 2017-12-01 | 2 | -1/+16 |
|\ \ \ | |/ / |/| | | Allow to skip data dir permission checks by config | ||||
| * | | Allow to skip data dir permission checks by config | Arthur Schiwon | 2017-11-30 | 2 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | Enables installation on services that don't allow/support permission changes. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-01 | 202 | -0/+1282 |
| | | | |||||
* | | | Merge pull request #7346 from nextcloud/fix-federation-scope-menu-l10n | Joas Schilling | 2017-11-30 | 1 | -6/+6 |
|\ \ \ | |/ / |/| | | Fix translation of federation scope menu | ||||
| * | | Fix translation of federation scope menu | Morris Jobke | 2017-11-30 | 1 | -6/+6 |
|/ / | | | | | | | | | | | | | | | * l10n in Nextcloud works by extracting the values only passed on their location and not based on the first parameter * we need to change the translation pool from `core` to `settings` then * fixes #7345 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-30 | 30 | -38/+128 |
| | | |||||
* | | Merge pull request #7343 from ↵ | Morris Jobke | 2017-11-29 | 4 | -0/+78 |
|\ \ | | | | | | | | | | | | | nextcloud/fix_exception_on_unreachable_server_take2 Actually set the status so we don't cause another exception | ||||
| * | | Actually set the status so we don't cause another exception | Roeland Jago Douma | 2017-11-29 | 4 | -0/+78 |
|/ / | | | | | | | | | | | * And add tests so I don't mess up again Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #7338 from nextcloud/fix_exception_on_unreachable_server | Roeland Jago Douma | 2017-11-29 | 2 | -0/+6 |
|\ \ | | | | | | | Do not log Exception if a connection error occured | ||||
| * | | Do not log Exception if a connection error occured | Roeland Jago Douma | 2017-11-29 | 2 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #7316 from ↵ | Roeland Jago Douma | 2017-11-29 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/fix-silent-conflicts-due-to-merging-7256-after-7251 Fix silent conflicts due to merging #7256 after #7251 | ||||
| * | | | Fix silent conflicts due to merging #7256 after #7251 | Daniel Calviño Sánchez | 2017-11-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Although #7256 was merged cleanly some of the changes really conflicted with those introduced by the last commit of #7251, and this broke the appearance of the author row of comments. This commit fixes those silent conflicts and restores the appearance of the author row. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | | | Merge pull request #7333 from nextcloud/mario-readme-patch | Roeland Jago Douma | 2017-11-29 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | Update README.md | ||||
| * | | | Update README.md | Mario Đanić | 2017-11-29 | 1 | -1/+1 |
|/ / / | | | | | | | authentification is not a real word :) | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-29 | 24 | -0/+186 |
| | | | |||||
* | | | Merge pull request #7327 from ↵ | blizzz | 2017-11-28 | 2 | -3/+120 |
|\ \ \ | |_|/ |/| | | | | | | | | nextcloud/bugfix/7325/access-list-regression-for-not-current-accesss Only in case of $currentAccess the array uses the user id as index | ||||
| * | | Only in case of $currentAccess the array uses the id as index | Joas Schilling | 2017-11-28 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise its a normal string[] with the user ids, in that case the array_merge did it's job just fine, apart from it not being deduplicated. The array+array is only needed when the user id is the key, so integer only user ids are kept as they are instead of being reindexed. Regression from 3820d6883dffcaa49deb1054ae0f32ab3d3e39b1 Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Fix current access list test and add one for $currentAccess === false | Joas Schilling | 2017-11-28 | 1 | -2/+113 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-28 | 314 | -1958/+1066 |
|/ | |||||
* | Merge pull request #7303 from nextcloud/fix-contact-menu | Morris Jobke | 2017-11-27 | 1 | -0/+1 |
|\ | | | | | Fix contacts menu height for Safari | ||||
| * | Fix contacts menu height for Safari | Morris Jobke | 2017-11-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | * fixes #5119 * in Safari the input field was 38px in height and not 34px like in all other browsers Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #6901 from nextcloud/bugfix/4014/catch_parsing_error | Morris Jobke | 2017-11-27 | 6 | -5/+44 |
|\ \ | | | | | | | catch errors when parsing calendar data for calendar query requests | ||||
| * | | catch errors when parsing calendar data for calendar query requests | Georg Ehrke | 2017-11-27 | 6 | -5/+44 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | Merge pull request #7305 from nextcloud/log-level-for-log-extending | Morris Jobke | 2017-11-27 | 2 | -4/+5 |
|\ \ \ | | | | | | | | | Pass log level to log reporters | ||||
| * | | | Pass log level to log reporters | Morris Jobke | 2017-11-27 | 2 | -4/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #7292 from Neraste/fix/4789_disabled_users | Lukas Reschke | 2017-11-27 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Fix #4789: Group admins cannot see disabled users | ||||
| * | | | | Fix #4789: Group admins cannot see disabled users | Neraste | 2017-11-27 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Merge pull request #7308 from nextcloud/do-not-log-InvalidSyncToken | Morris Jobke | 2017-11-27 | 1 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Log InvalidSyncToken on DAV in debug level | ||||
| * | | | | | Log InvalidSyncToken on DAV in debug level | Morris Jobke | 2017-11-27 | 1 | -0/+3 |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | | Merge pull request #7307 from nextcloud/do-not-log-not-implemented-dav | Lukas Reschke | 2017-11-27 | 1 | -0/+4 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Log NotImplementedException on DAV in debug level | ||||
| * | | | | Log NotImplementedException on DAV in debug level | Morris Jobke | 2017-11-27 | 1 | -0/+4 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #7222 from nextcloud/fix-filerow-avatars | blizzz | 2017-11-27 | 7 | -145/+241 |
|\ \ \ \ | | | | | | | | | | | Fix filerow avatars | ||||
| * | | | | fix sorting test on phantomjs | Arthur Schiwon | 2017-11-24 | 1 | -15/+29 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |