Commit Graph

1149 Commits

Author SHA1 Message Date
barisusakli
02aadf79b5 account/posts controller tests 2016-11-30 19:13:14 +03:00
barisusakli
4cb48c46ab closes #5242 2016-11-30 16:28:30 +03:00
barisusakli
d8a1e98a43 fix permalinks on pagination 2016-11-26 01:18:57 +03:00
barisusakli
4b815449f1 closes #5234 2016-11-24 11:02:53 +03:00
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
2016-11-23 11:50:49 -05:00
Julian Lam
cafbdfd83e fixes #5226 2016-11-23 11:45:34 -05:00
barisusakli
b49af0a135 #5223
adjust pagination so each page shows `postsPerPage` posts
2016-11-21 13:49:36 +03:00
barisusakli
2c77a88ba4 closes #5220 2016-11-20 15:11:34 +03:00
barisusakli
dada858565 add canReply to messages 2016-11-18 17:35:10 +03:00
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
2016-11-18 09:27:23 +02:00
Julian Lam
b1f23c8c4b read req.uid instead of req.user.uid in admin groups list 2016-11-17 07:47:18 -05:00
Stuart Williams
f92758c764 Replace only base URL in login redirect URL, fixes #5205 2016-11-16 20:31:09 -05:00
barisusakli
2476ab3684 closes #5202 2016-11-15 12:45:07 +03:00
Julian Lam
2f2eb1457d auto-redirect to SSO flow should work in subfolders too 2016-11-14 14:01:05 -05:00
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...
2016-11-11 16:47:59 -05:00
Julian Lam
7d523fae0f closes #5200 2016-11-11 13:00:23 -05:00
Julian Lam
e6c9c89342 closes #5197 2016-11-10 13:50:37 -05:00
barisusakli
1e543dd394 fix profile views on redis 2016-11-10 17:38:12 +03:00
barisusakli
8294fc90e3 closes #5084 2016-11-10 16:19:27 +03:00
Barış Soner Uşaklı
b38a10f96a add pagination to user profile 2016-11-09 14:26:14 +03:00
barisusakli
f30b694545 gitInfo error doesnt block page 2016-11-04 20:02:24 +03:00
barisusakli
5cfe379841 fix recent for inf scroll 2016-11-03 18:02:15 +03:00
barisusakli
556dfa51d9 fix pagination querystring on /recent 2016-11-03 15:15:16 +03:00
barisusakli
f8ae7b069c cid filter 2016-11-03 14:47:44 +03:00
barisusakli
58fff8b0af up persona fix test 2016-11-03 13:25:29 +03:00
barisusakli
fb47bf3889 unread/recent changes closes #4774 2016-11-03 13:06:25 +03:00
Julian Lam
66aea0eed1 closes #5167 2016-11-01 13:00:37 -04:00
barisusakli
7a8de6169b admin controller tests 2016-10-31 13:52:26 +03:00
Ben Lubar
2161f0d473 Allow plugins to affect whether a registration goes into the queue 2016-10-27 10:52:25 -05:00
barisusakli
687cce6089 closes #5159 2016-10-27 13:00:22 +03:00
Anil Mandepudi
619ca48403 remove shims for IE8 (#5157) 2016-10-26 14:36:26 -04:00
barisusakli
553ee7dcdd more chat tests 2016-10-26 12:07:00 +03:00
Julian Lam
4b5c98fb21 fix broken ACP login, closes #5156 2016-10-25 17:10:33 -04:00
Julian Lam
0590a4f2cf closes #5156 2016-10-25 16:52:06 -04:00
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
2016-10-25 15:34:47 -04:00
Julian Lam
2463e85c0d allowing moderators access to the account info page 2016-10-24 15:58:57 -04:00
barisusakli
bcdd7b12f0 closes #5149 2016-10-23 09:28:54 +03:00
Julian Lam
02998669c3 introducing option to disable chat message editing/deletion 2016-10-21 14:36:38 -04:00
barisusakli
8c7de0f239 fix eslint 2016-10-20 00:25:40 +03:00
barisusakli
1e486875f4 add top posters and most rep to acp 2016-10-20 00:08:41 +03:00
barisusakli
9131f9d8f6 controller tests 2016-10-18 15:32:34 +03:00
barisusakli
b32d7b86e8 fix isModeratorOfAnyCategory
returns true/false now instead of an array
new method getModeratedCids returns an array of moderated cids
2016-10-14 08:56:33 +03:00
Julian Lam
3272c0b98c linting 2016-10-13 16:01:26 -04:00
Julian Lam
ead4de6c6f Merge branch 'fix-some-code-lint' of https://github.com/HeeL/NodeBB into HeeL-fix-some-code-lint 2016-10-13 14:43:28 -04:00
Julian Lam
e80400665e closes #5111 2016-10-13 13:12:41 -04:00
HeeL
4a3c31b2dc Fix space-before-function-paren linter rule 2016-10-13 11:43:39 +02:00
HeeL
3fa1c1f927 Fix space-infix-ops linter rule 2016-10-13 11:42:29 +02:00
barisusakli
6f86621e30 closes #5096 2016-10-08 19:09:55 +03:00
barisusakli
9a55498fc1 changes to manage/users 2016-10-07 17:35:33 +03:00
barisusakli
0614957542 use req.app.render 2016-10-07 13:03:46 +03:00