Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-15 | upload_hstory: Initialize $lengths correctly | Florian Pritz | 1 | -6/+6 | |
If you only uploaded short filenames "Filename" could e longer than any filename, resulting in a broken table. 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 | 2 | -2/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-11 | Show confirmation after login | Florian Pritz | 1 | -0/+3 | |
Some users might expect confirmation emails, but we don't send those (yet?). Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Fix plaintext client view | Florian Pritz | 1 | -3/+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 | 2 | -1/+11 | |
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 | add register function | Florian Pritz | 2 | -1/+27 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Implement simple referral system | Florian Pritz | 1 | -0/+10 | |
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 | Redirect to / if log in successful | Florian Pritz | 1 | -1/+0 | |
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 | 9 | -18/+36 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | improve start page for cli clients | Florian Pritz | 2 | -4/+20 | |
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 | 2 | -0/+43 | |
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 | move inclusion of file_plaintext/client view to controller | Florian Pritz | 1 | -2/+0 | |
This allows me to remove redundant variable definition from upload_form() since the same code is in client(). 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> |