6217 Commits (bff5453c550d69bfd44eb09df2e1a4d1886452cf)

Author SHA1 Message Date
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.
10 years ago
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
10 years ago
psychobunny 70da64b927 button to revert to original email template 10 years ago
psychobunny 47fb8e8125 closes #2183 10 years ago
psychobunny 109fe895b3 ability to edit and save custom email templates 10 years ago
psychobunny 46d6be57a8 hint 10 years ago
psychobunny 55748ac3f5 ability to select what kind of test email to send 10 years ago
psychobunny fa8a2c5c1b render email footer partial 10 years ago
psychobunny 4855e69498 email partials for footer 10 years ago
Julian Lam bac04d7ee6 Replace lwip library with jimp native lib for image manipulation 10 years ago
barisusakli 4419eb2aff removed require 10 years ago
barisusakli f3b6a5fbb9 generic getObject 10 years ago
barisusakli 1dd706d0b2 crash fix, res.locals.config can be undefined 10 years ago
barisusakli 1e44cab79e filter:group.build 10 years ago
barisusakli 070fe01463 use unescaped tag to get data 10 years ago
barisusakli d96073dbbf closes #3606 10 years ago
barisusakli c139dfa843 closes #3631 10 years ago
barisusakli f9c8b1acf8 if a parent category is deleted add its children to root 10 years ago
barisusakli 32041d50f7 prevent crash if children are falsy 10 years ago
barisusakli 69ebe7679d removed console .log 10 years ago
barisusakli c98bd87334 better checks for file extensions
jpg allows jpeg
dots dont break extensions
10 years ago
barisusakli fbfb39f967 moved socket connection out of app.js 10 years ago
barisusakli a14810a2e0 wrap lwip.open in try catch, it throws on unknow types, closes #3632 10 years ago
barisusakli 9ff3be67db generic check length method 10 years ago
barisusakli 35a2141da6 reset changes 10 years ago
barisusakli 6363bbc2ba moved reset out 10 years ago
barisusakli 1182237f3d isInvited 10 years ago
barisusakli e1dc161119 added isOwner 10 years ago
barisusakli c4b258c747 added .before to socket.io/groups.js 10 years ago
barisusakli be7c2cc88a closes #3630 10 years ago
psychobunny 26aa9a6251 Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
psychobunny a8d44758cb acp remove logo fix 10 years ago
barisusakli 31ddb8a0e0 uid can be group names :dull: 10 years ago
barisusakli 5555b9256d Merge remote-tracking branch 'origin/master' 10 years ago
barisusakli 6e66b32fe1 dont escape the query that is send to search escape on the way out 10 years ago
psychobunny 8403b010a5 fixes theme screenshots in acp 10 years ago
psychobunny 4dcba62e95 cleanup 10 years ago
barisusakli 244c75f809 admin controllers 10 years ago
barisusakli 3858f6777d check groupName and uid on groups.join 10 years ago
barisusakli d7f82f96b1 remove threadTools require 10 years ago
barisusakli 777157c0d6 remove old postTools requires 10 years ago
barisusakli 0c6495de72 moved postTools and threadTools into posts/ and topics/ 10 years ago
barisusakli 8af64ba984 closes #3626 10 years ago
barisusakli 8c2fdcc77c group escape fixes 10 years ago
Barış Soner Uşaklı 2e1661a5e8 Merge pull request #3618 from jongarrison/master
Revised: Added req and res objects to the widget rendering process
10 years ago
barisusakli 9cef1ffe99 forgot parseInt 10 years ago
Julian Lam 2e3eef136f Update chat frontend to better handle incoming messages
When an incoming message occurs from somebody who is new,
a new chat contact is spawned and put into the contact list.
10 years ago
barisusakli da09ce3e06 optimize getParents
when loading the root categories listing all categories have a parentCid
of 0 so return early instead of calling the database with
['category:0','category:0','category:0''category:0' ...]
10 years ago
barisusakli 04be0411e7 build search categories server side 10 years ago
Julian Lam 34a6275b85 sanitise chat teaser 10 years ago