Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-10 | Fix login page being to wide on mobile devices | Florian Pritz | 1 | -1/+1 | |
Same fix as in 7e4912fc03111ab5071e8e7478db48422597777a. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-10 | Fix display issue on paste page | Florian Pritz | 1 | -1/+1 | |
Proper fix this time. container is not necessary here. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-10 | Revert "Fix display issues with new bootstrap" | Florian Pritz | 6 | -6/+13 | |
This reverts commit f0d3b633f04c9afa2237b1dad83ad8240da68b38. That commit causes breakage on the history page due to missing padding. | |||||
2016-07-04 | Add popover with filenames of multipaste to history | Florian Pritz | 1 | -0/+20 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-04 | service\files->get_multipaste_history: Add sort order from DB | Florian Pritz | 3 | -2/+18 | |
Keep this field private for now. I may be exposed at a later time. The returned values are already normalized so they can be safely exposed. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-04 | Add function to ellipsize text | Florian Pritz | 2 | -0/+70 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-04 | Harden XSS escaping | Florian Pritz | 2 | -3/+3 | |
This could lead to XSS if the html attribute values weren't quoted with double quotes. By default htmlentities only encodes double quotes and not single quotes. If the quotes are ever changed this could lead to exploitable XSS. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-04 | file/history: Add support to display preview of entries on hover | Florian Pritz | 4 | -1/+28 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-04 | doc/api/user.md: Document introduction of user/delete_apikey | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-04 | doc/api.md: Add overview of API versions | Florian Pritz | 1 | -0/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-04 | Update API v2 version info to 2.1.0 | Florian Pritz | 1 | -1/+1 | |
The documentation already refers to 2.1.0 and lists a new feature of the file/history endpoint, but requests for 2.1.0 are not yet accepted because the server doesn't know that it actually supports this version. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-04 | Ensure popovers do not render outside of the page | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-04 | Fix display issues with new bootstrap | Florian Pritz | 6 | -13/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-04 | Update to boostrap 3.3.6 | Florian Pritz | 12 | -225/+10037 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-16 | Remove old TODO | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-16 | Update News0.9.14 | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-16 | NEWS: Fix typo | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-16 | post-merge: Update git submodules after pulling | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-16 | Update NEWS0.9.13 | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-12 | README: Mention github PRs0.9.12 | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-12 | README: Drop bugtracker notice | Florian Pritz | 1 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-12 | Switch to PHP based markdown renderer (parsedown) | Florian Pritz | 7 | -170/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-09 | doc/setup.md: Point to INSTALL | Florian Pritz | 1 | -3/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-09 | Use PHP library for QR codes | Florian Pritz | 7 | -11/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-09 | Autoloader: Support PSR-4 style namespace/directory mapping | Florian Pritz | 1 | -8/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | NEWS: Fix typo | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | Drop old README | Florian Pritz | 1 | -6/+0 | |
README.md now has all the information. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | README.md: Fix some links | Florian Pritz | 1 | -5/+5 | |
Replace https/// with https:// Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | README.md: Add link to doc dir | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc/api.md: Restructure error handling description | Florian Pritz | 1 | -42/+40 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc/api.md: Add TOC | Florian Pritz | 1 | -0/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc/api.md: Update references to endpoint documentation | Florian Pritz | 1 | -6/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc/api/file.md: Fix heading level and add TOC | Florian Pritz | 1 | -5/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc/api/user.md: Fix heading level and add TOC | Florian Pritz | 1 | -3/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc: Fix some tables rendering incorrectly on github | Florian Pritz | 2 | -19/+18 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc: Import documentation from wiki | Florian Pritz | 5 | -0/+600 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | file/download: Delete invalid multipastes | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | mmultipaste->valid_id: Detect empty multipastes as invalid | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-05 | Update NEWS0.9.11 | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-05 | config: Clarify comment about password hashing settings | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-05 | Fix redirect on login after registering new account | Florian Pritz | 3 | -1/+4 | |
Previously the login box in the navigation would redirect to the current page, but this page will throw an error in the case of the registration page since that's the page with the invition key and that key is no longer valid. Fix this by redirecting to the $redirect_uri and ensure that this value is set for all requests. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-05-24 | mfile/valid_id: Remove duplicate code | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-05-24 | Fix TypeError when getting thumbnail for invalid ID | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-26 | docker: Remove old command | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-26 | Add Dockerfile and scripts to create and run a docker container | Sebastian Rakel | 4 | -0/+117 | |
2016-04-01 | Fix typo | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-01 | Support rehashing of passwords not conforming to config | Florian Pritz | 2 | -0/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-01 | muser: Add set_password | Florian Pritz | 2 | -4/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-01 | Support changing password hashing settings | Florian Pritz | 2 | -1/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-03-29 | Catch potential password hashing errors | Florian Pritz | 1 | -1/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |