Commit Graph

147 Commits

Author SHA1 Message Date
3acf53a32a default style:width:100% overrides width:100%. Use a local style 2012-03-14 20:28:15 +00:00
8b78fce982 more forminess 2012-03-13 15:23:56 +00:00
f67b049176 allow logout from link 2012-03-12 18:04:06 +00:00
2ed73f9a68 user signup form 2012-03-12 18:03:46 +00:00
34d42d27f4 delete with images / with comments, and check auth token 2012-03-12 17:44:07 +00:00
0e262f5500 change_X -> edit_X for consistency 2012-03-12 17:29:03 +00:00
5803920bcc more forms 2012-03-11 15:53:19 +00:00
b7006e90db Merge branch 'master' of github.com:shish/shimmie2 2012-03-11 15:50:04 +00:00
4c0b2dcb39 Merge branch 'master' of github.com:shish/shimmie2 2012-03-11 15:49:52 +00:00
c78ad128bf forms 2012-03-11 15:49:40 +00:00
071b783f56 forms 2012-03-11 15:49:25 +00:00
a20245ff70 Merge branch 'master' of github.com:shish/shimmie2 2012-03-10 01:07:02 +00:00
d7d2bf7418 user test updates 2012-03-09 18:15:03 +00:00
c7e2ef74f8 if username or password are blank, exit early (saves logging the failed attempt) 2012-03-08 04:35:52 +00:00
569e93cd6b postgres requires a sequence name to be passed to get_last_insert_id 2012-03-08 02:55:04 +00:00
8448a4cee1 don't overwrite global $user... 2012-03-05 09:55:11 +00:00
169ae5f590 installer fails 2012-02-22 13:58:55 +00:00
eccea620ba only admins can change user classes, and they should be protected from moderators 2012-02-22 12:32:54 +00:00
4d2a066717 user classes in the installer 2012-02-21 18:37:36 +00:00
af7704825b use HTTP status codes with error messages 2012-02-16 15:37:05 +00:00
3c1b20e05b user classes 2012-02-14 20:38:19 +00:00
519e46578d more notation for which strings are HTML safe and which aren't 2012-02-13 20:51:34 +00:00
67623246e9 leave sizes to css 2012-02-12 11:14:04 +00:00
0698b780f9 remove regular Extension, have SimpleExtension take its place, optimise the event system based on SimpleExtension methods 2012-02-08 12:07:01 +00:00
0589f9d72e fine grained permission bits 2012-02-07 15:15:18 +00:00
4e1300631b Merge branch 'master' of github.com:shish/shimmie2 2012-02-05 04:25:58 +00:00
0b13db8ed7 hide anonymous's user page - having made a million comments, it was taking upwards of 60 seconds to process that one page, triggering the DOS defences... 2012-02-05 04:25:50 +00:00
dab85e5f26 merge type hints 2012-02-02 14:16:14 +00:00
cc8f1f35a5 more type hints 2012-02-02 14:14:33 +00:00
dc6c173efd type hints for hiphop 2012-02-02 08:07:57 +00:00
ec0fab54d8 these are magicked now 2012-02-02 07:53:27 +00:00
aed5e1a30e hand merge of speed tweaks 2012-01-31 13:20:43 +00:00
93c2aa2084 only show IP list to admin and self-user, and don't show anon's list 2012-01-27 10:17:44 +00:00
52bbb36af4 shm_user breaks varnish cache 2012-01-26 16:51:24 +00:00
f38b45e2a9 there are some odd cases where anonymous is not user #1, so use the anon_id variable 2012-01-24 16:40:36 +00:00
ddd3f99835 deleting the user withouth images delete resulted in image deletion too: the DB entriy gets removed but the image stays on the Hard drive.
this is fixed.
also the Foreign key needs to be manually updated in images table.
named the foreign keys in install.php for easier altering in the future.
2012-01-22 20:14:35 +01:00
023384149f User deletion (Deletes the user with comments, favorites and private messages)
User deletion with uploaded images ( all above plus the images the user uploaded)
Also the Database fix that is all needed for this in DBupdate.php
2012-01-22 18:55:52 +01:00
8eaaa6a7ca Added user deletion.
User is deleted from database
the Comments are deleted too, unknown reason for me
Noting else is deleted so far.
2012-01-19 18:23:43 +01:00
557a82e7be Fixed linking bug in admin_user/list page. 2012-01-19 16:43:20 +01:00
fc12bbbfe5 More small changes to help save a few microseconds. 2012-01-12 15:46:34 -05:00
ad2bb8b8b6 switch timeago to a javascript implementation 2011-12-31 14:12:34 +00:00
cfbeddde9f HTTP level caching, so we can stick varnish in front of the web pages 2011-12-27 19:23:37 +00:00
ba02e589b0 IP isn't an int 2011-12-25 12:38:07 +00:00
070aeff199 search images by uploader IP 2011-12-25 12:31:28 +00:00
b1cb655adc hopefully fix signup for PDO 2011-02-21 11:57:50 +00:00
fc7eb0609e warn on login failure 2011-01-22 16:10:07 +00:00
ee3c24117b more pdo compat, database bits 2011-01-03 15:18:24 +00:00
d6baeab977 more pdo compat 2011-01-01 16:28:04 +00:00
ffb1762280 Insert_ID -> lastInsertId 2010-12-31 20:00:59 +00:00
1e04df7765 <form> -> make_form(), or add auth token manually 2010-10-07 21:26:27 +01:00