summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-09-2816-6/+104
|
* Merge pull request #17258 from nextcloud/smb-timeout-configRoeland Jago Douma2019-09-272-1/+11
|\ | | | | add (hidden) option to configure smb timeout
| * Update apps/files_external/lib/Lib/Backend/SMB.phpRobin Appelman2019-09-251-1/+1
| | | | | | Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
| * add (hidden) option to configure smb timeoutRobin Appelman2019-09-252-1/+11
| | | | | | | | | | | | | | | | hidden from ui to prevent clutter ```occ files_external:config <mount> timeout 30``` Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #17286 from ↵Joas Schilling2019-09-271-1/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/correctly-detect-mimetype-from-uploads Correctly detect the mimetype from uploads
| * | Correctly detect the mimetype from uploadsJoas Schilling2019-09-261-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix "Cannot add a NOT NULL column with default value NULL"Joas Schilling2019-09-263-3/+12
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #14913 from nextcloud/bugfix/6954/scan-external-s3Roeland Jago Douma2019-09-261-4/+51
|\ \ | | | | | | Fix directory detection for s3
| * | Use local variable for directory nameDaniel Kesselberg2019-09-231-2/+3
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Don't strip path from directory prefixDaniel Kesselberg2019-09-231-1/+6
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Fill directory cache from opendirDaniel Kesselberg2019-09-231-1/+3
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Change visibility to private (from protected)Daniel Kesselberg2019-09-231-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Rename $location to $pathDaniel Kesselberg2019-09-231-7/+7
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Add method to check if directory existsDaniel Kesselberg2019-09-231-2/+41
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-09-262-0/+12
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-09-2520-160/+424
| | |
* | | Merge pull request #16641 from nextcloud/enh/files_additionalscriptsRoeland Jago Douma2019-09-2411-19/+168
|\ \ \ | | | | | | | | Files additionalscripts to real event
| * | | Move over comments to the new eventRoeland Jago Douma2019-09-234-9/+51
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add new LoadAdditionalScriptsEventRoeland Jago Douma2019-09-237-10/+117
| |/ / | | | | | | | | | | | | | | | | | | This adds a new event that is in the new style of event dispatching. This should allow more lazy loading and better sepeartion of concerns Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / [tx-robot] updated from transifexNextcloud bot2019-09-2428-60/+80
|/ /
* | Merge pull request #17233 from ↵Roeland Jago Douma2019-09-222-2/+2
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/handlebars-4.2.1 Bump handlebars from 4.2.0 to 4.2.1
| * | Bump handlebars from 4.2.0 to 4.2.1dependabot-preview[bot]2019-09-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-09-222-0/+4
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-09-216-2/+126
| |
* | [tx-robot] updated from transifexNextcloud bot2019-09-204-0/+32
| |
* | [tx-robot] updated from transifexNextcloud bot2019-09-1946-4/+412
| |
* | [tx-robot] updated from transifexNextcloud bot2019-09-1892-168/+428
| |
* | Add theme class to body and fix for theme selection (#16929)John Molakvoæ2019-09-1817-44/+203
|\ \ | | | | | | Add theme class to body and fix for theme selection
| * | Removed duplicate defintion of app name and rebased/rebuilt.Janis Köhr2019-09-164-17/+15
| | | | | | | | | | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
| * | Added copyright for contributionJanis Köhr2019-09-165-2/+5
| | | | | | | | | | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
| * | Change name of high contrast theme to high contrast modeJanis Köhr2019-09-162-3/+3
| | | | | | | | | | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
| * | Add highcontrast style for dark modeJanis Köhr2019-09-162-0/+28
| | | | | | | | | | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
| * | Changed highcontrast from array (theme) to object (flag/filter)Janis Köhr2019-09-165-9/+7
| | | | | | | | | | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
| * | Add small linting fixJanis Köhr2019-09-162-7/+3
| | | | | | | | | | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
| * | Update autoload checkersJohn Molakvoæ (skjnldsv)2019-09-162-0/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Added migration stepJanis Köhr2019-09-163-1/+98
| | | | | | | | | | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
| * | Add theme class for selected theme to body, fix for accessibility theme ↵Janis Köhr2019-09-1610-39/+76
| | | | | | | | | | | | | | | | | | selection and separated highcontrast theme Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
* | | Merge pull request #17162 from ↵Roeland Jago Douma2019-09-171-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix_recent-favorite_filename_ovelaping Fix the recent/favorite/shared filename problem
| * | | Fix the recent/favorite/shared filename problemGreta Doci2019-09-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | | Merge pull request #17174 from ↵Roeland Jago Douma2019-09-172-2/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/properly_mark_birthday_calendars_as_not_sharable properly mark birthday calendars as not shareable for now
| * | | | properly mark birthday calendars as not shareable for nowGeorg Ehrke2019-09-172-2/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Merge pull request #17098 from nextcloud/fix/css/variables-color-primary-lightJoas Schilling2019-09-171-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Create color-primary-light variable
| * | | | | Create color-primary-light variableJohn Molakvoæ (skjnldsv)2019-09-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-09-171314-8560/+5414
| | | | | |
* | | | | | We should ignore compiles javascript!Roeland Jago Douma2019-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #17138 from nextcloud/bugfix/noid/workflowblizzz2019-09-173-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Workflowengine: Fix check listing
| * | | | | | Bump bundlesJulius Härtl2019-09-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Fix check listingJulius Härtl2019-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #17159 from nextcloud/bugfix/17004/birthday_service_fixesRoeland Jago Douma2019-09-171-4/+11
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Sabre/VObject returns a DateAndOrTime object now, so adapt to it in Birthday service
| * | | | | | Sabre/VObject returns a DateAndOrTime object now, so adapt to it in Birthday ↵Georg Ehrke2019-09-161-4/+11
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | service Signed-off-by: Georg Ehrke <developer@georgehrke.com>