1257 Commits (72e77772dbca73b655a2cfe8097567a354119f7e)

Author SHA1 Message Date
barisusakli 387110fecc closes #5315 8 years ago
Julian Lam 8a0a74d95e Merge remote-tracking branch 'origin/master' into develop 8 years ago
Julian Lam bfd16d188e Merge branch 'master' into develop 8 years ago
Peter Jaszkowiak 360a35d0a6 Resolve merge conflicts 8 years ago
barisusakli 51981ffb99 get extention from content type 8 years ago
Peter Jaszkowiak c14a31644b Merge branch 'master' into 'develop' 8 years ago
Stephan 0c6679ca9c Update dashboard.js 8 years ago
Julian Lam debffe385f closes #5316 8 years ago
barisusakli 366ab103a4 closes #5405 8 years ago
barisusakli 3fb7f9fce5 closes #5398 8 years ago
barisusakli 2a33991f0d read usercount from global object 8 years ago
Stephan af4df8e197 added missing translation
added missing language string in dashboard.js
8 years ago
Julian Lam 73879b824c Merge branch 'master' into develop 8 years ago
Julian Lam 339845ff6b Merge pull request #5366 from pitaj/build-translations
Compile translations in the build step
8 years ago
Julian Lam 48909e753c Merge branch 'master' into develop 8 years ago
Julian Lam 06a77143bd additional logging and removing interstitial session data if plugins don't return interstitials 8 years ago
Peter Jaszkowiak 8c86b2e32c Build pipeline improvements
- Refactor meta/css
- `fs.link` usage consolidated to `file.link`
- rimraf built modules directory to fix error
- Remove `local-assets` flag
8 years ago
Peter Jaszkowiak 05b68391dd Use `/assets` for client assets
- Route `/assets` -> `build/public`, falling back on `public`
- Moved destinations for `nodebb.min.js`, `acp.min.js`, `admin.css`, `stylesheet.css`, `templates`, and `sounds` to `build/public`
- r.js modules previously routed through express are now symlinked into `public/build/src/modules`
- minfiles no longer served from a memory cache
- use config `views_dir` setting everywhere template directory is used
- fix cache buster `v=v=`
8 years ago
Peter Jaszkowiak 2f07c18c5a All hail the glorious translation prebuilding 8 years ago
Julian Lam d29361f4c9 added additional visibility masks for profile menu hook, also added isPrivileged user method, closes #5306 8 years ago
Julian Lam 43056a4bfa Merge branch 'master' into develop 8 years ago
barisusakli c0a8fd7395 allow multiple tags 8 years ago
Julian Lam 81ca10d72e Merge pull request #5332 from pitaj/async@2
async v2 upgrade
8 years ago
Julian Lam 3861b2dd80 Merge remote-tracking branch 'origin/master' into develop 8 years ago
Julian Lam 541f51e947 restrict flags interface so that moderators only see flags from cids they can actually moderate 8 years ago
barisusakli 6b2dde02b5 closes #5333 8 years ago
Peter Jaszkowiak 11f7cc4163 Pass tests 8 years ago
Julian Lam db20df0110 Merge branch 'master' into develop 8 years ago
barisusakli 190b3759a0 fix tests 8 years ago
Julian Lam c640bdf2b9 Merge branch 'master' into develop 8 years ago
Peter Jaszkowiak 38eba81933 ACP menu and title translations 8 years ago
barisusakli 1fed01fe43 ability to filter search by tags 8 years ago
Julian Lam 76bcc1c327 Merge branch 'flagging-refactor' into develop 8 years ago
Julian Lam ad633aad45 additional tests and proper handling for purged flag targets, #5232 8 years ago
Barış Soner Uşaklı 4ff3d06f90 escape labelColor, icon, cover:position, validate toPid 8 years ago
Julian Lam 0927d54c98 ability to filter flags by cid, #5232, more tests 8 years ago
Julian Lam e6768ab572 some more fixes to flags, simplifying qs manipulation in flags search
re: #5232
8 years ago
Julian Lam 451c2838d0 Merge remote-tracking branch 'origin/master' into flagging-refactor 8 years ago
barisusakli e86708cb0c add cid to widgets.render
init date pickers in widgets ACP
8 years ago
Julian Lam ebc9abd773 upgrade script and graphs for #5232 8 years ago
Julian Lam 31996f9377 added page titles 8 years ago
Julian Lam 5dd892bd01 a bunch of changes here... allowing user profiles to be flagged, #5232 8 years ago
Julian Lam 9f9051026b more work on #5232 8 years ago
Julian Lam 88958049eb added some more filters, and appending event to history on flag creation
issue #5232
8 years ago
Julian Lam 8e1d441e20 Added some quick filters, #5232 8 years ago
Julian Lam b7217e8841 Merge remote-tracking branch 'origin/master' into flagging-refactor 8 years ago
barisusakli cbd6853ccb notif controller test 8 years ago
Julian Lam 753d4b0275 wrapped up basic functionality of list and detail for flags, filter support. #5232 8 years ago
Julian Lam dde3d2b135 Merge remote-tracking branch 'origin/master' into flagging-refactor 8 years ago
Julian Lam 33ff5e09bb updated revoke session middleware to allow self or admin or global mod invocation, tweaked tests a bit 8 years ago
barisusakli 4b6e4f085d more tests
group cover upload tests
registration approval queue tests
8 years ago
Julian Lam c5b9c1e2a4 Merge remote-tracking branch 'origin/master' into flagging-refactor 8 years ago
Julian Lam c5c2d27180 flag assignees, state, notes WIP, #5232 8 years ago
barisusakli 02aadf79b5 account/posts controller tests 8 years ago
barisusakli 4cb48c46ab closes #5242 8 years ago
Julian Lam 0bf82c0e47 Merge branch 'master' into flagging-refactor 8 years ago
barisusakli d8a1e98a43 fix permalinks on pagination 8 years ago
Julian Lam 9f7c4befea omg tests (#5232), and .create returns flag data now 8 years ago
Julian Lam 98a104564b some light refactoring, details API (#5232) 8 years ago
Julian Lam 640df0379e flag list page (#5232) 8 years ago
Julian Lam 1aa70c57eb WIP 8 years ago
barisusakli 4b815449f1 closes #5234 8 years ago
Peter Jaszkowiak c5237443cd Standard language codes (#5218)
* Use standard language codes. Fallback for plugins.

* Fix transifex config

* Tab vs space here for some reason

* Remove redundancies

* config.relative_path instead of allcaps

* added upgrade script for existing users' accounts
8 years ago
Julian Lam cafbdfd83e fixes #5226 8 years ago
barisusakli b49af0a135 #5223
adjust pagination so each page shows `postsPerPage` posts
8 years ago
barisusakli 2c77a88ba4 closes #5220 8 years ago
barisusakli dada858565 add canReply to messages 8 years ago
Barış Soner Uşaklı 42aa4fb67b Merge pull request #5212 from stuwil/fix-relative-path-login-redirect
Replace only base URL in login return URL, fixes #5205
8 years ago
Julian Lam b1f23c8c4b read req.uid instead of req.user.uid in admin groups list 8 years ago
Stuart Williams f92758c764 Replace only base URL in login redirect URL, fixes #5205 8 years ago
barisusakli 2476ab3684 closes #5202 8 years ago
Julian Lam 2f2eb1457d auto-redirect to SSO flow should work in subfolders too 8 years ago
Julian Lam ede7a71db7 Fixes #5186
On socket.io connection, all clients join a room pertaining to
their express session id. We use this room to keep track of any
sessions in different browser windows (but the same cookie jar),
so if a login/logout occurs, we can throw a session mismatch
modal.

This room can also be used to emit messages across windows/tabs...
8 years ago
Julian Lam 7d523fae0f closes #5200 8 years ago
Julian Lam e6c9c89342 closes #5197 8 years ago
barisusakli 1e543dd394 fix profile views on redis 8 years ago
barisusakli 8294fc90e3 closes #5084 8 years ago
Barış Soner Uşaklı b38a10f96a add pagination to user profile 8 years ago
barisusakli f30b694545 gitInfo error doesnt block page 8 years ago
barisusakli 5cfe379841 fix recent for inf scroll 8 years ago
barisusakli 556dfa51d9 fix pagination querystring on /recent 8 years ago
barisusakli f8ae7b069c cid filter 8 years ago
barisusakli 58fff8b0af up persona fix test 8 years ago
barisusakli fb47bf3889 unread/recent changes closes #4774 8 years ago
Julian Lam 66aea0eed1 closes #5167 8 years ago
barisusakli 7a8de6169b admin controller tests 8 years ago
Ben Lubar 2161f0d473
Allow plugins to affect whether a registration goes into the queue 8 years ago
barisusakli 687cce6089 closes #5159 8 years ago
Anil Mandepudi 619ca48403 remove shims for IE8 (#5157) 8 years ago
barisusakli 553ee7dcdd more chat tests 8 years ago
Julian Lam 4b5c98fb21 fix broken ACP login, closes #5156 8 years ago
Julian Lam 0590a4f2cf closes #5156 8 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
8 years ago
Julian Lam 2463e85c0d allowing moderators access to the account info page 8 years ago
barisusakli bcdd7b12f0 closes #5149 8 years ago
Julian Lam 02998669c3 introducing option to disable chat message editing/deletion 8 years ago
barisusakli 8c7de0f239 fix eslint 8 years ago
barisusakli 1e486875f4 add top posters and most rep to acp 8 years ago
barisusakli 9131f9d8f6 controller tests 8 years ago
barisusakli b32d7b86e8 fix isModeratorOfAnyCategory
returns true/false now instead of an array
new method getModeratedCids returns an array of moderated cids
8 years ago