Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-05 | Update jquery to 2.0.3 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Autofocus username text box on upload_form | Tillmann Karras | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Add CSRF protection | Florian Pritz | 2 | -4/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Provide json output for api functions | Florian Pritz | 5 | -19/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Display domain of email address when resetting password | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-12 | apikeys: allow any chars in comment | Florian Pritz | 1 | -1/+1 | |
No real point in restricting those, just leads to people wanting to use special chars that don't work. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-11 | Document API keys on client page | Florian Pritz | 1 | -0/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-11 | Remove api keys dependency on username | Florian Pritz | 2 | -3/+3 | |
We don't need it and getting the user name from the user drivers is way more complicated. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-11 | Add API keys link to nav | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-11 | Add API key support | Florian Pritz | 1 | -0/+36 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-09 | Add logo to header | Florian Pritz | 1 | -1/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-09 | Add delete support to thumbnail history | Florian Pritz | 1 | -2/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-08 | Add delete button to info popup on paste page | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-07 | Add favicon support | Florian Pritz | 1 | -1/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-05 | Add history page with thumbnails of images | Florian Pritz | 3 | -0/+38 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-02 | Add os x install instructions for client | Florian Pritz | 1 | -2/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-19 | Alternate message for a delete-timeout of 0 (never delete) | Thore Bödecker | 1 | -3/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-18 | Fix missing conversion of timestamps on plaintext upload_history | Florian Pritz | 1 | -1/+1 | |
Got lost in 2a6a1c63cb21015009fe4fd13f62cdac64e1fe36 Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-16 | Decrease size of footer | Florian Pritz | 1 | -3/+1 | |
Before it seemed a bit too prominent on pages with short content. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-15 | header: move #navbar-height below nav | Florian Pritz | 1 | -1/+1 | |
Having it there makes adding your own header via data/local/header.inc.php easier. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-15 | Add footer; move contact info to footer | Florian Pritz | 4 | -3/+18 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-14 | Add sucess alert when saving profile | Florian Pritz | 2 | -2/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-14 | profile: reword save button | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-14 | reset_password_form: fix wrong button text | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-14 | Improve help text for upload id limits | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | Switch to bootstrap div form code instead of tables | Florian Pritz | 5 | -67/+107 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | profile view: mark update button as primary button | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | Add profile and change password links to nav | Florian Pritz | 3 | -4/+21 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | Add profile page to allow changing the upload id limits | Florian Pritz | 1 | -0/+33 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-09 | update jquery and jquery.ui to 2.0.2 and 1.10.3 | Florian Pritz | 2 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-09 | update to bootstrap 2.3.2 | Florian Pritz | 2 | -3/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-09 | implement repasting (fills textarea with ID's content) | Florian Pritz | 2 | -1/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-24 | upload_history: improve display with small width | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-24 | upload_history: remove hash | Florian Pritz | 1 | -2/+0 | |
It uses a rather large amount of space and doesn't really help people much. We'll leave it for the plaintext version so you can still use it in the client if you want to. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-24 | upload_history: Allow column sorting (jquery.tablesorter) | Florian Pritz | 1 | -2/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-23 | Rework javascript inclusion | Florian Pritz | 2 | -6/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-10 | Hide function not supported by auth driver | Florian Pritz | 2 | -4/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-28 | upload_form: Resize textarea using responsive css rather than js | Florian Pritz | 1 | -1/+1 | |
This no longer resizes the textarea after the user change the size themself. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-25 | automatically wrap lines | Florian Pritz | 2 | -4/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-23 | Rearrange upload form | Florian Pritz | 1 | -14/+14 | |
This allows the textarea to be wider without vanishing behind the file upload form. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-08 | Add a viewport meta tag to control the layout on mobile browsers | Markus Cisler | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-04 | Add files to add localized html header and css | Florian Pritz | 1 | -0/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-24 | Use the alert-error class for some error message in views/user | Florian Pritz | 3 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-24 | Add password reset function/pages/links | Florian Pritz | 6 | -0/+40 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-17 | Support multiple uploads in the same request | Florian Pritz | 4 | -7/+12 | |
This change *should* be backwards compatible. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-11-09 | file/client: Add information about fb's config file | Florian Pritz | 1 | -5/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-11-09 | Rework file/client page | Florian Pritz | 1 | -13/+32 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-31 | Fix "invite" link on upload_form | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-29 | Add button to wrap long lines in code view | Florian Pritz | 1 | -0/+1 | |
Since wrapping would break the line numbers we hide them. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-26 | fix missing htmlspecialchars in html_header.php | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |