Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-12 | Improve design of general error page | Florian Pritz | 1 | -7/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-07-07 | Display total size uploaded by user on history page | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-10 | Replace timeout (delete) link with info link | Florian Pritz | 1 | -1/+2 | |
The delete link won't ask for confirmation anymore, so don't use it. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-05 | Rework file deletion; allow to delete multiple IDs at once | Florian Pritz | 3 | -60/+65 | |
This removes the old form which was used to delete a single upload and replaces it with checkboxes on the history page. All checked IDs will be removed at once, instead of requiring the user to click through multiple pages. The old file/delete page is kept for compatibility with CLI clients. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-03 | document ID/info mode | Florian Pritz | 1 | -1/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-03 | add ID/info to display more information about a file | Florian Pritz | 1 | -1/+5 | |
The table is shared with the old delete_form, but it doesn't display the delete button in info mode. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-01 | use function to generate links to css files | Florian Pritz | 3 | -4/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-01 | move file link generation from controller to view | Florian Pritz | 1 | -6/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-14 | v/upload_form: Reword primary goal | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-13 | Hide delete button if user doesn't own the id | Florian Pritz | 1 | -2/+6 | |
It won't work anyway. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-13 | Add do_paste() and remove ajax from upload_form | Florian Pritz | 1 | -10/+7 | |
If the session has timed out, javascript will get the login page and try to redirect to "base_url/$htmlcode" which will obviously fail. Instead of fixing the js code, reintroduce do_paste and use it. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-11 | Display login boxes on upload_form | Florian Pritz | 2 | -10/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-11 | Add filesize to history view | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | header: hide login box until hover | Florian Pritz | 1 | -5/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Add invite link to header | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Fix HTML syntax error | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Add information about acceptable usage and accounts. | Florian Pritz | 1 | -1/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | css: limit width of <p> and <li> to 800px | Florian Pritz | 7 | -7/+7 | |
Long lines streching across the entire screen are hard to read on wide screens. 800px should be a good compromise Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | upload_form: Display everything but forms if not logged in. | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Fix netrc information on client page. | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | add history link to header; fix indentation | Florian Pritz | 1 | -6/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Don't show delete button when not found | Florian Pritz | 1 | -25/+25 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | fix missing $username when including header from file_mod | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | remove password from text form | Florian Pritz | 1 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Revert "Disable paste box" | Florian Pritz | 1 | -22/+20 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | more user changes | Florian Pritz | 1 | -9/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | start working on users | Florian Pritz | 4 | -18/+14 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Remove upload box on UI. | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Fix HTML syntax error | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Disable paste box | Florian Pritz | 1 | -19/+21 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-05 | Disable search indexing | Florian Pritz | 1 | -0/+1 | |
All links will become invalid pretty soon so this just leads to lots of dead links in the bots search index. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-19 | encode special chars in some places | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-18 | uplaod_from: fix feature description for binary files | Florian Pritz | 1 | -1/+1 | |
/ID/plain will work too. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-18 | fix missing space on upload_history | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-18 | display more information on delete_form | Florian Pritz | 1 | -5/+33 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-18 | add delete icon on upload_history | Florian Pritz | 2 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-17 | remove php code from upload_from.js | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-17 | move JS of upload_form to separate file | Florian Pritz | 1 | -65/+1 | |
The code hardly changes so it should be cached by the browser. This won't work if it's inlined. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-17 | add short features description to upload_form | Florian Pritz | 1 | -1/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-10-01 | check if file exists before getting mtime | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-10-01 | add mtime to url for default.css | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-09-30 | add expire header for css files and append mtime to url | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-09-30 | highlight complete line; not only line number | Florian Pritz | 1 | -0/+29 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-09-11 | add upload_history to front page | Florian Pritz | 1 | -2/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-09-11 | add upload_history page | Florian Pritz | 1 | -0/+26 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-08-19 | hide "Latest release" on client page if there is none | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-08-19 | remove old upload snippets | Florian Pritz | 1 | -4/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-08-19 | make "contact me" on the main page optional | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-06-12 | upload_error: print more precise error message | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-06-06 | use javascript to allow text pastes | Florian Pritz | 1 | -11/+61 | |
The javascript converts the content of the textarea to a HTTP POST request and sends the text as a file upload. Signed-off-by: Florian Pritz <bluewind@xinu.at> |