6ed87b738flib: Add WebDav server type, make this the default server type (since it's relatively simple, standardized, and requires the least configuration).Adrian Malacoda2020-12-13 22:03:18 -06:00
c0cb1b4f2elib: add GoFile server type. Note this isn't as useful as a direct file upload because GoFile forces clients to visit a page before accessing the file, meaning e.g. the file won't embed in a chat service.Adrian Malacoda2020-12-13 21:04:03 -06:00
77cf4f5820desktop/piecannon: capture output of mvn command so we can display it to the user, capture error code so we can pass it upstreamAdrian Malacoda2020-11-05 03:56:08 -06:00
2f7761bac7desktop/piecannon: capture output of mvn command so we can display it to the user, capture error code so we can pass it upstreamAdrian Malacoda2020-11-05 03:56:08 -06:00
84e14a890fPie Cannon can send anything, although some server types may have restrictions. But for now it's just plain sftp/ftp/http and we can push anything through that.Adrian Malacoda2020-10-30 07:09:08 -05:00
da39586c4dbig change: move the json loading and random server selection to main PieCannon class (so that it has a reason to live :)) and implement loading the json file in the android app.Adrian Malacoda2020-10-30 06:52:53 -05:00
580c9ff963pom: do not build android module unless ANDROID_HOME is presentAdrian Malacoda2020-10-30 05:15:04 -05:00
4be9bd83bfandroid: implement better mechanism for generating filename from file uri, using jodd to map mime type to extension and using the file's extension if it has one (sometimes it does not)Adrian Malacoda2020-10-30 04:55:17 -05:00
51a2b89af1android: add test server stub class. There aren't any credentials here yet, you'll have to add them yourselfAdrian Malacoda2020-10-29 03:58:31 -05:00
3a2f8489dbadd stub android app, for now this does nothing but it -does- compile successfully (not sure if it actually runs)Adrian Malacoda2020-10-25 07:56:43 -05:00