polls/composer.json

40 строки
705 B
JSON
Исходник Обычный вид История

{
2019-01-31 20:51:11 +03:00
"name": "nextcloud/polls",
"type": "project",
Version 0.8.1 (#260) * some design changes * Removed hidden-dates * Added compiles css * Updates * Translations (#216) * [tx-robot] updated from transifex * make strings translatable * Updates * removed webkit-* * Flex and sidebar * manually sync l10n with master * Removed some nonsense * edited / added no access teplate Added no.create and no.delete templates and changed desing a little bit. * "some" work * Manual update of l10n * Added some responsive css * Added responsive to vote page * some more overwork * fixed avatar load * Hide header elements on public pages * css updates * Favicons Added favicons and removed unnecessary tags from svgs * Corrected xml tags * fixed froken svg * tidy * fixes * last sync * time zone fix * updated app icon * toggle sidebar * Some css fixes * print desc unescaped, contains html * Eliminated unvoted and some css fixes * Fix box-sizing * Adjusted height and width of favicon * removed duplicate copy link * Update * Removed Strict Equality Comparison This caused errors because of type mismatches. Fixes edit polls. * Added Unit tests (#224) * Added first unit test * Fixed user constraint problem * Fix tests * Update CommentMapperTest.php * Fixed FactoryMuffin + unit tests * Fixed PHP 5.6 error * Started adding scrutinizer coverage * Added UnitTestCase class * Added badges to README * Changed app logo name The icon is showing up in the app list now. * Added screenshot replacement to Makefile * Added oC branded screenshots * Added test skeletons * Added further factories * Added all basic crud unit tests * Fixed @depends in unit tests * Small doc block update * First try to clean up a bit * Updated info.xml * Corrected encoding of info.xml * Added type casting to model classes * use p() again, remove html tags from title and desc * remove old ocsid * Optimized imports + type hints * Restored missing files * Added missing logo * Added 0.8.1 changelog * Cumulative css fixes * remove css * Added some more type hints * updated sidebar * some update * add avatar to new comment A quick fix. * Fix appearance first comment And some design optimation, when there are no comments * changed comment form * Adding Information badges to sidebar * Added sass compiler * uncompressed css * Update CSS * some optimations * fix broken vote.css * Updates on comments * fix margin * Some tidy and enhancement * Added border to comment box * Removed occ signing See: https://github.com/nextcloud/appstore/pull/530#issuecomment-340269827 * Missed one * added border to expiry info * Temporary fix for NC13 beta 1 * CSS work * Fix Breadcrump on OC10 - NC12 * Post delivery of corresponding CSS * Fixed Text box cursor style for OC10 and NC11-NC12 * Limited some test data to 256 chars * Fixed Avatar adding on comments * Centering badge text * cursor on textbox Obviously the commit was missing. * fix * replace row class with table-row class * Updated screenshots * Quick fix for Poll description textarea * Update .gitignore * Updated version and changelog * Scrutinizer hints * Design optimations * late delivery * housekeeping * CSS fix in new comment * Update to preserve line break in description * Change on calculating expiry time stamp * fix-oc-avatars * Replace serveral double quotes * Replace double quotes * renamed vars * little changes * Changes on request * cleaning * Replaced ? by ⌘ * added -webkit-mask * Fixed PageController returning displayName as userId * Fixed time string not apperaring after posting comment * Give table width 100% * time information for new comment
2017-12-19 13:14:58 +03:00
"license": "AGPLv3",
"authors": [
{
"name": "Vinzenz Rosenkranz"
Version 0.8.1 (#260) * some design changes * Removed hidden-dates * Added compiles css * Updates * Translations (#216) * [tx-robot] updated from transifex * make strings translatable * Updates * removed webkit-* * Flex and sidebar * manually sync l10n with master * Removed some nonsense * edited / added no access teplate Added no.create and no.delete templates and changed desing a little bit. * "some" work * Manual update of l10n * Added some responsive css * Added responsive to vote page * some more overwork * fixed avatar load * Hide header elements on public pages * css updates * Favicons Added favicons and removed unnecessary tags from svgs * Corrected xml tags * fixed froken svg * tidy * fixes * last sync * time zone fix * updated app icon * toggle sidebar * Some css fixes * print desc unescaped, contains html * Eliminated unvoted and some css fixes * Fix box-sizing * Adjusted height and width of favicon * removed duplicate copy link * Update * Removed Strict Equality Comparison This caused errors because of type mismatches. Fixes edit polls. * Added Unit tests (#224) * Added first unit test * Fixed user constraint problem * Fix tests * Update CommentMapperTest.php * Fixed FactoryMuffin + unit tests * Fixed PHP 5.6 error * Started adding scrutinizer coverage * Added UnitTestCase class * Added badges to README * Changed app logo name The icon is showing up in the app list now. * Added screenshot replacement to Makefile * Added oC branded screenshots * Added test skeletons * Added further factories * Added all basic crud unit tests * Fixed @depends in unit tests * Small doc block update * First try to clean up a bit * Updated info.xml * Corrected encoding of info.xml * Added type casting to model classes * use p() again, remove html tags from title and desc * remove old ocsid * Optimized imports + type hints * Restored missing files * Added missing logo * Added 0.8.1 changelog * Cumulative css fixes * remove css * Added some more type hints * updated sidebar * some update * add avatar to new comment A quick fix. * Fix appearance first comment And some design optimation, when there are no comments * changed comment form * Adding Information badges to sidebar * Added sass compiler * uncompressed css * Update CSS * some optimations * fix broken vote.css * Updates on comments * fix margin * Some tidy and enhancement * Added border to comment box * Removed occ signing See: https://github.com/nextcloud/appstore/pull/530#issuecomment-340269827 * Missed one * added border to expiry info * Temporary fix for NC13 beta 1 * CSS work * Fix Breadcrump on OC10 - NC12 * Post delivery of corresponding CSS * Fixed Text box cursor style for OC10 and NC11-NC12 * Limited some test data to 256 chars * Fixed Avatar adding on comments * Centering badge text * cursor on textbox Obviously the commit was missing. * fix * replace row class with table-row class * Updated screenshots * Quick fix for Poll description textarea * Update .gitignore * Updated version and changelog * Scrutinizer hints * Design optimations * late delivery * housekeeping * CSS fix in new comment * Update to preserve line break in description * Change on calculating expiry time stamp * fix-oc-avatars * Replace serveral double quotes * Replace double quotes * renamed vars * little changes * Changes on request * cleaning * Replaced ? by ⌘ * added -webkit-mask * Fixed PageController returning displayName as userId * Fixed time string not apperaring after posting comment * Give table width 100% * time information for new comment
2017-12-19 13:14:58 +03:00
},
{
"name": "Kai Schröer"
},
{
"name": "René Gieling"
}
],
2019-08-17 11:56:21 +03:00
"config": {
"platform": {
"php": "7.2.0"
}
},
"autoload-dev": {
"psr-4": {
"OCA\\Polls\\Tests\\": "tests/"
}
},
"require-dev": {
"christophwurst/nextcloud": "^20.0",
"phpunit/phpunit": "^8.5",
Version 0.8.1 (#260) * some design changes * Removed hidden-dates * Added compiles css * Updates * Translations (#216) * [tx-robot] updated from transifex * make strings translatable * Updates * removed webkit-* * Flex and sidebar * manually sync l10n with master * Removed some nonsense * edited / added no access teplate Added no.create and no.delete templates and changed desing a little bit. * "some" work * Manual update of l10n * Added some responsive css * Added responsive to vote page * some more overwork * fixed avatar load * Hide header elements on public pages * css updates * Favicons Added favicons and removed unnecessary tags from svgs * Corrected xml tags * fixed froken svg * tidy * fixes * last sync * time zone fix * updated app icon * toggle sidebar * Some css fixes * print desc unescaped, contains html * Eliminated unvoted and some css fixes * Fix box-sizing * Adjusted height and width of favicon * removed duplicate copy link * Update * Removed Strict Equality Comparison This caused errors because of type mismatches. Fixes edit polls. * Added Unit tests (#224) * Added first unit test * Fixed user constraint problem * Fix tests * Update CommentMapperTest.php * Fixed FactoryMuffin + unit tests * Fixed PHP 5.6 error * Started adding scrutinizer coverage * Added UnitTestCase class * Added badges to README * Changed app logo name The icon is showing up in the app list now. * Added screenshot replacement to Makefile * Added oC branded screenshots * Added test skeletons * Added further factories * Added all basic crud unit tests * Fixed @depends in unit tests * Small doc block update * First try to clean up a bit * Updated info.xml * Corrected encoding of info.xml * Added type casting to model classes * use p() again, remove html tags from title and desc * remove old ocsid * Optimized imports + type hints * Restored missing files * Added missing logo * Added 0.8.1 changelog * Cumulative css fixes * remove css * Added some more type hints * updated sidebar * some update * add avatar to new comment A quick fix. * Fix appearance first comment And some design optimation, when there are no comments * changed comment form * Adding Information badges to sidebar * Added sass compiler * uncompressed css * Update CSS * some optimations * fix broken vote.css * Updates on comments * fix margin * Some tidy and enhancement * Added border to comment box * Removed occ signing See: https://github.com/nextcloud/appstore/pull/530#issuecomment-340269827 * Missed one * added border to expiry info * Temporary fix for NC13 beta 1 * CSS work * Fix Breadcrump on OC10 - NC12 * Post delivery of corresponding CSS * Fixed Text box cursor style for OC10 and NC11-NC12 * Limited some test data to 256 chars * Fixed Avatar adding on comments * Centering badge text * cursor on textbox Obviously the commit was missing. * fix * replace row class with table-row class * Updated screenshots * Quick fix for Poll description textarea * Update .gitignore * Updated version and changelog * Scrutinizer hints * Design optimations * late delivery * housekeeping * CSS fix in new comment * Update to preserve line break in description * Change on calculating expiry time stamp * fix-oc-avatars * Replace serveral double quotes * Replace double quotes * renamed vars * little changes * Changes on request * cleaning * Replaced ? by ⌘ * added -webkit-mask * Fixed PageController returning displayName as userId * Fixed time string not apperaring after posting comment * Give table width 100% * time information for new comment
2017-12-19 13:14:58 +03:00
"league/factory-muffin": "^3.0",
2020-09-03 09:23:56 +03:00
"league/factory-muffin-faker": "^2.0",
"nextcloud/coding-standard": "^0.5.0",
"doctrine/orm": "^2.7",
"vimeo/psalm": "^4.3"
2020-09-03 09:23:56 +03:00
},
"scripts": {
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix"
}
}