|
931990614b
|
Merge branch 'assets'
Conflicts:
server.go
|
2013-08-05 18:30:50 -04:00 |
|
|
361f461810
|
adding javascript assets
|
2013-08-05 18:25:05 -04:00 |
|
|
6fb572915f
|
referrence the new CSS asset
|
2013-08-05 18:15:06 -04:00 |
|
|
135b6f4803
|
removing the css from the layouts file
|
2013-08-05 18:14:40 -04:00 |
|
|
57a2f4049f
|
putting the CSS assets into compiled blobs
|
2013-08-05 18:09:42 -04:00 |
|
Vincent Batts
|
a3ba8b3afd
|
cache-control for css
|
2013-08-05 16:14:37 -04:00 |
|
Vincent Batts
|
1e2c4bf3a3
|
using an outside favicon
|
2013-07-03 11:21:56 -04:00 |
|
Vincent Batts
|
7688ec2e10
|
moved LogRequest to github.com/vbatts/go-httplog
|
2013-06-18 15:17:44 -04:00 |
|
Vincent Batts
|
921fee9529
|
using github.com/vbatts/go-httplog for HTTP logging
|
2013-06-18 15:16:52 -04:00 |
|
Vincent Batts
|
1ed6696abf
|
move the request logger out to the Utility
|
2013-06-17 23:03:59 -04:00 |
|
Vincent Batts
|
6683ae4498
|
Issue #4 Now there is a link and flow to deleting images, not just
through REST
|
2013-06-04 16:44:31 -04:00 |
|
Vincent Batts
|
7190667271
|
client provides the 'view' link when a file is uploaded
|
2013-06-04 16:44:31 -04:00 |
|
Vincent Batts
|
eb1946b223
|
adding layout for audio mime type files
|
2013-06-04 16:44:31 -04:00 |
|
|
f5f345859c
|
adding notes and information
|
2013-05-10 23:44:02 -04:00 |
|
Vincent Batts
|
a403845f58
|
moving the config handler out of the main set
|
2013-05-10 16:22:58 -04:00 |
|
Vincent Batts
|
ae688c93a9
|
separating out more code
|
2013-05-10 15:03:54 -04:00 |
|
Vincent Batts
|
b38c81e23c
|
version bump
|
2013-05-09 12:54:16 -04:00 |
|
Vincent Batts
|
240c5bb67d
|
sort '/all' by upload time
|
2013-05-09 12:53:28 -04:00 |
|
Vincent Batts
|
db1e5050e0
|
showing more information on the '/v/..' page
|
2013-05-09 12:53:11 -04:00 |
|
Vincent Batts
|
c62df15429
|
ZOMG, just ironed out the '/v/' page, to handle embedding video with
html5 tag
|
2013-05-09 12:36:49 -04:00 |
|
Vincent Batts
|
967daf48b2
|
moved types out to a package
|
2013-05-09 12:13:46 -04:00 |
|
Vincent Batts
|
d80427788d
|
bumping version
|
2013-05-09 10:01:38 -04:00 |
|
Vincent Batts
|
b5fe6fec95
|
now Urlie will work around name collisions
|
2013-05-09 10:01:13 -04:00 |
|
Vincent Batts
|
c51e18e27e
|
fixing hash package name
|
2013-05-09 09:47:24 -04:00 |
|
Vincent Batts
|
8aa7278da8
|
beginning to move sub functions into there own import paths
|
2013-05-09 09:41:06 -04:00 |
|
Vincent Batts
|
75ee3c520c
|
getting the embedded image view ironed out a bit more
Also, getting the randomize hash name worked out, to avoid file name
collisions.
|
2013-05-09 09:36:21 -04:00 |
|
Vincent Batts
|
4fbbcd622d
|
* including a navbar link for '/all'
* building out a framed view page for images, to embed the image in
* now having the upload and urlie, do a redirect to a /v/... page
|
2013-05-08 14:28:49 -04:00 |
|
Vincent Batts
|
9a5ded48a6
|
running go fmt
|
2013-03-27 16:30:24 -04:00 |
|
Vincent Batts
|
7ba7c07041
|
adding the first efforts for testing this tool
|
2013-02-13 22:30:50 -05:00 |
|
Vincent Batts
|
51ff306fd9
|
Revert "my rand helper wasn't helping"
This reverts commit 84e5af9fc2 .
|
2013-02-13 22:30:04 -05:00 |
|
Vincent Batts
|
84e5af9fc2
|
my rand helper wasn't helping
|
2013-02-13 16:42:30 -05:00 |
|
Vincent Batts
|
15fa357f7a
|
a little bit of README docs
|
2013-02-12 13:10:59 -05:00 |
|
Vincent Batts
|
951e9e1360
|
README: firming up the app name, for a go get installation
|
2013-02-12 12:54:10 -05:00 |
|
Vincent Batts
|
e8b204713e
|
adding the MIT license
|
2013-02-12 12:20:23 -05:00 |
|
Vincent Batts
|
22352d3cd1
|
update the README to be more generic
|
2013-02-12 12:18:03 -05:00 |
|
Vincent Batts
|
6a40f02d9e
|
adding app version, and putting it in the footer
|
2013-02-12 11:09:41 -05:00 |
|
Vincent Batts
|
e7ec9528d0
|
ERMEHGERD: upload and from url both work, and redirect straight to the
new image
|
2013-02-12 11:04:48 -05:00 |
|
Vincent Batts
|
e6d93f8541
|
wrong css file ..
|
2013-02-12 10:27:59 -05:00 |
|
Vincent Batts
|
7e970f5dfd
|
layouts: more formating, and working towards a better look
assets: embedding stylesheets for formating
|
2013-02-12 10:21:25 -05:00 |
|
Vincent Batts
|
8c7adeb56c
|
multipart form! it actually uploads now.
|
2013-02-11 18:05:43 -05:00 |
|
Vincent Batts
|
683b4465e1
|
many updates, and cleanup, but the /upload form is not quite working yet
|
2013-02-11 14:27:38 -05:00 |
|
Vincent Batts
|
3a899e1daa
|
rearranging
|
2013-02-11 11:00:57 -05:00 |
|
Vincent Batts
|
c9f9cf68bb
|
adding a gitignore
|
2013-02-11 10:56:42 -05:00 |
|
Vincent Batts
|
dadf07877c
|
layouts: first stub of an index html page
|
2013-02-09 00:11:52 -05:00 |
|
Vincent Batts
|
c616327fc6
|
cleanup: more spreading out of files
|
2013-02-08 23:52:40 -05:00 |
|
Vincent Batts
|
f05e47e0a1
|
cleanup: more separating into files
|
2013-02-08 23:43:39 -05:00 |
|
Vincent Batts
|
e4ea30a89b
|
README: adding some build notes
|
2013-02-08 23:32:43 -05:00 |
|
Vincent Batts
|
2c78e94b2c
|
config: reimplementing the configuration to be in YAML
cleanup: beginning to separate out into multiple files
|
2013-02-08 23:29:43 -05:00 |
|
Vincent Batts
|
51ebbc5c34
|
Push: now it can push files to a remote host ...
|
2013-02-08 17:28:02 -05:00 |
|
Vincent Batts
|
904b760b11
|
general: cleanup
fetch: adding logic to fetch a remote file. hopefully to have a form,
letting you point to an url, to insert and use :-)
|
2013-02-08 14:24:51 -05:00 |
|