Age | Commit message (Expand) | Author | Files | Lines |
2014-09-19 | Merge branch 'pgsql_controllers' | Rafael Bodill | 6 | -196/+210 |
2014-09-19 | Merge branch 'pgsql_migrations' | Rafael Bodill | 13 | -170/+395 |
2014-09-19 | Fix user/register mistaken query handling | Rafael Bodill | 1 | -1/+1 |
2014-09-19 | Optimizing multipaste tables | Rafael Bodill | 1 | -17/+7 |
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 | apikeys.created should be timestamp with default now() | Rafael Bodill | 1 | -1/+1 |
2014-09-19 | Correct unsupported open/close where query statements | Rafael Bodill | 1 | -3/+1 |
2014-09-19 | No column based encoding. Reverting dbforge migration | Rafael Bodill | 1 | -15/+31 |
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 | Correcting bracket style for 'if' | Rafael Bodill | 13 | -95/+56 |
2014-09-18 | Query builder in user login and controller | Rafael Bodill | 2 | -20/+19 |
2014-09-18 | Migrations support for PostgreSQL | Rafael Bodill | 13 | -168/+426 |
2014-09-11 | Fix black background in thumbnails with transparency | Florian Pritz | 1 | -0/+6 |
2014-08-30 | Update NEWS | Florian Pritz | 1 | -0/+3 |
2014-08-30 | Improve migration error message | Florian Pritz | 1 | -2/+2 |
2014-08-30 | Merge tag '2.2.0' into working | Florian Pritz | 2 | -8/+9 |
2014-08-29 | Set title on code render page | Florian Pritz | 1 | -0/+2 |
2014-08-29 | Document multipastes on the front page | Florian Pritz | 1 | -0/+7 |
2014-08-29 | Fix code renders for cli clients | Florian Pritz | 2 | -0/+2 |
2014-08-29 | Merge branch 'multipaste' into working | Florian Pritz | 26 | -460/+1128 |
2014-08-29 | Increase padding for anchors | Florian Pritz | 1 | -2/+2 |
2014-08-29 | add multipaste support | Florian Pritz | 22 | -301/+939 |
2014-08-29 | Add multiple file input boxes on upload form | Florian Pritz | 2 | -6/+36 |
2014-08-29 | Simplify sorting of history table | Florian Pritz | 3 | -26/+136 |
2014-08-29 | Display better errors for CLI requests | Florian Pritz | 3 | -125/+15 |
2014-07-23 | Move migration code to CLI callable function | Florian Pritz | 6 | -14/+70 |
2014-07-22 | update gentoo overlay URL | Florian Pritz | 1 | -1/+1 |
2014-07-17 | Fix comptability with php 5.6 | Florian Pritz | 1 | -1/+2 |
2014-07-11 | Reword invitation text on front page | Florian Pritz | 1 | -1/+2 |
2014-06-06 | Merge remote-tracking branch 'remotes/upstream/2.2-stable' into working | Florian Pritz | 122 | -330/+308 |
2014-06-06 | Update CI_VERSION | Andrey Andreev | 1 | -1/+1 |
2014-06-06 | Issue #3084 | Andrey Andreev | 1 | -5/+2 |
2014-06-05 | Updating release date | Derek Jones | 1 | -1/+1 |
2014-06-05 | Minor style fixes to improve readability in HMAC authentication | Quinn Chrzan | 1 | -3/+7 |
2014-05-31 | Backport HMAC authentication for CI_Session | Andrey Andreev | 2 | -23/+37 |
2014-05-31 | Fix broken changelog entries | Andrey Andreev | 1 | -2/+2 |
2014-05-31 | Add Travis-CI exception for 2.2-stable branch | Andrey Andreev | 1 | -0/+1 |
2014-05-31 | Changelog messages, bump year in copyright notices | Andrey Andreev | 262 | -375/+367 |
2014-05-30 | Style fixes and adding link to Mcrypt in upgrade instructions | Quinn Chrzan | 2 | -2/+2 |
2014-05-30 | Bumping version numbers and adding upgrade instructions | Quinn Chrzan | 145 | -148/+246 |
2014-05-30 | Merge pull request #3071 from EllisLab/bug/xor_encode | Quinn Chrzan | 3 | -69/+21 |
2014-05-30 | Updating docs for xor_encode removal | Quinn Chrzan | 2 | -7/+6 |
2014-05-29 | Removing xor_encode from Encrypt library | Quinn Chrzan | 1 | -62/+15 |
2014-05-14 | Corrections to the tutorial. | Wes Baker | 2 | -4/+4 |
2014-05-13 | Fix timing attack on session hash | Florian Pritz | 1 | -1/+8 |
2014-04-17 | migration 12: remove dependencies on users table again | Florian Pritz | 1 | -9/+0 |