Commit Graph

1127 Commits

Author SHA1 Message Date
Frederic Guillot
8fa6d65614
Move service model to handlers 2016-08-18 22:53:52 -04:00
Frederic Guillot
2b71bbf126
Move model proxy to handlers 2016-08-18 22:41:39 -04:00
Frederic Guillot
46bc8cfd71
Create Scraper handler 2016-08-18 22:33:58 -04:00
Frederic Guillot
7e20a3fdc3
Create Search model 2016-08-18 22:20:49 -04:00
Frederic Guillot
309ccf0a32
Create ItemGroup model 2016-08-18 22:08:29 -04:00
Frederic Guillot
34ef7b95b9
Create ItemFeed model 2016-08-18 21:53:59 -04:00
Frederic Guillot
321f8a71f8
Create Bookmark model 2016-08-18 21:44:36 -04:00
Frederic Guillot
a52c670c79
Old versions of PHP don't support constant concatenation 2016-08-18 21:26:50 -04:00
Frederic Guillot
8eac424386
Use password-compat as vendor library 2016-08-18 21:14:21 -04:00
Frederic Guillot
91ef795d71
Fix wrong path in cronjob.php 2016-08-18 21:06:46 -04:00
Frederic Guillot
61b44b4375
Lowercase filenames in app/core 2016-08-18 21:06:00 -04:00
Frederic Guillot
1f88eb50f3
Move application code to app folder 2016-08-18 21:02:49 -04:00
Frederic Guillot
32b4f684d0
Add travis file to dockerignore 2016-08-18 20:16:46 -04:00
Frederic Guillot
2d57550e7f
Remove OVH .htaccess 2016-08-18 20:16:01 -04:00
Frederic Guillot
3e308a5f37
Split helpers into multiple files 2016-08-17 22:16:13 -04:00
Frederic Guillot
0d96059945
Move csrf functions to Helper namespace 2016-08-17 22:05:11 -04:00
Frederic Guillot
8ac08649e8
Move generate_token() to Helper namespace 2016-08-17 21:41:14 -04:00
Frederic Guillot
55e4ab882c
Move get_ip_address() and get_user_agent() to Request namespace 2016-08-17 21:27:05 -04:00
Frederic Guillot
38b08719da
Setup unit tests 2016-08-17 21:06:43 -04:00
Frederic Guillot
e00b208d4a
Merge pull-request #528 2016-08-17 20:55:14 -04:00
Frederic Guillot
d13cb5c300
Remove unused code 2016-08-05 21:03:29 -04:00
Frederic Guillot
a23e0947e7
Use CSP directive child-src in addition to frame-src 2016-08-05 20:50:48 -04:00
Frederic Guillot
831552c396
Remove unused code 2016-08-05 20:43:10 -04:00
Frederic Guillot
caa91dbf06
Update JsonRPC library 2016-08-05 20:27:09 -04:00
Mathias Kresin
0b4ee5d347 unify redirect/menu/source url parameter 2016-08-05 20:21:28 +02:00
Mathias Kresin
b1187f5071 use links instead of spans
This way the icons can be used even without javascript as all other
links.
2016-08-04 22:38:28 +02:00
Mathias Kresin
48be7a1fff bring back mark as unread/mark as read & bookmark links
The links were silently dropped with commit
4c0d975532 "Make clickable icons"
without any mention in the commit message.

Based on the commit title, I would assume this is an additional
functionality and not something that replaces existing stuff.

It's annoying to move the mouse across the screen (reading text from
the left to right) to get to the mark read icon for marking an article
as read.

All changes related to the removal of the links are reverted by keeping
the clickable icons.
2016-08-04 22:06:02 +02:00
Frederic Guillot
cba69bb9ae
Do not include .dockerignore into the archive 2016-07-31 12:46:31 -04:00
Frederic Guillot
d3fb2bf69d
Update PicoDb version 2016-07-30 18:41:42 -04:00
Frederic Guillot
920e522c9e
Replace shell-script by Makefile to make a new archive 2016-07-30 18:29:54 -04:00
Frederic Guillot
cd01042f7d
Javascript cleanup 2016-07-30 18:21:01 -04:00
Frederic Guillot
27e43ca908
Add contributor 2016-07-30 18:08:40 -04:00
Frederic Guillot
56e2ac96e6
Minor CSS improvements 2016-07-30 18:07:04 -04:00
Frederic Guillot
27d094c19e
Do not use anymore Closure compiler for Javascript 2016-07-30 18:01:37 -04:00
Frederic Guillot
aaf87eb41c
Merge pull-request #536 2016-07-30 17:35:11 -04:00
Samuel Gyger
645adc0746 Due to the swipe patch, on mobile phones a overflow is triggered.
This is changed using css here.
2016-07-29 21:35:55 +02:00
Samuel Gyger
fe306b22f8 Added the possibility to swipe to archive an item. 2016-07-29 11:58:47 +02:00
Frederic Guillot
ac1eda8adf
Minor Javascript fixes 2016-07-28 21:26:32 -04:00
Frederic Guillot
c4a5d4a7bc
Update PicoFeed version 2016-07-28 21:17:03 -04:00
Frederic Guillot
53c5475f48
Merge pull-request #534 2016-07-28 21:12:27 -04:00
Frederic Guillot
148b4cccc1
Improve pull-request #532 2016-07-28 21:11:58 -04:00
Ing. Jan Kaláb
6088fb9ff3 Make the whole menu row clickable on small screens
Not sure if this doesn't break some themes, but it makes the menu more usable with default one.
2016-07-28 11:17:14 +02:00
mjbe
092c52c0db Add API methods for group/tag functions that are present (in /models/group.php) but not yet addressed by the API 2016-07-25 23:11:16 +01:00
TJ Tunnell
d6d039d5e7 Adding files needed in order to use Travis CI 2016-06-15 14:46:43 -05:00
Frederic Guillot
03dbc3e17d Added autoflush to worker 2016-05-16 21:58:56 -04:00
Frederic Guillot
d964c97f90 Update JsonRPC library 2016-05-08 15:53:45 -04:00
Frédéric Guillot
ded8552b8d Merge pull request #518 from Pitel/patch-8
Translated search
2016-05-04 20:28:14 -04:00
Ing. Jan Kaláb
9f618bb718 Translated search 2016-05-04 14:51:12 +02:00
Denis Filimonov
c26418fbae Simple search by items title (#506) 2016-05-03 20:15:20 -04:00
Frederic Guillot
fc279ece66 Remove useless code 2016-05-03 19:59:50 -04:00