1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-10-21 20:42:52 +02:00
Commit Graph

6380 Commits

Author SHA1 Message Date
Bernhard Posselt
0d42d71928 Update updater.py 2013-08-12 00:07:17 +02:00
Bernhard Posselt
6d826f785a Update updater.py
dont exit when main thread fails but retry after 30 seconds
2013-08-12 00:06:48 +02:00
Jenkins for ownCloud
4cb7a25f70 [tx-robot] updated from transifex 2013-08-11 07:02:04 -04:00
Bernhard Posselt
76a82f56ed Merge pull request #311 from benediktb/update-runonce
Updater: "Runonce" functionality was missing an argument
2013-08-10 15:11:20 -07:00
benediktb
425779021f Updater: "Runonce" functionality was missing an argument
Updater will now get called correctly with the new runonce argument. I forgot to include the line in my previous commit.
2013-08-10 23:55:44 +02:00
Jenkins for ownCloud
bf7753b518 [tx-robot] updated from transifex 2013-08-09 06:02:03 -04:00
Bernhard Posselt
5cca83df91 Merge pull request #310 from benediktb/update-runonce
Added "runonce" option to updater
2013-08-08 13:19:59 -07:00
benediktb
3fa2c37bd4 Added "runonce" option to updater
When called with "--runonce", the updater now quits after one round of updates instead of running continuously. Can be used for calling the updater as a cronjob. This was easier to accomplish than writing a startup script or anything similar ...
2013-08-08 22:02:10 +02:00
Bernhard Posselt
e591fb06b0 version bump 2013-08-08 11:19:06 +02:00
Bernhard Posselt
c745c82423 update karma test runner to fix build 2013-08-07 16:14:24 +02:00
Bernhard Posselt
c1adf7d39d update readme 2013-08-07 15:31:05 +02:00
Bernhard Posselt
c8b04a1395 also use title as folder name if text is not on the opml outline element, fix #306 2013-08-07 15:30:12 +02:00
Jenkins for ownCloud
4c9601da0f [tx-robot] updated from transifex 2013-08-07 07:55:24 -04:00
Bernhard Posselt
5907c0a443 small readme fix 2013-08-06 14:48:45 +02:00
Bernhard Posselt
7318053c63 Update README.rst
Move stuff to the wiki
2013-08-06 14:47:56 +02:00
Bernhard Posselt
05d38a2b74 use a default batchsize of 20 if none given, fix #220 2013-08-06 14:11:03 +02:00
Bernhard Posselt
08a281f552 changelog change 2013-08-06 13:57:17 +02:00
Bernhard Posselt
78b0bcc19a move sanitation of urls to the serverside code to also provide security for clients, fix #151 2013-08-06 13:56:32 +02:00
Bernhard Posselt
582dba7e94 strip all html tags from author and title, fix #287 2013-08-06 13:41:40 +02:00
Bernhard Posselt
7f7dc6d86c changelog 2013-08-06 11:55:50 +02:00
Bernhard Posselt
424fe51f19 fix tar 2013-08-06 11:29:04 +02:00
Bernhard Posselt
97c1794e60 use bin from phantomjs website 2013-08-06 11:15:57 +02:00
Bernhard Posselt
6353a234d5 use ppa for phantomjs 2013-08-06 10:55:08 +02:00
Bernhard Posselt
b48a0308c5 check phantomjs bin 2013-08-06 10:46:35 +02:00
Bernhard Posselt
114d98d863 tell user in help to use admin user 2013-08-06 00:12:45 +02:00
Bernhard Posselt
3157da7887 add a way to specify the max timeout for each feed 2013-08-06 00:03:23 +02:00
Bernhard Posselt
1a74a758f9 also log errors when updating with update script 2013-08-05 17:38:34 +02:00
Bernhard Posselt
d0bce145e7 dont use global state with url basic auth 2013-08-05 17:33:52 +02:00
Bernhard Posselt
a4acdabcaa dont set global auth handler 2013-08-05 17:30:19 +02:00
Bernhard Posselt
6d8932da8b fix authentication problems for updating feeds 2013-08-05 17:28:44 +02:00
Bernhard Posselt
3c1b147437 better exception handling 2013-08-05 17:22:18 +02:00
Bernhard Posselt
cb33a80b60 ignore update errors when using the update script 2013-08-05 16:39:09 +02:00
Bernhard Posselt
f58dff2759 update readme with updater notice 2013-08-05 16:27:51 +02:00
Bernhard Posselt
43ec3a5699 remove verbose debug 2013-08-05 16:23:37 +02:00
Bernhard Posselt
1f9784dbdb fix another error, better debugging 2013-08-05 16:20:44 +02:00
Bernhard Posselt
c67335d9f8 return proper response for update method 2013-08-05 16:08:53 +02:00
Bernhard Posselt
fca0366111 also run under python 3.0 2013-08-05 16:04:30 +02:00
Bernhard Posselt
f02c70d5de fix 404 on updating feeds 2013-08-05 16:01:44 +02:00
Bernhard Posselt
c7e1f0d3de script should now work 2013-08-05 15:54:05 +02:00
Bernhard Posselt
deba6e21d1 still problems 2013-08-05 15:28:19 +02:00
Bernhard Posselt
9e922dddf3 implemented threading, not tested yet 2013-08-05 14:16:09 +02:00
Jenkins for ownCloud
867c56336e [tx-robot] updated from transifex 2013-08-05 06:48:29 -04:00
Bernhard Posselt
9f1ae2a545 dont install phantomjs from npm 2013-08-04 17:21:37 +02:00
Bernhard Posselt
f4612a396c parse json 2013-08-04 16:54:30 +02:00
Bernhard Posselt
708f71beaa remove fixed todos 2013-08-04 16:25:01 +02:00
Bernhard Posselt
97e3c59c7a implement first update request 2013-08-04 16:25:01 +02:00
Jenkins for ownCloud
07a5dc0185 [tx-robot] updated from transifex 2013-08-04 01:02:27 -04:00
Bernhard Posselt
96305dad2b add docs on turning off cron job 2013-08-03 10:23:49 +02:00
Bernhard Posselt
7332ec1e85 also require admin account for feed updating 2013-08-03 10:10:10 +02:00
Bernhard Posselt
08d9474aac require admin account for executing cron routes 2013-08-03 10:10:10 +02:00