shypike
4fdd022959
Set default for https verification to off.
9 years ago
Sander
f12d4bb435
Log "Preferred Encoding", useful for debugging Unicode problems
9 years ago
shypike
fd315693a9
Merge pull request #556 from jcfp/patch-1
systemd service: add wiki link, remove group handling, housekeeping
9 years ago
jcfp
d375e7901a
systemd service: add wiki link, remove group handling, housekeeping
Removing Group=%I because it (wrongly) assumes every username always has a matching groupname. Not specifying a group will simply make systemd use the default group for the given user.
9 years ago
shypike
de26f63026
NNTP error 502 should not aways be interpreted as bad login.
It can also mean "too many connections".
9 years ago
Safihre
ab5b240bde
'session' should also be allowed instead of just 'apikey'
Because of new check introduced previously
9 years ago
Safihre
a19829055d
Move expensive for-loop to downloading proccess
9 years ago
Safihre
30cfa5b67a
Fix some links in Plush
9 years ago
Safihre
7555eb4e25
Remove another for-loop and add nzf.subject if no nzf.filename
9 years ago
Safihre
78a999af34
Force MIME types for CSS and JS files
Caused problems on Windows if external programs overwriten it in registery.
See: http://forums.sabnzbd.org/viewtopic.php?f=2&t=20490
And: https://www.reddit.com/r/usenet/comments/4fkmcx/my_sab_interface_is_text_only/
9 years ago
Safihre
86339c4393
Create new ICO files
9 years ago
Safihre
5810d36079
NZB/API key are read-only
They always have been, but now the user won't have the illusion they can change it
9 years ago
Safihre
c677116992
Remove references to SourceForge in RSS
9 years ago
Safihre
69b6d5fead
TAPI needs extra check
In case api-key is disabled but password enabled, it would give full access even though it shouldn't.
9 years ago
shypike
073f7afdf7
Remove tabs and trailing spaces.
These things give needless differences in commits.
Contributors: instruct your editor to use spaces instead of tabs and to remove trailing spaces.
9 years ago
shypike
36b7b4b26b
Optimize by removing file lists from the queue API calls.
File lists per job are only needed to edit a single job,
so only supply them to the API call "get_files".
9 years ago
Safihre
2cf2406ecd
Remove for's in gather_info
9 years ago
Safihre
da832c1a4a
Glitter Limited refresh had no item limit or start
Causing slowdown in back-end on big queues
9 years ago
Safihre
55c6a98ab1
Remove queue verbosity option and clean up build_queue
9 years ago
Safihre
5d84067db4
Remove those legacy variables
9 years ago
Safihre
d9239fa0ac
Extend CherryPy timeout to 10min for API-calls
9 years ago
Safihre
a62c498298
Only save article cache to disk on pause
9 years ago
shypike
890a093054
Optimize API by removing queue queries for functions that don't need it.
Config pages, History page and related API calls have no need for Queue info,
so don't waste time on it.
Optimize queue report by not formatting unneeded elements.
Reduce at the lowest level, so nzo.gather_info() should only return the requested selection.
Large impact on parameter passing.
It should remain compatible with the current API-s.
9 years ago
shypike
dd066f0fd3
The pre-queue script can now return an accept value of 2, meaning immediate failure.
Supports front-ends which need the signal that an NZB has been
rejected by the pre-queue script.
9 years ago
shypike
52b6db8e93
Add start script for portable Windows installations
9 years ago
shypike
7755928e09
Merge pull request #515 from sabnzbd/feature/cherrypy5
Feature/cherrypy5
9 years ago
shypike
69ce6e3311
Patch CherryPy 5.1.0: Fix CherryPy's header parsing bug.
Due to a bug in its header parsing, uploaded files could not contain semicolons.
CherryPy bug: 1397
9 years ago
shypike
d694184cce
Patch CherryPy 5.1.0: Prevent crash when encountering unexpected URI structure.
9 years ago
shypike
5522e59932
Patch CherryPy 5.1.0: Prevent crash when encountering a pathless URI.
9 years ago
shypike
69ea306967
Patch CherryPy 5.1.0: to avoid Unicode bugs in PyOpenSSL 0.14
On some systems this resulted in a crash.
9 years ago
shypike
cc08040774
Patch CherryPy 5.1.0 : Implement 301 redirection for http-->https
Needed for Bonjour support.
9 years ago
shypike
9f1d1c5cb7
Update CherryPy to official 5.1.0 release
9 years ago
shypike
a9a86969ef
Merge pull request #544 from Safihre/propegation_delay
Propagation delay & Interfaces fixes
9 years ago
shypike
b28be4e6f2
Revert "#483-#326 Add option for Propagation Delay"
This reverts commit 1b384e8d70
.
9 years ago
shypike
5b1dc8b1ff
Revert "Harmonize checks in has_articles_for and get_article"
This reverts commit e2cc5ea3ca
.
9 years ago
Safihre
e2cc5ea3ca
Harmonize checks in has_articles_for and get_article
9 years ago
Safihre
1b384e8d70
#483-#326 Add option for Propagation Delay
9 years ago
Safihre
53b46cb56b
Update favicons
9 years ago
Safihre
340b4c98e0
#521 Update iOS/Android logo
9 years ago
Safihre
ba709bd086
#521 Add new logo to wizard
9 years ago
Safihre
7c839b8b65
Remove un-used images
9 years ago
Safihre
173aa430b3
Tiny fix of modal close button in Config
9 years ago
Safihre
5f55b2efeb
Clearly show if saving of Config failed
9 years ago
Safihre
17e69db915
Add message to login screen when session wil expire
9 years ago
Safihre
1c98c13b84
Redirect to login for Plush and smpl
9 years ago
Safihre
206d166cf4
Add notification that restart will require login again
9 years ago
Safihre
7c0d4eb77d
#521 Add new logo to Plush and Glitter help
9 years ago
Safihre
adde58101b
Add Propagation Delay option
9 years ago
Safihre
77c5237f06
Re-introduce label in download name
Turns out I accidentally deleted that in February when removing the
password from the name.. Oops!
9 years ago
shypike
350f8a64fa
Merge pull request #541 from Safihre/develop
Safihre's fixes part 1
9 years ago