summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-07-14[tx-robot] updated from transifexNextcloud bot
2017-07-13Rakekniven patch 1 (#204)rakekniven
* Update FeedFetcher.php * Update part.content.warnings.php * Update part.content.warnings.php
2017-07-13[tx-robot] updated from transifexNextcloud bot
2017-07-12[tx-robot] updated from transifexNextcloud bot
2017-07-11[tx-robot] updated from transifexNextcloud bot
2017-07-10[tx-robot] updated from transifexNextcloud bot
2017-07-09Update FeedFetcher.php (#200)rakekniven
Small l10n fix
2017-07-03[tx-robot] updated from transifexNextcloud bot
2017-06-30[tx-robot] updated from transifexNextcloud bot
2017-06-21[tx-robot] updated from transifexNextcloud bot
2017-06-20[tx-robot] updated from transifexNextcloud bot
2017-06-18Remove bower, install everything using npm (#197)Daniel Schaal
* Remove bower, install everything using npm Remove js-url and use a simple function to get the query param. * Bundle all js scripts in app.min.js * Move jquery to devDependencies * Remove es6-shim, most common browsers support es6 natively.
2017-06-17[tx-robot] updated from transifexNextcloud bot
2017-06-16[tx-robot] updated from transifexNextcloud bot
2017-06-15Update htmlpurifier and picoFeed (#189)Daniel Schaal
picoFeed moved to miniflux/picoFeed
2017-06-14[tx-robot] updated from transifexNextcloud bot
2017-06-13[tx-robot] updated from transifexNextcloud bot
2017-06-11[tx-robot] updated from transifexNextcloud bot
2017-06-10Merge pull request #188 from schaal/update-js-depsKoen Martens
Update js deps (angular, moment, js-url, masonry)
2017-06-10Update js-url to 2.5.0Daniel Schaal
2017-06-10Update masonry to 4.2.0Daniel Schaal
2017-06-10Update moment to 2.18Daniel Schaal
momentjs was renamed to moment, update all references
2017-06-10Set $locationProvider.hashPrefix to empty stringDaniel Schaal
2017-06-10Fix testsDaniel Schaal
2017-06-10Use regular promise for http callsDaniel Schaal
2017-06-10Update angular to 1.6Daniel Schaal
2017-06-10[tx-robot] updated from transifexNextcloud bot
2017-06-09[tx-robot] updated from transifexNextcloud bot
2017-06-08Merge pull request #186 from sonologic/issue-149Alessandro Cosentino
Remove obsolete logo-icon.svg (#149)
2017-06-08Remove entry from changelogKoen Martens
2017-06-08Remove obsolete logo-icon.svg (#149)Koen Martens
2017-06-07Merge pull request #182 from nextcloud/changelogKoen Martens
update changelog
2017-06-07[tx-robot] updated from transifexNextcloud bot
2017-06-06update changelogBernhard Posselt
2017-06-06utf8mb4 warning: link to nextcloud-specific instructions (#176) (#181)Koen Martens
* utf8mb4 warning: link to nextcloud-specific instructions (#176) * Modify changelog, add utf8mb4 url change.
2017-06-06Fix travis build (#178)Daniel Schaal
* Use stable12 branch for travis * Shorten db indices to max 27 characters to satisfy app:check-code * Use precise container, downgrade to psql 9.4 * Create psql role * Fix ContentController test * Fix PageController and StatusService tests * Use OCP\IDBConnection, OCP\IDb was removed * Extend IntegrationTest from \Test\Testcase, use loginAsUser to login * Require phpunit 5, nextcloud tests not compatible with phpunit 6 Change tests to use phpunit from vendor directory
2017-06-04[tx-robot] updated from transifexNextcloud bot
2017-06-03version bump11.0.5Bernhard Posselt
2017-06-03Call cron beforeUpdate() before update() (#172) (#174)coderkun
2017-06-02[tx-robot] updated from transifexNextcloud bot
2017-05-31bump version and changelog11.0.4Bernhard Posselt
2017-05-31Fix #163, use IDBConnection->supports4ByteText() (#169)sonologic
Instead of the buggy StatusService->hasIncorrectCharset, use the already available IDBConnection->supports4ByteText() to determine if 4byte unicode is supported.
2017-05-31[tx-robot] updated from transifexNextcloud bot
2017-05-29Fix include of “warning” template (fixes #166) (#168)coderkun
2017-05-28Add favicon, fixes #146 (#167)Daniel Schaal
Use the same style as other apps (e.g. calendar, contacts).
2017-05-26Merge pull request #162 from nextcloud/rakekniven-patch-1rakekniven
Rakekniven patch 1
2017-05-26Update admin.phprakekniven
2017-05-26Update part.settings.phprakekniven
2017-05-26Update part.content.warnings.phprakekniven
2017-05-24better wordingBernhard Posselt