470 Commits (f97f45a13869b6918c0d94e8983c34e737f5cace)

Author SHA1 Message Date
Julian Lam f97f45a138 logic to show a modal to banned users when they try to log in via SSO 9 years ago
Sergii Paryzhskyi e515b791da Fix eslint rules (#5117)
* Fix semi linter rule

* Fix semi-spacing linter rule

* Fix no-undef-init linter rule

* Fix space-before-blocks linter rule
9 years ago
barisusakli 2c65b2ecf3 closes #5143 9 years ago
barisusakli b1773ad51d add new hook to add more fields to csv download 9 years ago
Julian Lam 4ceb8914e9 adding email sent tally to digest output 9 years ago
barisusakli dd077117a2 refactor user.updateProfile and write test 9 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 9 years ago
HeeL 3fa1c1f927 Fix space-infix-ops linter rule 9 years ago
Julian Lam 4f159acf56 fixes #5104 9 years ago
barisusakli 6f86621e30 closes #5096 9 years ago
barisusakli 9a55498fc1 changes to manage/users 9 years ago
barisusakli 15409f92cd escape history data, hide moderation note in api 9 years ago
barisusakli 4b3b123cd0 closes #5042 9 years ago
barisusakli 4ce8e2224a optimize topics.markTopicNotificationsRead
let's not call it once for each tid
9 years ago
Julian Lam 172702565e show username and email history 9 years ago
barisusakli becacdefb0 new hooks to customize registration queue with custom data 9 years ago
barisusakli 3cdfd22a65 on user delete remove their uid from digests 9 years ago
Timothy Fike 247db79d57 modifyUserData does not check for offline status. 9 years ago
Julian Lam 1d0edee358 showing ban reason on user login, closes #5002 9 years ago
Julian Lam 194716cd68 re: #5002 9 years ago
barisusakli 6d34bb4657 closes #2166 9 years ago
barisusakli 07fe5057e1 make sure validator.escape() receives strings only 9 years ago
Julian Lam 25cd772e0e closes #4766 9 years ago
barisusakli b6ac809a7d moved sync code out of async 9 years ago
barisusakli 84f88a6f15 refactor user search
use pagination on results
removed infinite scroll
changed the term and section to use the query param as well
pagination urls respect search
9 years ago
Ben Lubar de49de3c56 Show accounts using the same IP address as a registration queue entry (#4965) 9 years ago
Julian Lam 8a107c8d6c saving getUsersCSV to event log and outputting to log if pressed 9 years ago
Mathias Schreck ce9ee62fa0 Handle callback errors 9 years ago
barisusakli b9961bcffa if email is undefined use empty string 9 years ago
barisusakli aad9f83869 use getSortedRevRangeWithScores, cleanup 9 years ago
barisusakli b9ad7f2dbb remove unused group code from settings 9 years ago
barisusakli 973e208329 added banned:expire to user hash 9 years ago
barisusakli 1d70dc0d8b closes #4930 9 years ago
barisusakli a53f7f65db change homePageRoute logic 9 years ago
barisusakli 514c12aa68 closes #4885 9 years ago
Ben Lubar fc387111e2 make keeping avatar versions an option in the ACP that is turned off by default 9 years ago
Ben Lubar 0d40542f93 Keep old versions of avatars in the filesystem. Change the avatar URL each time a new one is uploaded to avoid caching problems. Closes #4722. 9 years ago
barisusakli c042d16f40 dont set homePageRoute to `custom` if field is empty 9 years ago
Julian Lam c8e64ae93b updating profile fields to allow plugins (e.g. the write-api) to change a user's profile picture
@barisusakli please let me know if this is not ok.
9 years ago
Julian Lam 5ecbbd228d adding missing files, re: #4827 9 years ago
Julian Lam d5961cfca3 #4827 9 years ago
Julian Lam 21caa82b61 ban controls on frontend, closes #4807 9 years ago
Julian Lam 37b1d1a050 re: #4807, fixed issue where an unban would still have the user listed in the temp ban sorted set 9 years ago
Julian Lam a2b0576b79 showing temporary ban indicator in Users ACP, #4807 9 years ago
barisusakli 789a3736af closes #4820 9 years ago
Barış Soner Uşaklı b6234cbd2b fix error msg typo 9 years ago
Barış Soner Uşaklı ea6d783c31 #4808 9 years ago
Julian Lam 04d4fc2eca temporary ban support 9 years ago
Julian Lam 7da71976cf WIP temporary bans 9 years ago
Julian Lam a14263349b updated termsOfUse to use registration interstitial instead of being integrated into register template 9 years ago