Commit Graph

10668 Commits (459c20a2e25ed91a4da8a75daa0a5f33989ccf91)
 

Author SHA1 Message Date
barisusakli 459c20a2e2 closes
barisusakli ee24fadfff closes https://github.com/julianlam/nodebb-plugin-markdown/issues/52
barisusakli 4e2318fa1e fix title in acp removed extra |
barisusakli 933a89d2ae closes removed double escape
barisusakli 3416f600c5
barisusakli 80701f44d6 fix syntax
barisusakli b3cbb46010
include add post index
barisusakli fb6abd32c4 closes
psychobunny 5f9eafcccb potential fix for acp rash
barisusakli 13508ca7f9 closes
barisusakli 87a194a4bd allow array of nids to be passed to notifs.get
barisusakli dbf0f279a2 closes
barisusakli 75af978145 closes
Julian Lam bff5453c55 updating theme minvers
Julian Lam 78863a438f Firing new hook `filter:auth.list`
This new plugins allows SSO services to list whether a
user has authenticated via that service, and will display
as such in the user's profile editing screen.
Julian Lam fa109241cc Update fontawesome picker module (iconSelect)
- Removed 'fa-doesnt-exist' icon
- Added a icon filter search input
- Added a "No Icon" button at the bottom
- Added link back to full FA list
- If icon is picked, it shows the icon class in the search input
Julian Lam bc9e96f210 Update to FontAwesome 4.4.0
psychobunny 08e0b4fff5 persona 3.0.16
psychobunny 70da64b927 button to revert to original email template
psychobunny 47fb8e8125 closes
psychobunny 109fe895b3 ability to edit and save custom email templates
psychobunny 46d6be57a8 hint
psychobunny 55748ac3f5 ability to select what kind of test email to send
psychobunny fa8a2c5c1b render email footer partial
psychobunny 4855e69498 email partials for footer
Julian Lam bac04d7ee6 Replace lwip library with jimp native lib for image manipulation
barisusakli 63fd1ba9ec
barisusakli 4419eb2aff removed require
barisusakli f3b6a5fbb9 generic getObject
barisusakli 1dd706d0b2 crash fix, res.locals.config can be undefined
barisusakli 1e44cab79e filter:group.build
barisusakli 070fe01463 use unescaped tag to get data
barisusakli d96073dbbf closes
barisusakli c139dfa843 closes
Julian Lam 0b331142a2 updated composer version
barisusakli ee8bb8d908 closes
barisusakli 38cd153077 hide on enter as well
barisusakli 4d8f92de24 closes
Julian Lam a8f9671a11 latest translations
barisusakli f9c8b1acf8 if a parent category is deleted add its children to root
barisusakli 32041d50f7 prevent crash if children are falsy
barisusakli f87fc83529 up db search
barisusakli da9a6ba399 missing ;
barisusakli 0a9f82e30d removed some dupe code from chats
barisusakli 2f94307125 removed duplicated code in chats
barisusakli 5c51efdab3 globals config.relative_path
barisusakli 69ebe7679d removed console .log
barisusakli c98bd87334 better checks for file extensions
jpg allows jpeg
dots dont break extensions
barisusakli fbfb39f967 moved socket connection out of app.js
barisusakli a14810a2e0 wrap lwip.open in try catch, it throws on unknow types, closes