aboutsummaryrefslogtreecommitdiff
path: root/p
AgeCommit message (Collapse)Author
2017-12-11Use __DIR__ for relative include and requireGravatar Alexandre Alapetite
For uniformity, and to avoid having PHP searching in include_path. http://php.net/manual/function.include.php https://github.com/FreshRSS/FreshRSS/pull/1715 https://github.com/FreshRSS/FreshRSS/pull/1711#issuecomment-350581350
2017-12-10Log rotation, use Minz_Log, new log constantsGravatar Alexandre Alapetite
ADMIN_LOG, API_LOG, PSHB_LOG
2017-12-02Add more glyphs for opensans font (#1032)Gravatar Pavel Pletenev
* Add more glyphs for opensans font * Update .htaccess to support woff2 file format * Fixed browser support for new font face * Fixed Origine theme css and .htaccess * Deleted unneeded fonts * Added stylefiles for OpenSans font * Fixed all themes with new font css * Avoid additional CSS file * htaccess cache control public * Font casing bug * Remove TTF font Too big, low need https://caniuse.com/#search=woff * Changelog 1032 https://github.com/FreshRSS/FreshRSS/pull/1032 https://github.com/FreshRSS/FreshRSS/pull/1028
2017-11-11Fix link encoding in API (#1686)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1683 https://github.com/Alkarex/EasyRSS/issues/35
2017-11-04Add a Mastodon share (#1674)Gravatar Alexis Degrugillier
See #1521
2017-09-30Remove limitation on toggleContent (#1647)Gravatar Alexis Degrugillier
Before, articles were repositioned only when the new and the old article were different. When they were the same, it was just closed. It was frustrating with long articles, especially during reading. Now, when an article is collapsed, it is repositionned no matter the collapsing method. This should fix #1177
2017-09-28Change layout for the share options on mobile (#1645)Gravatar Alexis Degrugillier
* Change layout for the share options on mobile Before, it was impossible to click on links to share on small screens. Now, all dropdowns are opened at the bottom of the screen and stays there. Linked to #1506 * Change rule for border-radius
2017-09-26Update some HTTP links (doc, HTTPS) (#1641)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1605
2017-09-23Minor JS whitespaceGravatar Alexandre Alapetite
2017-09-23Fix global view CSRFGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1591
2017-09-22[ci] Add Travis (#1619)Gravatar Frans de Jonge
* [ci] Add Travis * Exclude some libs * Semi-auto whitespace fixes * line length in SQLite * Exclude tests from line length * Feed.php line length * Feed.php: get rid of unnecessary concat * Feed.php: line length * bootstrap.php: no newline at end of file * Allow concatenating across multiple lines * Add Travis badge * do-install line length * update-or-create-user line length * cli/create-user line length * tests/app/Models/SearchTest.php fix indentation * tests/app/Models/UserQueryTest.php fix indentation * tests/app/Models/CategoryTest.php fix indentation * [fix] PHP 5.3 on precise * cli/do-install no spaces * cli/list-users line length * cli/reconfigure line length * empty catch statements * api/index line length nonsense * spaces before semicolon * app/Models/EntryDAO bunch of indentation * extra blank lines * spaces before comma in function call * testing tabwidth * increase to 10 * comment out tabwidth line * try older phpcs version 3.0.0RC4 * line length exception for app/install.php * proper spaces * stray spaces in i18n * Minz/ModelPdo line length * Minz whitespace * greader line length * greader elseif placement * app/Models/Feed.php spacing in function argument * ignore php 5.3 * app/Models/ConfigurationSetter.php stray whitespace * EntryDAOSQLite line length * I vote for higher max line length =P * ignore SQL * remove classname complaint * line length/more legible SQL * ignore line length nonsense * greader line length * feedController issues * uppercase TRUE, FALSE, NULL * revert * importExportController lowercase null * Share.php default value not necessary because ! is_array () a few lines down * CategoryDAO constants should be UPPERCASE * EntryDAO reduce line length * contentious autofix * Allow failures on all versions of PHP except 7.1 because reasons
2017-08-20Recalc sticky column on lazy img loadGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1593
2017-08-20Minor JS hintsGravatar Alexandre Alapetite
2017-08-19Merge pull request #1589 from romibi/ft-dynamic-feedlist-paddingGravatar Alexandre Alapetite
Make feedlist padding a bit dynamic
2017-07-23Fix timestamp format with PostgreSQL for EasyRSSGravatar Alexandre Alapetite
https://github.com/Alkarex/EasyRSS/issues/31
2017-07-13Merge pull request #1594 from sandfoxme/patch-1Gravatar Alexandre Alapetite
Fix Illegal String Offset warning (PHP 7.1) in greader.php
2017-07-13Use PHP <= 5.3 array syntax in greader.php fixGravatar Anton Smirnov
2017-07-12Fix Illegal String Offset warning (PHP 7.1) in greader.phpGravatar Anton Smirnov
2017-06-21Make feedlist padding a bit dynamicGravatar romibi
2017-06-14file_get_contents fixGravatar Alexandre Alapetite
PHP 7.1 https://github.com/FreshRSS/FreshRSS/issues/1584
2017-06-03Merge pull request #1564 from aledeg/open-site-shortcutGravatar Alexandre Alapetite
Add support for a new shortcut in reader view
2017-06-03Improve js commentsGravatar Alexis Degrugillier
2017-06-02Add support for a new shortcut in reader viewGravatar Alexis Degrugillier
Now you can open the original page in the reader view with the same shortcut you'll use in the normal view. I've changed how we identify the link to make it more flexible. The previous way was too restrictive since the selector used a really strict path to get the url. There was another way to achieve the same thing without changing the selector. It was quite ugly since some meaningless class would be added on the markup to match the selector query. See #1400
2017-05-28Merge pull request #1550 from mszkb/devGravatar Alexandre Alapetite
fix font-sizes of input fields for exotic browsers
2017-05-28font-size for inputGravatar Alexandre Alapetite
2017-05-27More uniform styling of A and BUTTON in drop-downsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1556
2017-05-26fixed typo in css for font-sizeGravatar mszkb
2017-05-26fix font-sizes of input fields for exotic browsersGravatar mszkb
2017-05-26sides_close_article: JS syntaxGravatar Alexandre Alapetite
2017-05-26Merge remote-tracking branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite
2017-05-26Merge pull request #1541 from hoilc/simplified-chinese-translationGravatar Alexandre Alapetite
simplified chinese translation
2017-05-24add default simplified chinese font for Windows and MacOSGravatar hoilc
2017-05-22Merge branch 'master' into devGravatar Paulius Šukys
2017-05-22Added additional configuration setting for #1530 . This includes default ↵Gravatar Paulius Šukys
settings and translation entry for English
2017-05-12Move default configuration filesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1531
2017-05-05Make actualizeFeed returns values consistent&safeGravatar Seokseong Jeon
2017-04-23Rewriten Favicon library using cURLGravatar Alexandre Alapetite
Reduce the number of requests, more robust, many more cases working, reduced code
2017-04-10PSHB better unsubscribeGravatar Alexandre Alapetite
Cases when a user is deleted, or when a feed is deleted. Removed random key do reduce the risk of subscribing several times to the same PSHB feed.
2017-04-08More padding bottom menuGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1479
2017-03-29Add manual commit & refresh cache to deferred insertionGravatar Alexandre Alapetite
2017-03-26Candidate implementation of defered insertionGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/530
2017-03-04Do not mark as read in anonymous modeGravatar Alexandre Alapetite
And avoid HTTP 403 https://github.com/FreshRSS/FreshRSS/issues/1431
2017-03-02Merge pull request #1388 from kevinpapst/minimalGravatar Alexandre Alapetite
Added Minimal theme
2017-03-01renamed theme to Origine-compactGravatar Kevin Papst
2017-02-25Merge pull request #1423 from plopoyop/feature/username-in-cliGravatar Alexandre Alapetite
[WIP] Feature/username in cli
2017-02-25Missing checkUsername and const pattenGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1423 https://github.com/YunoHost-Apps/freshrss_ynh/issues/27#issuecomment-279792363
2017-02-23Un-disable mark-as-read buttonGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1421 https://github.com/FreshRSS/FreshRSS/issues/1348
2017-01-23Update main.jsGravatar Crupuk
2017-01-19Switch to FreshRss tab Gravatar Crupuk
Switch to FreshRss tab when notification is clicked and close notification
2016-12-03added Minimal themeGravatar Kevin Papst