Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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> | |||||
2012-10-25 | Increase width of paste container | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-23 | Prevent date wrapping on history page | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | Don't send a cli client unwanted HTML code | Florian Pritz | 4 | -3/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | Merge upload_form.js into script.js | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | ID/info: add missing htmlspecialchars() | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | switch design to bootstrap; minor fixes along the way | Florian Pritz | 13 | -189/+280 | |
Initial-work-by: Oliver Mader <b52@reaktor42.de> Additional-work-by: Markus Cisler <mrkscslr@gmail.com> Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-16 | Fall back to plain text if lexer is unknown/broken | Florian Pritz | 1 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-08-16 | html_header: fix indentation | Florian Pritz | 1 | -19/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-08-16 | Add Content-Type meta tag | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-08-16 | switch to pygments | Florian Pritz | 1 | -2/+4 | |
- faster than geshi - easier to modify the css because there is only one - geshi upstream seems pretty dead Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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 | 2 | -0/+4 | |
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 | 5 | -63/+73 | |
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 | user/hash_password: add form to support normal browsers | Florian Pritz | 1 | -0/+26 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-03 | document ID/info mode | Florian Pritz | 2 | -4/+10 | |
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-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> |