summaryrefslogtreecommitdiffstats
path: root/templates
AgeCommit message (Expand)Author
2013-09-02all the firstrunpage in one commitAlessandro Cosentino
2013-08-30conditionally load in stylesheets for owncloud 6 to fix layout problems, fix ...Bernhard Posselt
2013-08-06move sanitation of urls to the serverside code to also provide security for c...Bernhard Posselt
2013-08-06strip all html tags from author and title, fix #287Bernhard Posselt
2013-08-01scroll to bottom when you click on show all to make it easier to click the bu...Bernhard Posselt
2013-07-27Fix .error class in the add website modalAlessandro Cosentino
2013-07-18add additional html heading tag for pluginsBernhard Posselt
2013-07-18also set title attribute with the title for each entryBernhard Posselt
2013-07-18display download link if audio file is not playable, fix #250Bernhard Posselt
2013-07-05make it possible to turn off mark read by scrollingBernhard Posselt
2013-06-12addnew css is loaded two times in main templateAlessandro Cosentino
2013-05-12add ng-cloak to prevent displaying not rendered templatesQingping Hou
2013-05-09only make one request for mark all read and mark folder read, fix #171, fix a...Bernhard Posselt
2013-05-04place the delete button always on the rightBernhard Posselt
2013-05-04use 99 as maximum unread count to display, permanently display delete button ...Bernhard Posselt
2013-05-04fix link xss vulnerabilitiesBernhard Posselt
2013-05-02Merge pull request #147 from owncloud/tiny-UI-fixBernhard Posselt
2013-05-01change 'feed' to 'website' in interface, maintain wording consistencyJan-Christoph Borchardt
2013-05-01Adds Add Website span on hover and active.raghunayyar
2013-05-01[News] : Removes the large + button.raghunayyar
2013-04-29dont put feed on other feed, fix #135Bernhard Posselt
2013-04-29fix #135 by not cloning the elementBernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt
2013-04-28fixes #140Alessandro Cosentino
2013-04-27delete queue after successful delete request to prevent addtional delete when...Bernhard Posselt
2013-04-27use containement windowBernhard Posselt
2013-04-27dont show weird revert animationBernhard Posselt
2013-04-26format unread count properlyBernhard Posselt
2013-04-26order by pubdate on the client side fix #115Bernhard Posselt
2013-04-26removed fileBernhard Posselt
2013-04-26use last_modified column for finding new items (so we also see if they were u...Bernhard Posselt
2013-04-25jan does not like tooltipsAlessandro Cosentino
2013-04-24added preload none to the audio element, fix #123Bernhard Posselt
2013-04-22fixed deletion of error messages and display correct iconBernhard Posselt
2013-04-22add undo for feed and folder deletion, fix #56Bernhard Posselt
2013-04-22add unittest for feedcontroller, fix #51, dont activate add button if input d...Bernhard Posselt
2013-04-21show full feed title on longer hover, fix #106Bernhard Posselt
2013-04-20hide "Mark as read" when no unread items in All articlesBernhard Posselt
2013-04-20tooltip to starsAlessandro Cosentino
2013-04-20remove trailing white spacesQingping Hou
2013-04-20add draggable delay to feedlist itemQingping Hou
2013-04-19set focus to right part when you click on a feed, fix #94Bernhard Posselt
2013-04-19added javascript for uploading google reader json filesBernhard Posselt
2013-04-19added form for google reader importBernhard Posselt
2013-04-19shorten mark all read to mark readBernhard Posselt
2013-04-18also add tooltip to unread articlesBernhard Posselt
2013-04-18use twitter bootstrap for tooltipsBernhard Posselt
2013-04-18remove clientside hashing, fix #72Bernhard Posselt
2013-04-18put tipsy above buttonsBernhard Posselt
2013-04-18add tipsy to buttons, fix #18Bernhard Posselt