Commit Graph
100 Commits
Author SHA1 Message Date
sentriz 8241b93e43 add config options to readme 2019-11-24 01:31:42 +00:00
Senan KellyandGitHub 22b3fc12a0 Update README.md 2019-11-22 20:35:56 +00:00
Senan KellyandGitHub 46f21ebc64 Update README.md 2019-11-21 23:10:32 +00:00
Senan KellyandGitHub 08dba0da77 Update README.md 2019-11-21 23:09:34 +00:00
sentriz 69fcbd592a tidy up cmd main 2019-11-21 19:50:38 +00:00
Senan KellyandGitHub 5f4a555f79 Update README.md 2019-11-21 19:20:28 +00:00
sentriz 8e5e4f3166 add assets 2019-11-21 18:57:08 +00:00
Senan KellyandGitHub 96d890f96f Update README.md 2019-11-21 18:54:17 +00:00
Senan KellyandGitHub ac4747b53d Update README.md 2019-11-21 18:45:39 +00:00
Senan KellyandGitHub b2925c3d2e Update README.md 2019-11-21 18:40:53 +00:00
sentriz 4feac43ab5 add images 2019-11-18 18:26:38 +00:00
sentriz 0e2f7a2b4f log reponse codes 2019-09-04 11:16:07 +01:00
Senan Kelly 7adfada688 Update go.yml 2019-08-21 15:05:42 +01:00
sentriz 0f21d21e70 monospace everywhere 2019-08-21 15:04:41 +01:00
sentriz d2bcb706b0 update .gitignore 2019-08-21 15:04:41 +01:00
sentriz 7e601acf42 fix formatting directives 2019-08-21 15:04:41 +01:00
sentriz 9c2f2e381b remove response writer from most admin handlers 2019-08-21 15:04:41 +01:00
sentriz 6d0fe80608 clean up 2019-08-21 15:04:41 +01:00
sentriz c75732868d use servefile for streaming 2019-08-21 15:04:40 +01:00
sentriz 0b929bd326 return and error from writeResp 2019-08-21 15:04:40 +01:00
sentriz ee6f9b4d96 fix some template bugs 2019-08-21 15:04:40 +01:00
sentriz e7c98808bb add 404 handler for admin 2019-08-21 15:04:40 +01:00
sentriz 7580835146 fix scanning from jamstash 2019-07-31 15:11:51 +01:00
sentriz c514f83cf7 clean up handler folder 2019-07-31 15:11:51 +01:00
sentriz d02ace460d flatten callbackPost logic 2019-07-31 15:11:51 +01:00
sentriz 5ffa33ac7e update .gitignore for db wal mode 2019-07-31 15:11:51 +01:00
sentriz 310e752015 set PRAGMA=journal_mode=WAL 2019-07-31 15:11:51 +01:00
sentriz 03af38be37 don't freak out if there's a file without and extension 2019-07-31 15:11:51 +01:00
sentriz afb68bc0aa add note about lfm api key 2019-07-31 15:11:51 +01:00
sentriz bef842ff4b close transation if there's one open im handlefolder 2019-07-31 15:11:50 +01:00
sentriz e684c468da clean up 2019-07-31 15:11:50 +01:00
sentriz ab72f4ec17 use alpine for docker 2019-07-31 15:11:50 +01:00
sentriz fced0acd2b add docker file 2019-07-31 15:11:50 +01:00
sentriz 0fab58486d parse env vars for scanner 2019-07-31 15:11:50 +01:00
sentriz f2b8735685 export golint 2019-07-31 15:11:50 +01:00
sentriz 5444b328fd seperate routes, provide robust handler types, use mux 2019-07-31 15:11:46 +01:00
sentriz cbe709025e use GetUserFromName in handlers 2019-07-11 10:22:20 +01:00
sentriz 0c5a20c508 don't require knowing the asset paths 2019-07-10 11:16:50 +01:00
sentriz b5aa0ef527 move box.tmpl to head 2019-07-09 21:54:06 +01:00
sentriz 5e088f32ca update scanner comments 2019-07-09 21:52:08 +01:00
sentriz 3eadb54953 add consistent font size on mobile 2019-07-09 21:51:50 +01:00
sentriz a1e6821392 update readme 2019-07-09 11:24:13 +01:00
sentriz 1bdd6e47f8 update gitignore 2019-07-09 10:47:38 +01:00
sentriz 35a4f5b42c scan musicbrainz album id to db and scrobble with it 2019-07-08 23:17:15 +01:00
sentriz 8437068e96 show recent folders properly in ui 2019-07-08 22:34:22 +01:00
sentriz 82b5c73869 update gitignore 2019-07-08 21:59:21 +01:00
sentriz f2ac3b2cdf make recently added persistent 2019-07-08 21:54:20 +01:00
sentriz 97b9837910 update handler test 2019-07-08 21:54:00 +01:00
sentriz 207b87f761 add formatter things for sessAdd 2019-07-08 19:31:59 +01:00
sentriz 46d167f9e2 improve start scan message 2019-07-08 19:31:41 +01:00
sentriz 8ec9604f29 show text when there are no folders 2019-07-08 19:10:07 +01:00
sentriz 22b53e8c17 add some handler performance improvements 2019-07-08 15:43:45 +01:00
sentriz 5a1d262d6b add some comments about speed to gonicembed 2019-07-08 15:27:17 +01:00
sentriz 3a1e2f1d1b only build gonicembed once 2019-07-08 15:14:37 +01:00
sentriz fdbd284da0 check that entr is installed for live script 2019-07-08 13:43:54 +01:00
sentriz ba2f835c22 remove concept of prod and dev assets
instead always do the "prod" thing, but use entr for restarting the
server for all assets
2019-07-08 13:36:26 +01:00
sentriz b44b0d8720 use newmock in scanner tests 2019-07-08 13:00:19 +01:00
sentriz 34321ebfff add db tests 2019-07-08 13:00:02 +01:00
sentriz fd940cfc9c clean up scanner order and surface 2019-07-08 11:47:26 +01:00
sentriz d69d88333d show human times in full on hover
like reddit
2019-07-08 11:06:20 +01:00
sentriz 7829626db0 use sam padding for body as content 2019-07-06 21:53:07 +01:00
sentriz 1717348707 dont treat header/footer different 2019-07-06 21:53:07 +01:00
sentriz 3a1d57d1ca always show srollbar 2019-07-06 21:53:07 +01:00
sentriz 3a4e0d9e2b use vanity url 2019-07-06 21:53:07 +01:00
sentriz 51b6565b91 use vanity url 2019-07-06 19:28:03 +01:00
sentriz 3af0c205ae rm gonictest 2019-07-06 17:19:30 +01:00
sentriz 1958450542 fix stats spacing on mobile 2019-07-06 16:49:28 +01:00
sentriz 8239db3117 add second flash type 2019-07-06 16:49:28 +01:00
sentriz 4d844bd704 show scan status in ui 2019-07-06 16:49:28 +01:00
Senan KellyandGitHub dc09bbd5c0 Delete .travis.yml 2019-07-06 13:55:40 +01:00
sentriz 1226274501 add last scan time to ui 2019-07-06 13:49:30 +01:00
sentriz b6b3043765 move get funcs to db 2019-07-06 13:49:30 +01:00
sentriz 1ab24db5d7 update handler tests 2019-07-06 13:49:29 +01:00
Senan KellyandGitHub 76ba968aee Create .travis.yml 2019-07-06 13:46:23 +01:00
sentriz b988600786 remove some old indexes 2019-07-05 15:48:04 +01:00
sentriz c3cbe2f889 comment some scanner vars 2019-07-05 14:57:52 +01:00
sentriz e3ef5fa5e2 add some small performance stuff 2019-07-04 14:09:24 +01:00
sentriz f4b766e86d add scanner benchmarking 2019-07-04 14:08:44 +01:00
sentriz 5fa6fb6394 use db.New() for tests 2019-07-03 16:34:53 +01:00
sentriz a24b5bfb44 do one transaction per folder only 2019-07-03 15:56:26 +01:00
sentriz dbe7f1fb62 migrate on both binaries 2019-07-03 13:11:06 +01:00
sentriz c7c9ecbf04 add start scan button 2019-07-03 12:57:22 +01:00
sentriz ada62d1511 add some comments to scanner 2019-07-03 11:41:26 +01:00
sentriz 7842600e43 factor db creation to its own package 2019-07-03 11:41:02 +01:00
sentriz 3d68e15241 set the size of indexes 2019-07-02 21:19:25 +01:00
sentriz e517c7538c show last element in stack string 2019-07-01 15:17:57 +01:00
sentriz b27d7e7aab regen handler tests 2019-07-01 11:34:47 +01:00
sentriz 862cf0f3a5 simpilufy shell scripts 2019-07-01 11:34:14 +01:00
sentriz 55b5290def clean up build scripts 2019-06-28 16:37:13 +01:00
sentriz 9b5b52171c make build scripts portalble 2019-06-28 16:37:08 +01:00
sentriz 21f2363fbb remove top bottom padding on body 2019-06-28 16:03:04 +01:00
sentriz 8850ab55f5 change dir stack implementation 2019-06-28 14:26:23 +01:00
sentriz fb99ecc84e add stack test and take new stack 2019-06-28 14:26:10 +01:00
sentriz a4377fc425 clean up server files 2019-06-28 11:58:49 +01:00
sentriz 111ca565c8 simpilify style on mobile 2019-06-27 23:38:02 +01:00
sentriz c9ca5b01b7 update deps 2019-06-27 22:12:26 +01:00
sentriz 12b9810ca1 format with gofumports 2019-06-27 21:06:51 +01:00
sentriz 39590daa39 increase random test size 2019-06-27 18:22:54 +01:00
sentriz 79eeca77ae clean up indexings 2019-06-27 18:22:54 +01:00
sentriz c6d4ea5b90 update tests 2019-06-27 18:22:53 +01:00