Commit Graph
100 Commits
Author SHA1 Message Date
jomo 544e226dfa rename crafatar helm to overlay
the option has been renamed
2015-12-20 03:50:34 +01:00
jomo b618db7938 link to specific version of ago.js 2015-12-20 00:55:28 +01:00
jomo 756d0d1047 bcrypt has a 72 character limit :'(
56 bytes limit of eksblowfish, to be exact
2015-12-17 00:58:27 +01:00
jomo bf91ef766c don't use port 80 for https URLs 2015-12-04 15:02:26 +01:00
jomo 498fa1875d use secure cookies in production 2015-12-04 00:30:08 +01:00
jomo 315122c1de use https in email links 2015-12-03 23:47:51 +01:00
jomo 560f83ce88 use Subresource Integrity for externally hosted javascript
browsers will calculate the sha256 hash of the script and compare it to the value of the integrity attribute
if the values do not match, the browser will refuse to execute it.

note: the shasum is written in base64 encoding, not the (more common) hex format!
2015-12-03 23:12:04 +01:00
jomo e50f1fffee change slack badge back to https 2015-12-03 21:59:21 +01:00
jomo acd1426618 update slack domain 2015-12-01 14:47:14 +01:00
jomo 3a93273cee fix inconsistency between Chrome & FF
In Firefox a <textarea> with a padding-top preserves the padding when scrolling down,
whereas in Chrome the padding will scroll up altogether with the content
2015-08-30 19:54:32 +02:00
jomo 9edbdb7d55 add strip_attributes
converts empty string to nil on the user model
so unique indexes with null: true will not break
2015-08-26 02:54:51 +02:00
jomo 20d31494dc fix sql uniqueness not working
turns out :unique is actually not an option, see
http://apidock.com/rails/v4.2.1/ActiveRecord/ConnectionAdapters/TableDefinition/column

weird enough this never caused trouble
2015-08-26 01:39:07 +02:00
jomo 3c0173f7c4 fix page number in redirection after updating a comment 2015-07-11 04:14:04 +02:00
jomo 4e97a9d63d fix error message for broken mails 2015-07-10 23:22:43 +02:00
jomo 17e27fa17f update favicon in assets folder 2015-07-01 18:56:27 +02:00
jomo 5fb6e8a9e2 use monospace fonts for code blocks 2015-06-17 21:21:20 +02:00
jomo df5bf67dd7 this looks better 2015-05-25 18:19:50 +02:00
jomo 5272044a35 add drop-shadow to 3D crafatar renders
(idea shamelessly cloned from namemc.com)
2015-05-25 18:15:24 +02:00
jomo f5e6969762 add link to donor list on donation page 2015-05-25 18:00:46 +02:00
jomo 41cf37103f allow user filter for donor 2015-05-25 17:58:37 +02:00
jomo d1c360959f maybe I should add migrations... 2015-04-24 00:43:29 +02:00
jomo 542b235f23 show info page update time 2015-04-24 00:28:01 +02:00
jomo eb00bc2f95 show role on user hover 2015-04-24 00:05:52 +02:00
jomo b37308e2b1 compress css 2015-04-16 23:59:57 +02:00
jomo db098ac2e1 optimize images
TODO: logo.svg
2015-04-16 23:50:34 +02:00
jomo 9c9d55bfe4 add donation option for @Dico200 2015-04-14 22:05:00 +02:00
jomo 1ca17d9931 update redcarpet due to XSS bug
http://danlec.com/blog/bug-in-sundown-and-redcarpet
2015-04-09 14:22:50 +02:00
jomo 0ab2b99c31 add padding to <li> 2015-04-03 21:19:30 +02:00
jomo 59ed71090c restructure signup page 2015-04-03 21:17:25 +02:00
jomo ed7dd52db9 pre-fill email field on wrong password 2015-04-03 20:00:39 +02:00
jomo 04c379c3c4 Update donation info 2015-04-03 18:54:31 +02:00
jomo 40bdcaf16b Revert "blog comment improvements"
This reverts commit 320cfa56f9.
2015-04-02 10:30:15 +02:00
jomo 11efebc316 Revert "more improvements"
This reverts commit a404feb6c5.
2015-04-02 10:30:02 +02:00
jomo a404feb6c5 more improvements 2015-04-01 17:02:53 +02:00
jomo 320cfa56f9 blog comment improvements 2015-04-01 16:59:01 +02:00
jomo 72503392e0 add more separating pipes in footer 2015-03-23 23:15:05 +01:00
jomo bafe1f27ac silly me 😒 2015-03-23 22:35:04 +01:00
jomo f507b77baa deploy from :octocat: 2015-03-23 22:32:47 +01:00
jomo d4a7d96d4a new footer with links 2015-03-23 22:31:22 +01:00
jomo e1ffb534db fu capistrano 2015-03-23 01:37:03 +01:00
jomo 408956271d more capistrano changes 2015-03-23 01:00:06 +01:00
jomo 2237a5f510 capistrano changes 2015-03-23 00:50:13 +01:00
jomo b1e32fdedd remove verbose log 2015-03-22 23:33:41 +01:00
jomo f572f13479 remove unused route 2015-03-22 23:20:45 +01:00
jomo 976799b996 add developent.rb & production.rb 2015-03-22 23:16:57 +01:00
jomo 934a77fdc8 remove old, unused env from Gemfile 2015-03-22 22:58:08 +01:00
jomo 6ed86ce909 add database.yml 2015-03-22 22:57:09 +01:00
jomo 631a56a8c1 add secrets.yml 2015-03-22 22:50:49 +01:00
jomo 2470cc740b show UUID on user page 2015-03-11 18:28:33 +01:00
jomo bded4cdc9e add crafatar skin render to donation page 2015-03-11 18:24:25 +01:00
jomo 69ca35f94c add border to role badges 2015-03-11 17:44:53 +01:00
jomo 557393565c fix user list ranking 2015-03-10 01:05:21 +01:00
jomo b601d49fe6 add color to roles, improvement in label color detection 2015-03-10 00:51:39 +01:00
jomo d6221ca8d1 add DMCA link
NEVER GONNA GIVE YOU UP
NEVER GONNA LET YOU DOWN
NEVER GONNA RUN AROUND AND DESERT YOU
NEVER GONNA MAKE YOU CRY
NEVER GONNA SAY GOODBYE

░░░░░▄▄▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▄░░░░░░░
░░░░░█░░░░▒▒▒▒▒▒▒▒▒▒▒▒░░▀▀▄░░░░
░░░░█░░░▒▒▒▒▒▒░░░░░░░░▒▒▒░░█░░░
░░░█░░░░░░▄██▀▄▄░░░░░▄▄▄░░░░█░░
░▄▀▒▄▄▄▒░█▀▀▀▀▄▄█░░░██▄▄█░░░░█░
█░▒█▒▄░▀▄▄▄▀░░░░░░░░█░░░▒▒▒▒▒░█
█░▒█░█▀▄▄░░░░░█▀░░░░▀▄░░▄▀▀▀▄▒█
░█░▀▄░█▄░█▀▄▄░▀░▀▀░▄▄▀░░░░█░░█░
░░█░░░▀▄▀█▄▄░█▀▀▀▄▄▄▄▀▀█▀██░█░░
░░░█░░░░██░░▀█▄▄▄█▄▄█▄████░█░░░
░░░░█░░░░▀▀▄░█░░░█░█▀██████░█░░
░░░░░▀▄░░░░░▀▀▄▄▄█▄█▄█▄█▄▀░░█░░
░░░░░░░▀▄▄░▒▒▒▒░░░░░░░░░░▒░░░█░
░░░░░░░░░░▀▀▄▄░▒▒▒▒▒▒▒▒▒▒░░░░█░
░░░░░░░░░░░░░░▀▄▄▄▄▄░░░░░░░░█░░
2015-03-09 23:05:55 +01:00
jomo 0790598dce minify logo.svg 2015-02-16 21:18:09 +01:00
jomo 7ee06235ab renamed 2015-02-16 20:59:07 +01:00
jomo 054f673fce remove donation info for PanFritz, as requested 2015-02-16 20:51:53 +01:00
jomo 19cf175050 allow start time for YouTube videos 2015-02-08 02:03:42 +01:00
jomo 61f51666fb remove thread mention mail, use reply mail instead 2015-02-08 01:47:20 +01:00
jomo 8af9d9922b fix broken mail html 2015-02-08 01:38:41 +01:00
jomo f428bb3a35 fix mailer previews 2015-02-08 01:25:15 +01:00
jomo 05760b845c remove comment mention mail, use reply mail instead 2015-02-08 01:18:09 +01:00
jomo f82af96759 redirect to proper page for thread replies 2015-02-08 00:47:17 +01:00
jomo e887e3d1da update minecraft name changes automatically 2015-02-08 00:32:52 +01:00
jomo c45a888e1e redirect to correct blogpost page 2015-02-08 00:32:00 +01:00
jomo dc60251ab4 actually correct order of prev/next info 2015-01-27 22:54:47 +01:00
jomo 7ae24024dd correct order of prev/next info 2015-01-27 21:53:22 +01:00
jomo 580db14754 fix locked? being called on nil 2015-01-27 21:46:48 +01:00
jomo 374f602163 remove mini markdown renderer everywhere
was still used for comment emails etc
2015-01-26 00:42:58 +01:00
jomo f0c0c1c20e use full markdown editor for comments 2015-01-26 00:20:21 +01:00
jomo 46de6dddf3 fix border radius on selected @suggestions 2015-01-26 00:10:48 +01:00
jomo 75a7f4499a big @mentions update
1. switched from autocomplete.js to jquery-textcomplete
2. style update
3. Allow mentioning by ign OR display name
4. display names can be two words and separated by a space
5. display names can be all characters, except a few special ones (punctuation etc)
6. Wildcard characters are escaped in SQL
7. Suggestions are html escaped
8. Suggestions have a timeout of 300ms, so the query is made after you stopped typing
2015-01-25 23:47:38 +01:00
jomo 31dcf02083 prevent editing label after thread was locked 2015-01-25 17:10:15 +01:00
jomo 0050d6285b new favicon 2015-01-25 17:02:13 +01:00
jomo 7ac3214a20 fix stroke inline code 2015-01-25 16:32:51 +01:00
jomo c71df8193d updated higlightjs, fixes for code blocks, code block style changes 2015-01-25 16:30:58 +01:00
jomo eb7892ebe4 fix users not being able to create in write-only forums 2015-01-17 21:12:10 +01:00
jomo c5af51afe6 fix stacklevel2deep 2015-01-17 20:41:51 +01:00
jomo 10e0bf2f6e make sticky threads visible in write-only forums 2015-01-17 20:38:51 +01:00
jomo 55f92fe45a enable write-only forums
when the role-write is lower than the role-read, a forum is considered write-only
for anyone who can write, but not read, they can create posts, but they can only see and reply to their own posts.

users who can read are able to see and reply to all posts in the forum.
2015-01-17 19:40:57 +01:00
jomo a6c062bde7 make labels editable in threads 2015-01-17 18:28:38 +01:00
jomo 5f00fc87a3 proper color support for labels 2015-01-17 16:04:07 +01:00
jomo 39fceedf56 add basic support for labels 2014-11-21 00:39:38 +01:00
jomo f6c4c78752 typo, t/573 2014-11-17 23:06:37 +01:00
jomo 3c7501bdb2 agojs: 'an' hour 2014-11-17 23:06:18 +01:00
jomo 700802227d agojs: 1 = 'a' 2014-11-17 22:13:20 +01:00
jomo 82f5e7edd9 use crafatar to serve avatars 2014-11-17 01:33:23 +01:00
jomo b3bb113977 use ago.js from cdn.rawgit.com 2014-11-16 00:44:02 +01:00
jomo 62e67c75b7 smaller ago.js 2014-11-16 00:11:47 +01:00
jomo 4ee1f7320b fuck you, webkit. 2014-11-15 23:42:02 +01:00
jomo 4bab18d477 ago.js fixes 2014-11-15 23:07:59 +01:00
jomo d2efe44de5 rename time helper to ago 2014-11-15 21:02:30 +01:00
jomo 110bc2a248 redo ago.js, remove therubyracer gem 2014-11-15 21:00:00 +01:00
jomo ebab21445b fix css duplicate class 2014-10-18 19:28:35 +02:00
jomo cf5207b22f change time zone to UTC, show zone in timestamps 2014-10-13 02:21:19 +02:00
jomo f03d634b88 clean up ago.js, add months as unit 2014-10-13 02:13:48 +02:00
jomo 40d1ca60ef change secrets, usually we shouldn't need these because sessions are stored on the server 2014-10-13 01:03:04 +02:00
jomo 6cf7cbed20 show time of last blogpost in menu 2014-10-12 23:57:26 +02:00
jomo 46734520bc use new logo 2014-10-12 23:05:13 +02:00
jomo b574ea3e9e use time helper for ago.js 2014-10-12 22:28:12 +02:00