Commit Graph

11743 Commits (da5494fdf1216a5bcb5bd15b4ce7f40891dc9ed1)
 

Author SHA1 Message Date
Julian Lam 73633523b2 upped composer minver
Barış Soner Uşaklı d3087b4e05 changed userTitle of global mods
Julian Lam 9b9f4b252f fixes
Julian Lam 9a7ec01e15 Merge pull request from frissdiegurke/patch-2
Fix undefined S within translator
Julian Lam 6b3a244d1e closes
Barış Soner Uşaklı f64a814b94 up vanilla
Barış Soner Uşaklı 303ac90dc5 Merge pull request from pichalite/master
use component
Ole R 91ec4c80c2 Oops, fix call of undefined
pichalite 776c60dc00 use component
psychobunny cc3175a33e up'd persona / vanilla closes
Ole R 2bcd4e1e3f Fix undefined S within translator
If you `require(['string'], function (stringLib) { S = stringLib; })` it is an async call and thus you need to ensure any usage of `S` happens when this is resolved.
Julian Lam 47c61e883a tweaked styling for flags page a bit
Barış Soner Uşaklı b485b412a8 added title to flagged posts page
Julian Lam eb8b6af7fb Fix global mod priv check and styling for flags page
Julian Lam 95fb0075c6 re-added missing base64ToLocal method in file lib
barisusakli 87f0d68ba2 send flag notifications to global mods as well
push notifications to unique uids only
barisusakli 1ed3b40a1b fix calls
Barış Soner Uşaklı 2ce22caa41 Merge pull request from pichalite/master
remove unused code and use components
barisusakli 4d6cb9a26a up themes
barisusakli e6cf8ec5cf more flagged posts shenanigans
barisusakli 086e99de5c wip flagged posts
barisusakli 0bea912077 cleaned up users controller
barisusakli 1b9e18c6fc allow global mods to see banned users
pichalite ee47a13556 use components
pichalite e6e4b5784d remove unused code
psychobunny 2560e6345f Merge pull request from pichalite/master
use ajaxify.data.username instead of getting html
pichalite d133ff74bd use ajaxify.data.username instead of getting html
use ajaxify.data.username instead of getting html for toggleFollow
barisusakli 036e958bfe fix typo that causes bug in gorup sorting
Julian Lam b1d6d81992 ensuring that auth routes are loaded _after_ plugin routes,
just like in a reload.
barisusakli 5e86d9f804 closes
barisusakli 97c42de2d3 remove unused params
barisusakli 821461f802 closes
barisusakli 3336365e53 closes
barisusakli 19c2ce0e84 fix uid ref
barisusakli d82b797f70 fix for
barisusakli 1e2779d326 closes
barisusakli 2b5f9d075b closes
barisusakli 6b9a07bbcf closes
barisusakli 7542364d31 added settings to payload
barisusakli 33033e3bc5 closes
barisusakli f09ee86e42 closes
Julian Lam b7311dac65 removed css file @pichalite
Julian Lam 159c19e65a pass req.query into search filter
Julian Lam c7647cfb72 Merge pull request from pichalite/master
ACP styling fixes
barisusakli c2e1426e57 fix syntax error, and actually show error if minification fails
barisusakli 1a87767c2c removed extra isAdminOrMod check
barisusakli 62ea03d2c2 fix indent
barisusakli 3a2b5fefd9 :eye_brow:
barisusakli ae8837b44a generate notification path on demand
barisusakli add4e6ee5b notifications.create can return null