Commit Graph
50 Commits
Author SHA1 Message Date
MightyPork 57a8fc58d6 add Longest and Shortest filters 2018-08-16 22:30:46 +02:00
MightyPork a9426759d2 add different table sort options, change default to last-updated 2018-08-16 22:19:03 +02:00
MightyPork cff01551de add revision reverting option 2018-08-16 21:43:10 +02:00
MightyPork 34e432fe87 added a revisions page 2018-08-16 21:17:32 +02:00
MightyPork 7f48d14ce3 Fix table names are globally unique instead of per user 2018-08-13 00:10:10 +02:00
MightyPork c76fc21820 Brutal insert speed optimization by bypassing the ORM completely 2018-08-12 23:49:52 +02:00
MightyPork 13b22f7cb4 add option to upload file when creating a table 2018-08-12 22:38:08 +02:00
MightyPork b716260a53 Fix very slow table display when filled with ugly data 2018-08-12 21:45:27 +02:00
MightyPork e1c7114bd4 correctly sort by numeric columns 2018-08-11 23:34:48 +02:00
MightyPork f42e80cc5d fix stupid json unpacking bug turning indexed array to object 2018-08-11 21:51:15 +02:00
MightyPork f6109b5d4a fix deleting columns 2018-08-11 21:46:11 +02:00
MightyPork c0bc64a2e7 fix camel columns 2018-08-11 21:37:56 +02:00
MightyPork f2910f977f Working proposal apply code, fixed schema (need reset - artisan migrate:fresh) 2018-08-11 18:42:12 +02:00
MightyPork 8efc31d820 Use temporary negative IDs for rows created in a draft Changeset 2018-08-11 16:19:32 +02:00
MightyPork adc53cee95 Submit route, fixes in col editor 2018-08-11 11:52:57 +02:00
MightyPork 6cfd5aa7e9 add some validation to row edit, better handle setting null cols with empty 2018-08-05 18:45:11 +02:00
MightyPork bb8bc459dc stub of the row editor 2018-08-05 14:45:43 +02:00
MightyPork e17548e5e7 preparing for proposal composition 2018-08-04 22:25:55 +02:00
MightyPork fabc3ad24e add column unique numbering scheme, more efficient selects 2018-08-04 19:57:59 +02:00
MightyPork 755c65a42d implement GRIDs 2018-08-01 22:19:30 +02:00
MightyPork 904e29955d Implemented e-mail confirmations 2018-07-31 22:42:08 +02:00
MightyPork df0e06045f add mutators to jsonb columns 2018-07-31 20:32:15 +02:00
MightyPork 3bf9b68503 table deleting 2018-07-29 19:11:55 +02:00
MightyPork c23009b306 recreate Proposals button/inbox, start of edit page 2018-07-29 17:24:44 +02:00
MightyPork f1529b3b8e Add BaseModel with stricter attribute existence checking 2018-07-29 16:37:11 +02:00
MightyPork ffc5a42252 add table count to user list, padding to help bubble, better date formatting and tooltip 2018-07-29 13:31:05 +02:00
MightyPork a79b5ae7d8 public dash and view counting 2018-07-29 11:52:29 +02:00
MightyPork 4c1ec1ba2f mix up the navbar a bit 2018-07-28 19:04:37 +02:00
MightyPork dc5ec5db95 placeholder table action buttons 2018-07-28 18:37:51 +02:00
MightyPork 1c6dedbb34 user edit form 2018-07-22 23:08:16 +02:00
MightyPork ddb885b4e2 basic profile edit page, not working yet 2018-07-22 20:49:22 +02:00
MightyPork 8356997133 pretty paginator and better css for buttons in card headers 2018-07-22 17:06:08 +02:00
MightyPork 3b123d7f08 instancecache trait 2018-07-22 16:07:27 +02:00
MightyPork a3ba68ea98 logo, improved listing, some helpers, mail confirms table, confirmed flag, user title column.. 2018-07-22 15:43:17 +02:00
MightyPork 9081b38425 remove ref counting, will be replaced by cleanup jobs or triggers 2018-07-22 06:47:59 +02:00
MightyPork e01c63cfa2 add table viewing page 2018-07-21 23:57:31 +02:00
MightyPork 26488e5883 creating tables 2018-07-21 23:07:41 +02:00
MightyPork dc9acbf9d7 add some missing auto-deletes if refcount reaches zero 2018-07-21 19:47:44 +02:00
MightyPork a9ffd378a0 form improvements 2018-07-21 19:24:00 +02:00
MightyPork eeaa837c29 added some icons, small cleaning, create table page stub, table controller 2018-07-16 23:00:45 +02:00
MightyPork 25cb60d377 add doc comments to models 2018-07-14 18:50:25 +02:00
MightyPork 6f908356dc use native lara notifs, add phpsandbox package 2018-07-14 17:42:53 +02:00
MightyPork 66afe052b9 added php sandbox and some helper funcs to models 2018-07-14 15:22:10 +02:00
MightyPork 8efa08b1cc got rid of proposal-column references 2018-07-14 14:41:59 +02:00
MightyPork 7493d3e176 some work on models 2018-07-14 14:34:17 +02:00
MightyPork 6fd1d7eb89 updated models 2018-07-14 12:24:24 +02:00
MightyPork 34df868d57 add models and relations 2018-07-12 21:56:07 +02:00
MightyPork 52ab2c474e reworked migrations AGAIN and added relations to models 2018-07-12 20:50:48 +02:00
MightyPork 6e2040249b added socialite and some hacks via vendor sideload to add social login 2018-07-08 23:59:32 +02:00
MightyPork d2d098006c initial 2018-07-08 17:34:50 +02:00