Commit Graph

76 Commits (89c025d102e7379c12389c743162a7ac6f3caa4e)

Author SHA1 Message Date
Barış Soner Uşaklı 69bb3293ee misc fixes
handle spider uids properly
renovate[bot] 64b9dabff8 chore(deps): update dependency eslint-config-airbnb-base to v13 ()
* chore(deps): update dependency eslint-config-airbnb-base to v13

* chore: , linting 😬
Barış Soner Uşaklı 9c022afae1
Parse int ()
* Store config fields as JSON in the db

Fewer parseInts

* Remove unnecessary parseInts

* remove some dupe code add tests

* remove console.log

* remove more parseInts

* WIP: read meta.configs defaults from defaults.json

remove more parseInts

* more work

* add log for failing test

* update admin pwd

* fix tests, dont require posts/cache before configs are initialized

* handle saves

* Test boolean conditions

* remove more parseInts

* Fix boolean values

* remove lots more parseInts

* removed json parsing

* renamed var to number

* categories dont have timestamp
Barış Soner Uşaklı 57b7c7ede4 closes
Barış Soner Uşaklı 9132743870
Barış Soner Uşaklı 5e90e4db02 closes
Barış Soner Uşaklı f6ac92111b style changes
Peter Jaszkowiak 1ed571189c Make utils and translator easier to require
Move utils.walk to file.walk, backwards compatible
Julian Lam e71bd7a27f Merge branch 'master' into styleguide
barisusakli 3a87f2566a more group tests
barisusakli b7d5bc7dc8 more group tests
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks
Peter Jaszkowiak a038c66549 ESlint quotes
Peter Jaszkowiak 604358ecc4 ESlint keyword-spacing, no-multi-spaces
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
barisusakli 4b6e4f085d more tests
group cover upload tests
registration approval queue tests
barisusakli 9ba93d8be9 group search tests
barisusakli cecb4c0403 some more group tests
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
Barış Soner Uşaklı a325a85a84 fix mass group invite
barisusakli 8326846c2f closes
Accalia de Elementia de007772a4 feat: Allow listing all groups via websocket
also add missing radix to parsing of `after` in groups.loadMore websocket method.
Accalia de Elementia 74a993ccb3 fix: Use the correct path for utils
Accalia de Elementia 574929337d chore(whitespace): revert whitespace only changes
Accalia de Elementia 413517a084 feat(socket.io-groups): Allow first page of members to be retrieved via websockets
previously requesting the first page of members of a group failed
barisusakli cbd637b2a2 dont allow priv group names
barisusakli 041531a2e3 closes
pichalite 96a5d88314 cleanup
pichalite c1c5db4b77 check for last owner on user kick from group
barisusakli 5fe2ebf660 fix typo in groups.join
barisusakli 3ea453e8a0 closes
barisusakli 6be8675580 closes
barisusakli 77b9406841 closes
barisusakli 5e9a656709 Merge remote-tracking branch 'refs/remotes/origin/master' into group-chat
barisusakli 270f8130da closes
barisusakli a1ab50bd2d check admin and priv groups
Julian Lam 2830538835 Cover photo removal for groups,
psychobunny 02d1304185 removing groups.cover.get, seemingly it doesn't do anything
Christian Nolte e0e04ef892 Fixed wrong method name in socket.io/groups.js from isAdmin to isAdministrator
barisusakli e2a5440ae8 closes
barisusakli ca15b85db9 check group exists before joining
barisusakli 1182237f3d isInvited
barisusakli e1dc161119 added isOwner
barisusakli c4b258c747 added .before to socket.io/groups.js
barisusakli 05411651b3 server side check so you can't leave admin group
Julian Lam e25d2fa6e6 closed
Barış Soner Uşaklı a12ecbc230 admin/manage/groups pagination
barisusakli b8028ccdbf dont allow deletion of administrators and registered-users
barisusakli 491d376fb4 closes