1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-04-16 00:25:51 +00:00
The clean & modern RSS server that doesn't give you any crap.
Find a file
J. King 0972cff660 Completely revamped NCNv1 REST handler
- URLs are now matched centrally against a whitelist
- %-encoded URLs are still handled correctly
- Dispatched methods now only handle one specific task
- Filler methods (e.g. versionPOST) are no longer required
- Unhandled URLs now return 501 Not Implemented rather than 404 Not Found; this removes some ambiguity in the semantics of 404
2017-05-19 23:52:26 -04:00
lib Completely revamped NCNv1 REST handler 2017-05-19 23:52:26 -04:00
locale NCNv1 feed calls and other changes 2017-05-18 23:03:33 -04:00
sql/SQLite3 NCNv1 feed calls and other changes 2017-05-18 23:03:33 -04:00
tests Completely revamped NCNv1 REST handler 2017-05-19 23:52:26 -04:00
.gitattributes Converted all hard tabs to soft tabs 2017-02-16 14:29:42 -06:00
.gitignore Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
autoload.php Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
bootstrap.php Improved UA String 2017-03-29 09:27:54 -05:00
composer.json Use Phake to create mock objects in tests 2017-03-28 20:30:40 -04:00
composer.lock Use Phake to create mock objects in tests 2017-03-28 20:30:40 -04:00