Commit Graph

10022 Commits (d5ece9a4c3e0893d3734fbda9d24a61e522d4dfb)

Author SHA1 Message Date
Barış Soner Uşaklı ea1e8fb8fe Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı c27be9db5a
Recent refactor ()
* wip

* fix inf scroll

* remove duplicated code

* remove dupe code in /unread

* use topicList

* update tag page to use topicList

* fix tests

* combine ifs

* remove more dupe code

* disable timeout
Barış Soner Uşaklı 66ed48e088 closes
Julian Lam 4919e9efa3 feat: allow disabling of GDPR features via ACP toggle, closes
Baris Usakli 51792da430 dont crash if there is nothing to write
Baris Usakli 12f3f56b01 change to .exists
Baris Usakli 566564ed74 fix redis tests
fixed typo in groups/data.js
added postcount,viewcount to int fields
Barış Soner Uşaklı fb6067a7ca only parse if field is requested
Barış Soner Uşaklı f3a679e268 remove parseInts
Barış Soner Uşaklı aca50f1fe1 dont crash if topic is moved to pinned topic
Barış Soner Uşaklı da22940b80 dont retry absolute paths
Barış Soner Uşaklı ebd4b19a65 moved req.user up
Barış Soner Uşaklı 9c03881d5a add threshold for image resizing
Barış Soner Uşaklı 369e4854d2 remove parseInts
Barış Soner Uşaklı 541997a755 fix lint
Barış Soner Uşaklı 40f9ee3003 dont crash if topic does not exist
Barış Soner Uşaklı 2f198583c4 change to this
Barış Soner Uşaklı a2aae7f805 shorter error message
Barış Soner Uşaklı 69253d9a7f use chart.js legend
Barış Soner Uşaklı 1d15449076 write analytics before exiting
Barış Soner Uşaklı 5b842c98ac fix typo
Barış Soner Uşaklı 9f36ce3997
Barış Soner Uşaklı a73bcabad8 don't call .jpeg quality on pngs
Barış Soner Uşaklı 44a957faca remove more parseints
Barış Soner Uşaklı 728e7bdae9 remove more parseInts
Barış Soner Uşaklı 537b7ff7e8 remove more parseInts
Baris Usakli a228dc2de9 closes
Baris Usakli 82cda248f3 fix plugin requires
Baris Usakli 138154a71c move modules
Baris Usakli 5293a6515c fix lint
Baris Usakli fdbefa3d1f remove more parseInts
Barış Soner Uşaklı 175e13edf6 group data
Barış Soner Uşaklı c738dc7d3e remove some more parseInts
Barış Soner Uşaklı 7a44424214 parse '123' to 123 if it has no default
Barış Soner Uşaklı d07e3e6d97 if not in defaults use string
Barış Soner Uşaklı 4fff5e9baf closes
Baris Usakli 881185ae59 closes
Barış Soner Uşaklı ab7657d445 closes
Barış Soner Uşaklı ac39112271 remove more parseInts
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ı 60c58870af
remove hotswap ()
Barış Soner Uşaklı 92744a7200 closes
Barış Soner Uşaklı ee2f9e9434 remove some parseInts
Barış Soner Uşaklı f5fe91286e closes
Barış Soner Uşaklı f53984aeae refactor user/category data
Barış Soner Uşaklı c3a903142a closes
Barış Soner Uşaklı b2b33ffa57 topics data refactor
Barış Soner Uşaklı 26d4e0852f use includes instead of indexOf
use _.uniq instead of filter&indexOf
Baris Usakli a6c70412db temp fix for
Barış Soner Uşaklı 54c638c3c8 fix upgrade script for notification types
Barış Soner Uşaklı 5ef708d765 fix navigation
Barış Soner Uşaklı 250e8c01ff closes
Barış Soner Uşaklı da1a90a470 add search test
Barış Soner Uşaklı e6546e6263
this handles winston.error(err);
Barış Soner Uşaklı 9dd65cf772 closes
Baris Usakli 8b8feb5b88 remove emitter
Baris Usakli 9251912282 move methods from posts to posts/data
Baris Usakli baf91089a6 remove unused methods
Baris Usakli 444fd70ba3 test pubsub
Baris Usakli b4d8b7cf38 move sorted topics code out of recent
Baris Usakli 837f411783 closes
Barış Soner Uşaklı 986511e718 try with higher timeout
Barış Soner Uşaklı 1d15dc089b revert isCluster
Barış Soner Uşaklı 0aebb9caf8 closes
Barış Soner Uşaklı 154d7076d9 dont pass options
Barış Soner Uşaklı 9dbe68a9cb testing again
Barış Soner Uşaklı aa567a5f2d print out connString and opts
Barış Soner Uşaklı 2d8d234c57 test mongodb again
Barış Soner Uşaklı f4df89fe90 closes
Barış Soner Uşaklı 8079d3d3b7 add tids used to returned data
Barış Soner Uşaklı 85c60316ed
upgrade to winston 3.1, closes ()
* upgrade to winston 3.1

* fix winston in web/install and tests
Barış Soner Uşaklı 6c15aee888 add cache hits/misses to posts cache
Barış Soner Uşaklı b57db7fd8e
update groups join to take array of group names ()
* allow groups.join to take an array of group names

* pass an array to groups.join/leave in privileges

* split up groups/membership

* add hits/miss to group cache

* fix typo
Barış Soner Uşaklı c06480b82e add tests for blocked users teaser/unread
Barış Soner Uşaklı 687adea5dd closes
Barış Soner Uşaklı d4db8c2d42 removed reset
Barış Soner Uşaklı c9a415c469 check if process.send exists
Barış Soner Uşaklı 1024a0efa1 add reset to pubsub for tests
Barış Soner Uşaklı a0f5461860
don't set and read from topic hash in parallel ()
this was causing a test to fail, although very rarely
Barış Soner Uşaklı 1ec2d511b2 remove unnecessary code
Barış Soner Uşaklı ba21c5170a moved increase/decrease
moved these two methods into addPostToTopic&removePostFromTopic
Barış Soner Uşaklı e615391b22 convert values to string before removing
Barış Soner Uşaklı 5c7dd54815
fix zsets and update them on post move, closes ()
Barış Soner Uşaklı 702be3f6de https://github.com/NodeBB/nodebb-theme-persona/issues/363
Barış Soner Uşaklı ed9b3a31df fix navigation items not getting saved if they are not modified at all
if you add 2 nav items and dont make any changes they weren't being saved, adding order fixes this issue
Barış Soner Uşaklı cf1173b0c4 closes https://github.com/NodeBB/nodebb-theme-persona/issues/408
Barış Soner Uşaklı a3d463916c closes
Barış Soner Uşaklı 5e1c33bb3b Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı a4d5c81de5 closes
Baris Usakli 3886a704e0 fix lint
Baris Usakli 84737b5a49 use buildForSelect
Baris Usakli 6dc84deca9 allow admins mods to watch/ignore categories for other users
Baris Usakli 71905bb2c6 fix watched categories
Baris Usakli 9ed4239d8e small changes and test for user/:slug/categories
André Zanghelini 523a2dc54c Add settings page to control watched categories ()
* Add settings page to control watched categories

* Fix passing undefined to pushUnreadCount
Barış Soner Uşaklı 1df9961eb4 make lint happy
Barış Soner Uşaklı 8df6838561 closes
Barış Soner Uşaklı b58ab48485 add test for /sessions controller
Barış Soner Uşaklı 002522834c closes
Barış Soner Uşaklı b033d6f115 add tid to post-purge event
Barış Soner Uşaklı 13a1497617 closes
Barış Soner Uşaklı 7bc69e9182 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı 1bea247748 add username/email to user-delete event
Barış Soner Uşaklı 49ba5af5fa
closes ()
Barış Soner Uşaklı 48d49cfcad Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı d1491feed9 add tid to topic rename and post delete restore events
Barış Soner Uşaklı f77091d1ed change user delete so it returns quickly
Barış Soner Uşaklı f45d24d351
change if to !== 0
Barış Soner Uşaklı b7eaf4191e return correct post count if its out of sync
Barış Soner Uşaklı 77beaf2e15
Allow local login,closes ()
* WIP

* reset groups cache after every suite
Barış Soner Uşaklı d92ef9ca11
remove id
Ben Lubar cf4ea94e6d Fix single-host-cluster socket.io ()
It was silently dropping every message because every node thought it was the master node.
Julian Lam f95308bf33 move sharp require into the method it is used in src/file.js
Julian Lam ebabcc5e3c if authenticate middleware is overridden by plugin, check for req.user and return notAllowed helper otherwise
/cc @LudwikJaniuk
Barış Soner Uşaklı 4b970a1072 use lodash, load 3 posts per iteration
Barış Soner Uşaklı 18d0deeccb
update deprecated methods ()
Barış Soner Uşaklı 1cb2e1e368 remove console.log switch to series
Julian Lam c9dfb4e109 closes
Julian Lam 02046889ec closes
Ben Lubar 11b655163e Only run the DDL for session storage on the primary instance. ()
This fixes a restart loop caused by deadlocks in large clusters.
Barış Soner Uşaklı 1590452697 filter topics you cant read @benlubar
Barış Soner Uşaklı 95501e8fee
closes closes ()
* closes  closes 

* fix test, delete keys

* delete all bans on user delete

* fix upgrade script to actually read reason
Barış Soner Uşaklı 4570daa033 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı 3ed856f587 change if
Barış Soner Uşaklı 9724ef083e
remove v from query
Barış Soner Uşaklı 786311fa64
use value
Barış Soner Uşaklı 5a69f979a8
update processSortedSet to use withScores
Barış Soner Uşaklı cf75c79611
Unread changes closes ()
* WIP

* more unread work

* faster teaser block handling

if user doesn't have anyone blocked don't check

* much faster filtering of blocked posts

* add missing uid

* add tidsByFilter to return

* dont load all pids to find previous non-blocked teaser

* fix unread filters

they no longer use unread/new unread/watched etc they are query strings now

* shorter nav item code

* add unreplied to filters

fix icons not clearing to 0
dont increment unread counters if there is a reply in a topic where you ignored the topic creator
Barış Soner Uşaklı 7f863b8af0 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı 17ce482c9f closes
Barış Soner Uşaklı 7787c9b4bb
fix wrong year on upgrade script
Barış Soner Uşaklı 24601694db
fix wrong year on upgrade script
Baris Usakli edefab1d69 closes
add option to disable a category on creation
show disabled categories on manage privileges
Baris Usakli 4d5e164fd2 closes
Barış Soner Uşaklı 59b988a205 change test so it checks url
Barış Soner Uşaklı 71ccd67665 closes
calculate size of base64 image from buffer, still not perfect but better than string.length
Barış Soner Uşaklı b7ead6dc9c
Replace jimp with sharp ()
* add probe image size and max image size

* replace jimp and image-probe with sharp

* better name for test

* resize with just path

* resize thumb inplace

* use filename
Barış Soner Uşaklı 69c7260fe9 dont let sending more than max invites via bulk invite
Barış Soner Uşaklı 669a5135e1 closes
Barış Soner Uşaklı dff86b1ac9 closes
* flag notifications will go to the flag details page instead of the post or user that was flag
* if you assign a flag to yourself you won't get a notification about it
@benlubar
Barış Soner Uşaklı 089bf5d8bb
closes
Julian Lam 382d06bbb0 fixes -- no need to have gmods and admins access login sessions page
Barış Soner Uşaklı d996ea27be closes
Barış Soner Uşaklı 6a377568d2 closes fix typo in notif rescind
Barış Soner Uşaklı 08dfb3470c fix tests
Barış Soner Uşaklı b43bfa3d5b closes
-moved user.blocks.filter from unread controller to getUnreadTopics so
topics are filtered at other places this function is called
- when a new post is made do not send it to uids that have blocked the
poster
- update getUnreadTids so it does not return topics that have new posts
from blocked users
- update hasReadTopics so it does not return false data if topic has new
posts from blocked users
Barış Soner Uşaklı 41aae6f418 closes
Barış Soner Uşaklı 37ca5a1c63 filter falsy teasers
Barış Soner Uşaklı 93d52ef338 default to 'recent' sort
Barış Soner Uşaklı 25fed0aa8d change isPasswordCorrect to return false if user does not have password
Barış Soner Uşaklı 6f18cf368b closes
Barış Soner Uşaklı 446b125c83 escape post content
LudwikJaniuk c7f3b76b4e DRY req props that depend on auth (fix ) ()
* DRY req props that depend on auth (fix )

authentication leads to req.loggedIn and req.uid being set. However, a
later authentication event might outdate them. Here, I create one
function for setting those properties, and make sure it also is called
on the `action:middleware.authenticate` hook, which would be such an
authentication event. If there are other places, those should be added
as well.

* fix lint errors

* fix lint error

* change exports
Barış Soner Uşaklı 3e1b007f9f escape title in post queue
Ben Lubar 97a3079bc0 Optimize PostgreSQL session store.
- Sets session ID to be a constant-sized character field inline in the
  table instead of a variable-length character field compressed outside
  of the row.
- Changes the session data from "json" to "jsonb" which is faster and
  smaller on disk with the drawback of not maintaining key order and
  whitespace (which we don't care about at all)
- Adds a clustered index on the session expiration timestamp, which will
  make periodic session purging much faster.

(For an example, WTDWTF currently has 482355 sessions in the table, and
 because there is no index on the expiration timestamp, PostgreSQL must
 check all the rows in the table every time.)

This upgrade script can run concurrently with a live NodeBB instance,
but any action that touches sessions will wait until the upgrade script
is done.

Does not touch the database if the database driver is not set to
PostgreSQL or if there is a Redis database configured.
Julian Lam c2c925cacd closes
Julian Lam 29836aaad9 rename session account middleware to sessions, plural, prep for fixing
Baris Usakli 5b45b2f72c closes
Barış Soner Uşaklı 0519f84734
Promisify modules ()
* WIP promisify

* promisify psql

* ability to skip some keys

* dont promisify client object

* remove async

* clone entire module so it has all properties

* add shim for node 6

* ignore sessionStore as well

* ignore pool on psql
Julian Lam c1725442ea added progress bar to username_email_history upgrade script
Julian Lam 545e678e8a fixes
Julian Lam 5c04ec2d63 removed client-side chat message length check in favour of server-side check, firing new hook on messaging.checkContent for hooks to intercept
Julian Lam 1e3cdc99ac fixes
Andrew Rodrigues a06b33a713 fix html characters when cloning children categories
Julian Lam aaa9561b7f Revert "moved filter:post.getPostSummaryByPids to before parsePosts call"
This reverts commit cf82407a8f.
Julian Lam cf82407a8f moved filter:post.getPostSummaryByPids to before parsePosts call
/@pitaj
Barış Soner Uşaklı ae4016d9e0 add getCateries to helpers
Andrew Rodrigues 12940b577b closes
Julian Lam 2ce6a85756 properly closes
Julian Lam f751d21d1e removed debug line
Julian Lam f9d3484ec6 fixes
Julian Lam ed9dc113b0 sanitizing notes in flags details page, fixes
Julian Lam a77630c6be closes
Ben Lubar 33228bb7fe PostgreSQL database driver ()
* [test/database/list] Fix test list 4 being used in two different tests

* [database/postgres] PostgreSQL database driver

* [database/postgres] Make transactions work based on continuation scope.

* [database/postgres] Implement nested transactions

* eslint --fix

* Add database changes from earlier this week to the PostgreSQL driver.

* Fix typo

* Fix postgres.incrObjectFieldBy returning undefined instead of null when given NaN

* [database/postgres] Fix sortedSetsCard returning an array of strings.

* Update socket.io postgres adapter

* Fix PostgreSQL erroring when multiple updates are made to the same sorted set entry in a single operation.

Add a test case to catch this error.

* Fix lint errors.

* Only prune sessions on one instance in a cluster to avoid deadlocks.

They're caught and handled by the database server, but they spam the logs.

* Fix arguments.slice.
Jimb Esser 3cccbbc1f2 Add option to enable/disable HSTS
Also fix HSTS middleware being added twice.
Barış Soner Uşaklı 1c286e4536 not even used
Barış Soner Uşaklı fa499aef18 closes
Baris Usakli e7bd0cea74 fix lint
Baris Usakli bcef32c5af closes
Baris Usakli 546b13b897 fix lint and tests
Baris Usakli 79ffae608e closes
Baris Usakli 4200cff47c closes
Julian Lam 3c6c0ed7a1 restoring passwordExpiry for use in continueLogin, fixed tests, hopefully
Julian Lam 786af5fbb3 derp
Julian Lam b6a5419ca1 closes
Julian Lam 4f8815eb78 closes
Julian Lam ea2bd33bfa fixes , restored template values in widget containers
Julian Lam 7dfe953526 closes
Julian Lam 48197e2d25 this upgrade script was written in 2018, not 2017, heh
Barış Soner Uşaklı c7d6cacd98 closes
Ben Lubar 44373afc52 Fix socket.io not working properly in single-host clusters. ()
This is because we don't use the cluster module, so the master nodejs process doesn't know about any of the clients through the socket API.
Julian Lam 3522ad0e05 Revert "closes #6664"
This reverts commit f27a0d252c.
Julian Lam f27a0d252c closes
Julian Lam 506467ad6f closes
Ben Lubar c1e98eefa7 Allow single-host clusters to not send pubsub and socket.io messages through the database. ()
* Allow single-host clusters to not send pubsub and socket.io messages through the database.

* Fix lint errors.
Barış Soner Uşaklı 87b6808c4e refactor to use getCidsByPrivilege
switch to .includes
Ben Lubar f1a6537fc2 Add notification frequencies from nodebb-plugin-upvote-notifications. ()
* Add notification frequencies from nodebb-plugin-upvote-notifications.

https://github.com/boomzillawtf/nodebb-plugin-upvote-notifications

* Fix editing settings clearing upvote notification preferences.
Sebastian G. Marinescu e35d4a7d85 closes
Peter Jaszkowiak 04d31fe1d4 Precompile all templates
- Benchpress compilation is 33x faster now
- Native module with JS fallback and pre-built binaries
- Dev template build is <1sec now
- Minified template build is ~5sec (uglify accounts for almost all)
Julian Lam 7558046e75 add brute-force protection for change password and email actions
Barış Soner Uşaklı 91f9c60660 closes
Barış Soner Uşaklı 85a55d1740 closes
Barış Soner Uşaklı cfb9784527 closes
Baris Usakli 16a7728ab8 fix redis warnings
Baris Usakli cc6a683bc4 closes
Peter Jaszkowiak 65b4bafb16 Fix @scoped themes
Peter Jaszkowiak 7cd8274c0f Add series flag for `./nodebb build`
Barış Soner Uşaklı 8eea6017fe parseInt uid
Julian Lam 7a53fa9469 Added block and unblock button to profile dropdown menu,
Julian Lam a34584e8f5 fixed blocking cache derp
Julian Lam f09b1acfb7 closes
Barış Soner Uşaklı 4ed079555e Merge remote-tracking branch 'refs/remotes/origin/master' into blocks
Barış Soner Uşaklı 3449cf321b add back cache and pubsub
Barış Soner Uşaklı ae0563375e derp
Julian Lam ad8ac2bdff removed unused checkPassword socket call
Julian Lam fb42862ec7 check password validity in user delete socket call
Julian Lam cb8e62cd7c fixes
Baris Usakli 584f88e092 blocks WIP
Barış Soner Uşaklı c2b0be1f2c if stack is undefined fallback to message and then to hardcoded string
Baris Usakli ee64437f8a fix runJobs
Julian Lam 7e6007e146 revoke all sessions on email change
Julian Lam be0ef799ee closes
Julian Lam 002cde1057 added progress bar to ip hash upgrade script
Barış Soner Uşaklı 9912c400b6 closes
Julian Lam 5cf662e565 closes
Barış Soner Uşaklı 625ab1a46b remove deprecated method
Barış Soner Uşaklı 57b7c7ede4 closes
Barış Soner Uşaklı 82b2a20d0c user tests
Barış Soner Uşaklı d158f79a3b Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı 95f1a82884 closes
Julian Lam 6485fc3129 removing extra console logging
Julian Lam 68c9c8c5d9 fixes
Barış Soner Uşaklı f72412fa38 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Julian Lam df8c22e9c7 Allow new "withScores" option in batch.processSortedSet ()
Barış Soner Uşaklı fe80186ddf add withscores
Baris Usakli f830322ee9 closes
Barış Soner Uşaklı bc437c8da3 fix popular rss feed url
Barış Soner Uşaklı ccad95cf73 closes
Barış Soner Uşaklı f7a0815b46 fix redis tests
Barış Soner Uşaklı 2c3fd5fbce remove some dupe code
Barış Soner Uşaklı e8d7a23e2e remove deprecated methods
Barış Soner Uşaklı 2fd2accf8c add tests for top topics
fix popular page displaying 18 topics per page
Dravere 956aa55253 Added server hook action:analytics.increment
Barış Soner Uşaklı b71d64e8c3 remove fake pubsub
Julian Lam 1f8b4bf820 closes
Barış Soner Uşaklı 81341e86ee log fired hooks
Dravere 17e7fe3070 Fixed wrong callback given to groups.join
Barış Soner Uşaklı e7cd552e33 closes
Julian Lam 9e90d1ea5d closes
Peter Jaszkowiak 70ff2d9b88 Support scoped theme packages
Barış Soner Uşaklı d656c65c9a closes prevent crash if category is undefined
Barış Soner Uşaklı 274b33e9e1 move addPostData before modifyPostPrivilege
Barış Soner Uşaklı acf2f2a776 move modifyPostByPrivilege call before filtering posts so index is correct
Julian Lam cb3b2bd27b closes
Barış Soner Uşaklı a37dc1856f
Barış Soner Uşaklı 0c60351960 add error log for invalid clientIP
Julian Lam 99dc3feeb2 Edit history is now a category-level privilege
Closes 
Barış Soner Uşaklı b2d7455f72 set isPrimary to true if its undefined
isPrimary was undefined if you are using clustering by adding
isCluster:true to config.json, run 1 nodebb process on each virtual
machine and use app.js instead of loader.js
Barış Soner Uşaklı 0630915cad when settings are saved publish it to all nodes
add runJobs value to nconf, only true on nodes that should run jobs ie
isPrimary and jobs are not disabled
Barış Soner Uşaklı 779d03cf57 move timestamp to server
Barış Soner Uşaklı 5287c2ea08
Barış Soner Uşaklı 14f6e74bad closes
Julian Lam ec91ef1c64 closes
Barış Soner Uşaklı f3c8074668 closes
Barış Soner Uşaklı 908b77fe28 closes
Barış Soner Uşaklı b7f5995aab closes
Barış Soner Uşaklı 0b0ce1df8a closes
Barış Soner Uşaklı 25ebd306cc closes
Barış Soner Uşaklı 2edd908aee closes
Barış Soner Uşaklı f77e7de285 closes
Barış Soner Uşaklı d5e85c2eb3 closes , closes
Julian Lam 6ce635deb5 closes
Barış Soner Uşaklı d31d8fa806 move category pageview to controllers
so topic views are tracked as category views
Barış Soner Uşaklı 7df57ba7a7 remove dupe code
Julian Lam 4e7fdf3e12 Saving flag filters into session object
Closes 
Barış Soner Uşaklı 4f893d2aff closes
Barış Soner Uşaklı b0dad9bd7f closes
Barış Soner Uşaklı 4f4290b15d rename upgrade folder
Barış Soner Uşaklı 81328806a0 closes
Barış Soner Uşaklı 7a1888dfbf closes
Barış Soner Uşaklı 11bb2f1560 closes
Barış Soner Uşaklı d7acec260f closes
Barış Soner Uşaklı 6eea11a4fd closes
Barış Soner Uşaklı a7267df404 closes
Barış Soner Uşaklı c1fb3c2da4 closes
Barış Soner Uşaklı 4504bbae52 2 diff test
Barış Soner Uşaklı fc56347c22 closes
Barış Soner Uşaklı 229e49cf8f closes , closes
Barış Soner Uşaklı 65dc530df5 some controller tests
Barış Soner Uşaklı 8e8058ec6e closes
Barış Soner Uşaklı 8263f81d0c fix pubsub when only mongodb is used
Julian Lam 23f84f53c2 fix subfolder url for web installer
Barış Soner Uşaklı e50302505b dont show form if installing
Barış Soner Uşaklı 4e495adcd7 add installing notice and refresh
Barış Soner Uşaklı a48c0a4c3d if installing show working icon on refresh
Barış Soner Uşaklı c2f088cb61 dont install multiple times
Julian Lam be1a977c71 fix post export crashing if a pid reference doesn't resolve to an actual post object
Barış Soner Uşaklı cba5aa975e return early if there are no files
Barış Soner Uşaklı 619b74ca7b move regex out
Barış Soner Uşaklı e29e0a98f5 closes