summaryrefslogtreecommitdiff
path: root/p/scripts/main.js
AgeCommit message (Collapse)Author
2015-01-22! encoding problem 2Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/commit/964a768bc384425e45ae953bff0f6f757078e7d6#commitcomment-9385695
2015-01-22Revert "! encoding problem"Gravatar Alexandre Alapetite
This reverts commit 964a768bc384425e45ae953bff0f6f757078e7d6.
2015-01-21! encoding problemGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/commit/211569ef85f50891035e3e2645ec0c87badec1e1#commitcomment-9384719
2015-01-18Improve behavior when mark as read / favorite failGravatar Marien Fressinaud
If the request fails: - Open a notification to inform user - Remove pending index from the pending_feeds list Fix https://github.com/FreshRSS/FreshRSS/issues/751
2015-01-13Fix user interaction with showing password featureGravatar Marien Fressinaud
Before, the password was hidden again after 2 seconds. Now, the password is hidden when the mouse is released Fix https://github.com/FreshRSS/FreshRSS/issues/734
2015-01-07Refactor FreshRSS_Share object to be more usableGravatar Marien Fressinaud
- FreshRSS_Share is the only object we manipulate - Add a way to register new share options easily - Move some i18n keys from index.php to gen.php See https://github.com/FreshRSS/FreshRSS/issues/730
2014-12-03Fix behavior to hide articlesGravatar Alexis Degrugillier
I do not like it since it is partly duplicated. We need to find something better.
2014-12-03Revert "Fix behavior when marking an article as unread"Gravatar Alexis Degrugillier
This reverts commit 93af0cf61e6e9368888eedb2d2e36397da3f87bd.
2014-12-03Fix behavior when marking an article as unreadGravatar Alexis Degrugillier
2014-12-02Add article auto-remove after clicking on the read linkGravatar Alexis Degrugillier
2014-11-02Add a feature to hide articles when they are readGravatar Alexis Degrugillier
This is a new reading option to hide articles when they are read. The hidding process occurs when the article is left for an other article. This way, even when the article is marked as read on opening, it is hidden only while navigating to an other article. I'm not really happy with the behavior when the "mark while scrolling" option is enabled. Please review. It is missing the i18n since we're not supposed to push them before it exists on i18n.freshrss.org. Or maybe I misunderstood the process. See #476
2014-10-26Crypto update bcrypt.js + bugGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/676
2014-10-24Fix last sections of main.jsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-23Begin to fix JS for new asideGravatar Marien Fressinaud
2014-10-23Rename aside_flux in aside_feed.Gravatar Marien Fressinaud
2014-10-17User list load a new pageGravatar Marien Fressinaud
Beginning of more options for administrator!
2014-10-07Authentication system moved + Persona comes back!Gravatar Marien Fressinaud
AuthController is dedicated to auhentication. Persona is back, greater than ever! See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05Fix bug of i18n in JavaScriptGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05Refactor javascript_vars.phtmlGravatar Marien Fressinaud
Introduce kind of context objectin JavaScript See https://github.com/marienfressinaud/FreshRSS/issues/634 See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05Minor JavaScriptGravatar Alexandre Alapetite
2014-10-04Merge pull request #654 from aledeg/new-shortcutGravatar Alexandre Alapetite
Add a shortcut to close drop-down lists
2014-10-04Add a shortcut to close drop-down listsGravatar Alexis Degrugillier
2014-10-04Remove debugging codeGravatar Alexis Degrugillier
2014-10-02Merge branch '646-new-cat-system' into devGravatar Marien Fressinaud
2014-10-02First draft for drag and dropGravatar Marien Fressinaud
We can change feed category by drag and drop! Need improvements... See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02Fix a bug in main.jsGravatar Marien Fressinaud
In global view, there is no ".category.all>a" element so we tried to apply str2int on an undefined value. In consequence, we were not able to mark several articles as read This patch need to apply on 0.8.1 and 0.9.1 See https://github.com/marienfressinaud/FreshRSS/issues/649
2014-10-02Merge branch '646-new-cat-system' into devGravatar Marien Fressinaud
2014-10-01Fix close slider when a feed is selectedGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01Design of the sliderGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01Load feed configuration on the same pageGravatar Marien Fressinaud
Need improvements See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-27Fix read all shortcutGravatar Alexis Degrugillier
Before, the read all shortcut raised a javascript exception when we use the confirmation option. The confirmation was not even displayed. The code was failling since there was a missing variable. Now, the shortcut ask for confirmation when the option is selected in the reading configuration page. The definition of the shortcut was buggy since the confirmation was handled properly in an other location. I simplified the code by removing the confirmation code in the shortcut.
2014-09-24More explicit message when deleting feeds or catsGravatar Marien Fressinaud
Introduce "data-str-confirm" to override default message for confirm actions. Fix https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-19Move loading of crypto formGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/commit/f727a1383639d5bdc762f73dfe93b9a5d577cb41#commitcomment-7853832
2014-09-18Merge pull request #622 from plopoyop/devGravatar Marien Fressinaud
Ajout du tag sur la notification HTML5
2014-09-18Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-09-18Ajout du tag sur la notification HTML5Gravatar plopoyop
2014-09-18Use openNotification instead of alert (main.js)Gravatar Marien Fressinaud
2014-09-18Improve reset auth systemGravatar Marien Fressinaud
- Add bcrypt.js in resetAuthAction() - Rename init_loginForm() in init_crypto_form() - Load init_crypto_form() everytime (if no #crypto-form, do nothing)
2014-09-18Add timeout option for HTML5 notificationGravatar plopoyop
2014-09-16Same behaviour for middle click on articleGravatar Marien Fressinaud
Middle click was not catched by JavaScript so when opening article in a new page, itwas not marked as read. See https://github.com/marienfressinaud/FreshRSS/issues/454
2014-09-16Improve align article on previous articleGravatar Marien Fressinaud
Always align view on previous article IF its top is not too far (magic number: 150px). See https://github.com/marienfressinaud/FreshRSS/issues/470
2014-09-16Change #bigMarkAsRead link in buttonGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599#issuecomment-55735615
2014-09-16Fix bug with shortcut "mark all as read"Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-09-16Revert setTimeout for refreshUnreadsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/commit/6374f9ec98a132a810efa3e651bd800bcf541340#commitcomment-7790536
2014-09-15Use setTimeout instead of setInterval (JavaScript)Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/pull/585
2014-09-05Merge pull request #606 from aledeg/navigationGravatar Alexandre Alapetite
Fix navigation on hidden categories and feeds
2014-09-04Fix navigation on hidden categories and feedsGravatar Alexis Degrugillier
Before, when navigating with the keyboard, hidden categories and feeds where shown. Now, they stay hidden. See #604
2014-09-04Merge pull request #592 from aledeg/more-shortcutsGravatar Alexandre Alapetite
Add shortcuts
2014-09-03Fix collapse shortcut behaviorGravatar Alexis Degrugillier
Before, the collapse shortcut was marking all articles as read when used. No matter what configuration you use. Now, the collapse shortcut marks articles only if the appropriate configuration is used (when article is viewed).
2014-08-24Add shortcutsGravatar Alexis Degrugillier
Add a shortcut to open the wiki. Shortcut is F1 and is not modifiable. Add a shortcut to access user filters the same way to access share actions.