summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-04-18The headings align with the content.raghunayyar
2013-04-17items.css styles converted from em to px.raghunayyar
2013-04-17use favicon fetcher from appframework, fix #62Bernhard Posselt
2013-04-17move simplepie to appframeworkBernhard Posselt
2013-04-17remove the subscriblet due to security concerns: no way to prevent CSRF ↵Bernhard Posselt
attacks that may add a feed which exploits possible security bugs, fix #48
2013-04-17dont kill favicons on feed updateBernhard Posselt
2013-04-17always return the unreadcount when marking read to set update request as 0, ↵Bernhard Posselt
dont create new feeds that only consist of unreadcount updates
2013-04-17[tx-robot] updated from transifexJenkins for ownCloud
2013-04-17Updated readmeBernhard Posselt
2013-04-16dont add items if they are already in the databaseBernhard Posselt
2013-04-16updated readme to contain hint for updated owncloud versionsBernhard Posselt
2013-04-16Merge pull request #76 from owncloud/keep-unread-2Bernhard Posselt
Mild Colors for Keep Unread Button.
2013-04-16Removes 3D effect from Keep Unread Button.raghunayyar
2013-04-16Mild Colors Keep Unread Button.raghunayyar
2013-04-16fix bug that prevented marking read if the highestitemid was 0 also clientsideBernhard Posselt
2013-04-16fix bug that prevented marking read if the highestitemid was 0Bernhard Posselt
2013-04-16unescape title to not escape html characters, this is handled by angularjsBernhard Posselt
2013-04-16dont care if starred items are read or unread, always show themBernhard Posselt
2013-04-16adjust readmeBernhard Posselt
2013-04-16implement autopaging and proper loading symbols fix #45 and #26Bernhard Posselt
2013-04-16make unreadcounter bold againBernhard Posselt
2013-04-16dont show unread count when it is 0, dont bold read feeds, implemented ↵Bernhard Posselt
autopaging
2013-04-16move instantiation into file where object is declared, fix unittests that ↵Bernhard Posselt
overwrote services for all unittests and caused them to fail
2013-04-16[tx-robot] updated from transifexJenkins for ownCloud
2013-04-15Merge pull request #73 from owncloud/l10n.plAlessandro Cosentino
adding l10n.pl for translation sync with transifex.
2013-04-15adding transifex configThomas Müller
2013-04-15adding l10n.pl for translation sync with transifex.Thomas Müller
Jenkins job will be available at: https://ci.tmit.eu/view/translation-sync/job/translation-sync-news/
2013-04-15dont break if owncloud if appframework isnt enabledBernhard Posselt
2013-04-15always display new feeds and folders at the top when theyre being addedBernhard Posselt
2013-04-15remove error_log statementBernhard Posselt
2013-04-15fix potential errors when fetching favicon that preven feed from being ↵Bernhard Posselt
added, fix #66 by not shortening the url
2013-04-15add simple keyboard shortcuts, implemt keep unread fix #43, implement mark ↵Bernhard Posselt
as read when scrolling fix #4
2013-04-15removed useless fileBernhard Posselt
2013-04-15fix unittest breakage errors in firefox and phantomjs, bump build toolsBernhard Posselt
2013-04-15Merge pull request #65 from owncloud/keep-unreadBernhard Posselt
Restyling the Keep Unread Button, makes it more 'visible'
2013-04-15show feeds above, fix #67Bernhard Posselt
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt
2013-04-15Button Not displayed when different article selected.raghunayyar
2013-04-15use delete icon for feed and folder errors and use Delete website instead of ↵Bernhard Posselt
discard, fix #70
2013-04-15show real date on hover, more robust check for language support for relative ↵Bernhard Posselt
dates
2013-04-15removed useless fileBernhard Posselt
2013-04-15add support for relative dates, fix #28Bernhard Posselt
2013-04-15get language from server and save it in a language object, dont use a ↵Bernhard Posselt
seperate file for instantiating controllers
2013-04-15updated authors fileBernhard Posselt
2013-04-15remove opacity for feedcounter, fix #57Bernhard Posselt
2013-04-14Restyling the Keep Unread Button, makes it more 'visible'raghunayyar
2013-04-14only ignore spc files in cacheBernhard Posselt
2013-04-14also check https for faviconsBernhard Posselt
2013-04-14remove debug echo statementsBernhard Posselt
2013-04-13add code to get favicons, fix #49Bernhard Posselt