summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-13Version 0.7.20.7.2Gravatar Marien Fressinaud
2014-06-13Merge branch 'dev' into betaGravatar Marien Fressinaud
2014-06-13Fix problem tokenGravatar Marien Fressinaud
Token was visible in all URLs of nav menu
2014-06-13Update CHANGELOGGravatar Marien Fressinaud
2014-06-13Fix theme paths for install.phpGravatar Marien Fressinaud
2014-06-12Fix font-size for titles (Origine)Gravatar Marien Fressinaud
2014-06-12Fix alignment buttons (Origine)Gravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/issues/506
2014-06-12Fix OrigineGravatar Marien Fressinaud
- Fix font-size of main content titles (h1.title) - Remove margin of blockquotes
2014-06-12Add a note avout branches in READMEGravatar Marien Fressinaud
+ add loading gif in Origine theme
2014-06-12Fix some theme and UI problemsGravatar Marien Fressinaud
- More stick buttons! - Fix line-height of titles + fix load more on mobile (Origine) - Fix content width and filter buttons (Dark and Flat)
2014-06-05Merge branch '320-template' into devGravatar Marien Fressinaud
2014-06-05Update themes Dark and Flat (notifications and icons)Gravatar Marien Fressinaud
2014-06-05Add an option to choose content widthGravatar Marien Fressinaud
- 4 options: thin, medium, large and no limit - Thin is by default
2014-06-05Improve toggle-passwordGravatar Marien Fressinaud
Add class "active" to button which reveals the password and remove it when revealing is terminated
2014-06-05Merge branch 'dev' into 320-templateGravatar Marien Fressinaud
2014-06-05Add titles for help buttons (sharing configuration)Gravatar Marien Fressinaud
2014-06-05Improve page of sharing configurationGravatar Marien Fressinaud
- Use sticks - Change order of buttons
2014-06-05Add iconsGravatar Marien Fressinaud
2014-06-05Update links to change viewGravatar Marien Fressinaud
- Dropdown menu is transformed into stick buttons - 3 new icons (view-normal, view-global, view-reader) - Link to access RSS is now next to these buttons (should we kept it here?)
2014-06-05Add some stick buttonsGravatar Marien Fressinaud
2014-06-05Rename Origine2 into Origine (v0.2)Gravatar Marien Fressinaud
- Remove template files (will be moved into another repository later) - Rename Origine2 into Origine - Change version (0.1 -> 0.2) See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-05Update themesGravatar Marien Fressinaud
- Fix some Webkit problems - Change render of #bigMarkAsRead
2014-06-05Fix bug openNotification function (Origine2)Gravatar Marien Fressinaud
Add class "notification"
2014-06-04Fix theme Origine2 and templateGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-03Fix theme Origine2Gravatar Marien Fressinaud
It should be equivalent to Origine (modulo some improvements) See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-03Fix sizes in Origine2Gravatar Marien Fressinaud
Dropdowns and buttons had not homogeneous font-sizes See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-03Add theme Origine2Gravatar Marien Fressinaud
- Based on the new template - Should remplace Origine later - It is still not finished, there are a lot to do
2014-06-01Search order of filtersGravatar Alexandre Alapetite
For now, process them in the same order as specified by the user Specifying for instance `date:` first will be much faster than specifying a free text word first. https://github.com/marienfressinaud/FreshRSS/issues/511
2014-06-01CHANGELOG searchingGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/511
2014-06-01lib_date commentGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/511
2014-06-01lib_date commentGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/511
2014-06-01New search system, including date: and pubdate: and combinationGravatar Alexandre Alapetite
Now also accepts combination of #tag and intitle: and inurl: and author: and the new date: and pubdate: https://github.com/marienfressinaud/FreshRSS/issues/511 Each search prefix stop at the first space (we should add a possibility to have quotes for multiple words) So if you want two words in title, write "intitle:word1 intitle:word2" Examples of dates: date:2014 date:2014-02/2014-04 or date:201402/201404 date:P1W for the last week
2014-05-17CHANGELOG: podcastsGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/504
2014-05-17API password user-interfaceGravatar Alexandre Alapetite
Removed `noscript` because no JavaScript is needed for the API password. Added toggle-password
2014-05-17SimplePie patch acceptedGravatar Alexandre Alapetite
Merged into master branch of SimplePie https://github.com/simplepie/simplepie/pull/352
2014-05-14Add video control for podcastsGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/504
2014-05-13Add audio control for podcastsGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/504
2014-05-13Fix templateGravatar Marien Fressinaud
Few improvements
2014-05-13Merge branch 'dev' into 320-templateGravatar Marien Fressinaud
2014-05-13Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-05-13Fix version numbersGravatar Marien Fressinaud
Due to the last pull request
2014-05-13Merge branch '491-homescreen' into devGravatar Marien Fressinaud
2014-05-13Fix coding style + titleGravatar Marien Fressinaud
- Fix spaces before parenthesis - Apple title use the "real" name of the app
2014-05-13Merge branch 'master' of github.com:tomgue/FreshRSS into 491-homescreenGravatar Marien Fressinaud
2014-05-09Merge pull request #499 from nicolaselie/devGravatar Alexandre Alapetite
Username regexp is too strict
2014-05-09Username regexp is too strictGravatar Nicolas ELIE
Username can contains more characters that the regexp allows. For example, on a raspberry pi, the default user for web server is 'www-data'.
2014-05-03jQuery 2.1.1Gravatar Alexandre Alapetite
http://blog.jquery.com/2014/05/01/jquery-1-11-1-and-2-1-1-released/
2014-04-27Merge pull request #496 from aledeg/shortcutGravatar Alexandre Alapetite
Add a shortcut to access the search field
2014-04-27Add a shortcut to access the search fieldGravatar Alexis Degrugillier
2014-04-25fix titreGravatar tomgue
fix