Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-31 | Fix alignment of date column in plain text view | Florian Pritz | 1 | -1/+3 | |
This got broken by 2a6a1c63cb21015009fe4fd13f62cdac64e1fe36 and 05a4d686b578794c180ddfaf4945a9d7443f330e. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-25 | Align the brand image correctly | Markus Cisler | 1 | -1/+1 | |
2013-09-25 | Remove whitespaces from upload form textarea | Pierre Schmitz | 1 | -4/+4 | |
2013-09-25 | Change upload form layout | Markus Cisler | 1 | -31/+45 | |
2013-09-25 | Fix indentation on upload form | Markus Cisler | 1 | -13/+13 | |
2013-09-25 | Make tables responsive | Markus Cisler | 4 | -91/+99 | |
2013-09-23 | Limit header nav width to content width | Florian Pritz | 1 | -39/+39 | |
Looks like this has been missed somewhere along the way (36a1bb6770cb76ec7baf4e215c4379b070c60639) and ended up too deep down. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Move user_logged_in check to controller constructor | Florian Pritz | 2 | -3/+3 | |
TL;DR: Allows us to show a proper error page if encryption_key is missing from the config. muser->logged_in() can load the session class which will die if encryption_key is not set in the config causing an error to be displayed. Because the header is also loaded when we display an error loading the class will be tried again. CI maintains an array with information which classes have been tried to be loaded and will simply return true without loading again. muser->logged_in() will then try to access $this->session which doesn't exist. Since all of this happens when we are already in the header the error message appears in the navigation being hard to read. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix autoresizing of textarea on upload_form | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix form display errors on small devices | Florian Pritz | 5 | -5/+5 | |
form-horizontal causes the viewport to become too wide. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | fix paste view on mobile devices | Markus Cisler | 2 | -89/+87 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | fix forms on password reset page | Markus Cisler | 1 | -11/+17 | |
2013-09-22 | fix forms on so called medium device desktops | Markus Cisler | 6 | -100/+100 | |
2013-09-22 | Fix display issues on upload_form for smaller displays | Florian Pritz | 1 | -4/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Revert upload_history tabs to tabs instead of pills | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix modal not showing up | Florian Pritz | 1 | -68/+72 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Make lexer errors full with again | Florian Pritz | 1 | -3/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix mess in header.php breaking error pages | Florian Pritz | 1 | -39/+39 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | almost migrated to bootstrap3 | Markus Cisler | 15 | -122/+159 | |
2013-09-22 | Add debugging support for email | Florian Pritz | 1 | -0/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-16 | Remove executable bits | Florian Pritz | 1 | -0/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-16 | Duser: Rework optional functions | Florian Pritz | 1 | -1/+1 | |
Not implemented functions return null and code using these no longer has to check if they are implemented, but it has to handle null properly. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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> |