Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-28 | file/cron: Protecting identifiers | Rafael Bodill | 1 | -1/+2 | |
2014-09-19 | Fixing multipaste delete queries | Rafael Bodill | 2 | -38/+33 | |
2014-09-19 | Fix user/register mistaken query handling | Rafael Bodill | 1 | -1/+1 | |
2014-09-19 | WIP: Cascading delete | Rafael Bodill | 2 | -20/+40 | |
2014-09-19 | where_in for in array queries a proper count usage | Rafael Bodill | 2 | -4/+4 | |
2014-09-19 | Fix timestamp adjusting for a list of arrays | Rafael Bodill | 1 | -2/+6 | |
2014-09-19 | Correct unsupported open/close where query statements | Rafael Bodill | 1 | -3/+1 | |
2014-09-19 | File controller uses query builder, except 2 queries | Rafael Bodill | 1 | -32/+36 | |
2014-09-18 | Integrating query builder in models | Rafael Bodill | 2 | -51/+42 | |
2014-09-18 | User controller queries built dynamically | Rafael Bodill | 1 | -74/+72 | |
2014-09-18 | Query builder in user login and controller | Rafael Bodill | 2 | -20/+19 | |
2014-09-11 | Fix black background in thumbnails with transparency | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-30 | Improve migration error message | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Set title on code render page | Florian Pritz | 1 | -0/+2 | |
This got lost in the multipaste change. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Document multipastes on the front page | Florian Pritz | 1 | -0/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Fix code renders for cli clients | Florian Pritz | 2 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | add multipaste support | Florian Pritz | 20 | -274/+888 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Add multiple file input boxes on upload form | Florian Pritz | 1 | -1/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Simplify sorting of history table | Florian Pritz | 1 | -3/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Display better errors for CLI requests | Florian Pritz | 3 | -125/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-07-23 | Move migration code to CLI callable function | Florian Pritz | 5 | -13/+69 | |
This is necessary to prevent migrations from running multiple times in parallel. A git hook can be used to run this after checkout so impact should be fairly low. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-07-22 | update gentoo overlay URL | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-07-11 | Reword invitation text on front page | Florian Pritz | 1 | -1/+2 | |
The new text is friendlier and less presumptuous and actually describes the reason why I introduced the invitation system. Not sure why I didn't write that in the first place. Thanks to <https://lobste.rs/about> for the idea. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-06-06 | Merge remote-tracking branch 'remotes/upstream/2.2-stable' into working | Florian Pritz | 2 | -1/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> Conflicts: system/libraries/Session.php user_guide/ | |||||
2014-04-17 | migration 12: remove dependencies on users table again | Florian Pritz | 1 | -9/+0 | |
When using external authentication databases (ldap, fluxbb, ..) the users table is empty so adding the constraints won't work. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-04-15 | Use alter table to rename tables | Florian Pritz | 1 | -2/+2 | |
For some strange reason using "rename table" causes an exception in system/database/DB_driver.php:query() because it trys to call num_rows() on a boolean. Using "alter table" works. According to the php manpage mysqli::query() it should return a boolean too, but whatever... Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-04-15 | migration 12: Remove tablename, fix ordering problem | Florian Pritz | 1 | -6/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-04-12 | Add foreign keys to database | Florian Pritz | 3 | -2/+31 | |
Changing the referrer value for the root admin from 0 to NULL to make the foreign key check work. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-03-02 | Clean up default config comments | Florian Pritz | 2 | -21/+34 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-02-27 | Added a .htaccess file to the application/cache folder for ↵ | Ender Teszla | 1 | -0/+1 | |
security-in-depths reasons (de bene esse). | |||||
2014-02-27 | Deleted useless .htaccess file, added missed index.html files. | Ender Teszla | 2 | -1/+10 | |
2014-02-23 | user/create_apikey: Use empty comment if unset | Florian Pritz | 1 | -0/+1 | |
False gets converted to "0" when being stored in the DB which we don't want. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-02-21 | Implement multiple access levels for api keys | Florian Pritz | 6 | -16/+71 | |
This allows to use an api key to write a completly standalone client. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-02-15 | Work around PHP 5.3 limitation | Florian Pritz | 1 | -3/+5 | |
$this in anonymous functions is only supported in PHP >= 5.4 Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-01-24 | client: add gentoo overlay | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-01-21 | Disable automatic code display for SVG files | Florian Pritz | 1 | -1/+0 | |
People usually want to view them rather than read the code. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-01-10 | let GD itself determine what it can read | Florian Pritz | 1 | -14/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-11-09 | use cache_function() everywhere | Florian Pritz | 2 | -21/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-11-09 | cache file/thumbnail responses | Florian Pritz | 1 | -5/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-11-09 | implement cache_function to easily cache return values of functions | Florian Pritz | 1 | -0/+18 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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-10-22 | Remove unnecessary TODO | Florian Pritz | 1 | -1/+0 | |
It's fine if users can invite an unlimited amount of people. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-10-22 | Update CSP header; change order to fix svg display in firefox | Florian Pritz | 1 | -1/+1 | |
Apparently firefox doesn't like "style-src * 'unsafe-inline'", but wants "style-src 'unsafe-inline' *" otherwise it doesn't honor 'unsafe-inline'. In chromium both behave the same. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-10-06 | Fix display error when redering markdown | Lukas Epple | 1 | -2/+4 | |
Initial-patch-by: Lukas Epple <lukas.epple@me.com> Switch from <table> to <div> like we did for pygments. 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 chmod on uploaded files | Florian Pritz | 1 | -2/+0 | |
It interferes with multiuser setups if you use X-Sendfile and it isn't really needed anyway because you can set an upload_path outside the docroot and because the default path is protected by an .htaccess file. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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 | |