Commit Graph

11332 Commits (065bb8ebc4dd8a67f8be6840a1e1e8993132b7a5)
 

Author SHA1 Message Date
Julian Lam 065bb8ebc4
psychobunny 3ce9d0ac2f fixed ordered lists in post content
psychobunny 23c2fb2b52 un-nuking @julianlam :rage1: also fixed for latest BS
psychobunny 8b04b4fe50 up persona
Julian Lam f4187fc671 fixing crash with deleted notifications
Julian Lam 40f0076b77 fixed bug with notif merging
Julian Lam 9f5815555a fixed null error with notif grouping
Julian Lam 05df8900db closes
Julian Lam 9db0f59432 part of
Julian Lam 33a3a56fd7 Fixed issue where -w and -a flags didn't work in NodeBB reset.
Julian Lam e602d2ad4d closes
psychobunny 55b75ba502 up'd persona
Julian Lam ea1b640435 calling translator in parseMessage
Barış Soner Uşaklı 530b0dc19e use .text()
Julian Lam 8c87ff44d1
Julian Lam 37b13b4879 Re-added file extension restriction ACP option
Closes 
Barış Soner Uşaklı 7e1a84850c closes
Julian Lam cc4997aeca fixes
Julian Lam 7b49dc9061 fixes
Julian Lam a4d8ab9d12 fixes
Julian Lam c04622506d console.log removal
Julian Lam 0b735fad17 fixed
Julian Lam 46571ccd77 closes
Julian Lam c1460d36f0 Deprecated uploader.open, use uploader.show instead
... as it now takes a single Object argument instead of multiple
parameters.

Also, closes . Help text is just omitted now.
Julian Lam 84a039446c updated modal to not show parentheses when max file size
is not defined...

Also fixing hideAlerts error in ACP when opening the upload modal.
Julian Lam 1cf2ad339a latest translations and fallbacks
barisusakli 24a302ea1a closes
Barış Soner Uşaklı fd215c774f Merge pull request from akhoury/patch-3
[minor] meta tag, content-type shouldnt be escaped
barisusakli 518552de64 dont calculate pid index on new replies
Aziz Khoury b4c8301596 [minor] meta tag, content-type shouldnt be escaped
so `text/html; charset=UTF-8` and not `text/html; charset=UTF-8`
Julian Lam bcbc8608a4 newSet calculations bugfix
Julian Lam 3b6b36cfa6 fixing possible crash
Julian Lam 4cc4824087 Merge pull request from pitaj/master
Maximum invites and invites are stored
Julian Lam 2d203d7dca Squashed commit of the following:
Closes 

commit 3d4f494ed3257bceda8f6f82057cab83f0f252b3
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 12:06:42 2015 -0500

    theme minvers for 

commit b608ce61854f8195143685bb9753b80d32b26e95
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 12:01:03 2015 -0500

    Allowing chat modal to edit and delete messages

    re: 

commit 0104db90a4070582f3938b6929dae35f985bac35
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 11:51:23 2015 -0500

    Fixed issue where newSet calculations were off

    ... sometimes.

    Also, rendering of edited messages now parses a template partial,
    instead of just replacing the content.

commit 5cb6ca600425ca9320c599b32306e93dcc5aa4ce
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 11:07:12 2015 -0500

    If edited content matches existing content...

    ... then edit is aborted.

commit 6e7495247b1895589c716db29f919a934087b924
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 11:05:08 2015 -0500

    some linting and fixed issue where new msgs when deleted would crash server

commit db4a9e40d6dff44569c2437378121db8fdf75cf8
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 17:25:56 2015 -0500

    Message deletion for , and fixed bug

    Fixed bug where chat modal would spawn even though user was sitting
    on the /chats page.

commit a5aa2498ab4a8bba02a6daa43a9dbed7b3e37976
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 14:55:23 2015 -0500

    wiring up the edit button, 

commit 5f2afdcf6f2b9eae6b5873ca100149e65e3d385d
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 14:20:39 2015 -0500

    added indicator to show if and when a message had been edited

commit e8301132d525c1b9fd46c98cdb282ac7ea7a0d7f
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 14:06:39 2015 -0500

    Allowing editing of chat messages

commit bfd991be1cb1769599f7d5d2b1638e313c3c2dcb
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 10:33:49 2015 -0500

    Added messageId to messages object return

commit 0306ee6657b3288dd4547c66869d7d4ece0b31ad
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 08:20:17 2015 -0500

    WIP 
barisusakli d12e8e1116 closes
barisusakli 42cce3771b closes
barisusakli 8dc9475041 closes
barisusakli 60e186c8f3 refactor api/username api/email
barisusakli fff5def99b up dbsearch
barisusakli dcbf53bae3 moved search to dbsearch
Julian Lam 538c6ab7e7 added redisearch to dependencies
Julian Lam 9c36e81f3a 0.9.2
Julian Lam 4ce6bcfa6a latest translations
Julian Lam 7220ed2010
Julian Lam aebaf8f589
barisusakli 745007a2b3 closes
barisusakli 0ffd5254ad closes , closes
Barış Soner Uşaklı cdca09a7b2 escape error message on 500 page
barisusakli 7b21760f00 refactor get user by x
Barış Soner Uşaklı 69bc870017 Merge pull request from lots0logs/master
Add api endpoints to get user by username and by email