mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
3 lines
1.8 MiB
3 lines
1.8 MiB
const{entries:V}=Object,{fromEntries:et}=Object,st="ENTRIES",L="KEYS",T="VALUES",_="";class D{set;_type;_path;constructor(t,s){const n=t._tree,o=Array.from(n.keys());this.set=t,this._type=s,this._path=o.length>0?[{node:n,keys:o}]:[]}next(){const t=this.dive();return this.backtrack(),t}dive(){if(this._path.length===0)return{done:!0,value:void 0};const{node:t,keys:s}=E(this._path);if(E(s)===_)return{done:!1,value:this.result()};const n=t.get(E(s));return this._path.push({node:n,keys:Array.from(n.keys())}),this.dive()}backtrack(){if(this._path.length===0)return;const t=E(this._path).keys;t.pop(),!(t.length>0)&&(this._path.pop(),this.backtrack())}key(){return this.set._prefix+this._path.map(({keys:t})=>E(t)).filter(t=>t!==_).join("")}value(){return E(this._path).node.get(_)}result(){switch(this._type){case T:return this.value();case L:return this.key();default:return[this.key(),this.value()]}}[Symbol.iterator](){return this}}const E=e=>e[e.length-1],nt=(e,t,s)=>{const n=new Map;if(t===void 0)return n;const o=t.length+1,u=o+s,i=new Uint8Array(u*o).fill(s+1);for(let r=0;r<o;++r)i[r]=r;for(let r=1;r<u;++r)i[r*o]=r;return R(e,t,s,n,i,1,o,""),n},R=(e,t,s,n,o,u,i,r)=>{const d=u*i;t:for(const c of e.keys())if(c===_){const a=o[d-1];a<=s&&n.set(r,[e.get(c),a])}else{let a=u;for(let h=0;h<c.length;++h,++a){const g=c[h],m=i*a,p=m-i;let l=o[m];const f=Math.max(0,a-s-1),y=Math.min(i-1,a+s);for(let F=f;F<y;++F){const v=g!==t[F],z=o[p+F]+ +v,A=o[p+F+1]+1,w=o[m+F]+1,j=o[m+F+1]=Math.min(z,A,w);j<l&&(l=j)}if(l>s)continue t}R(e.get(c),t,s,n,o,a,i,r+c)}};class C{_tree;_prefix;_size=void 0;constructor(t=new Map,s=""){this._tree=t,this._prefix=s}atPrefix(t){if(!t.startsWith(this._prefix))throw new Error("Mismatched prefix");const[s,n]=x(this._tree,t.slice(this._prefix.length));if(s===void 0){const[o,u]=O(n);for(const i of o.keys())if(i!==_&&i.startsWith(u)){const r=new Map;return r.set(i.slice(u.length),o.get(i)),new C(r,t)}}return new C(s,t)}clear(){this._size=void 0,this._tree.clear()}delete(t){return this._size=void 0,ot(this._tree,t)}entries(){return new D(this,st)}forEach(t){for(const[s,n]of this)t(s,n,this)}fuzzyGet(t,s){return nt(this._tree,t,s)}get(t){const s=k(this._tree,t);return s!==void 0?s.get(_):void 0}has(t){const s=k(this._tree,t);return s!==void 0&&s.has(_)}keys(){return new D(this,L)}set(t,s){if(typeof t!="string")throw new Error("key must be a string");return this._size=void 0,I(this._tree,t).set(_,s),this}get size(){if(this._size)return this._size;this._size=0;const t=this.entries();for(;!t.next().done;)this._size+=1;return this._size}update(t,s){if(typeof t!="string")throw new Error("key must be a string");this._size=void 0;const n=I(this._tree,t);return n.set(_,s(n.get(_))),this}fetch(t,s){if(typeof t!="string")throw new Error("key must be a string");this._size=void 0;const n=I(this._tree,t);let o=n.get(_);return o===void 0&&n.set(_,o=s()),o}values(){return new D(this,T)}[Symbol.iterator](){return this.entries()}static from(t){const s=new C;for(const[n,o]of t)s.set(n,o);return s}static fromObject(t){return C.from(Object.entries(t))}}const x=(e,t,s=[])=>{if(t.length===0||e==null)return[e,s];for(const n of e.keys())if(n!==_&&t.startsWith(n))return s.push([e,n]),x(e.get(n),t.slice(n.length),s);return s.push([e,t]),x(void 0,"",s)},k=(e,t)=>{if(t.length===0||e==null)return e;for(const s of e.keys())if(s!==_&&t.startsWith(s))return k(e.get(s),t.slice(s.length))},I=(e,t)=>{const s=t.length;t:for(let n=0;e&&n<s;){for(const u of e.keys())if(u!==_&&t[n]===u[0]){const i=Math.min(s-n,u.length);let r=1;for(;r<i&&t[n+r]===u[r];)++r;const d=e.get(u);if(r===u.length)e=d;else{const c=new Map;c.set(u.slice(r),d),e.set(t.slice(n,n+r),c),e.delete(u),e=c}n+=r;continue t}const o=new Map;return e.set(t.slice(n),o),o}return e},ot=(e,t)=>{const[s,n]=x(e,t);if(s!==void 0){if(s.delete(_),s.size===0)W(n);else if(s.size===1){const[o,u]=s.entries().next().value;q(n,o,u)}}},W=e=>{if(e.length===0)return;const[t,s]=O(e);if(t.delete(s),t.size===0)W(e.slice(0,-1));else if(t.size===1){const[n,o]=t.entries().next().value;n!==_&&q(e.slice(0,-1),n,o)}},q=(e,t,s)=>{if(e.length===0)return;const[n,o]=O(e);n.set(o+t,s),n.delete(o)},O=e=>e[e.length-1],ut=(e,t)=>{const s=e._idToShortId.get(t);if(s!=null)return e._storedFields.get(s)},it=/[\n\r -#%-*,-/:;?@[-\]_{}\u00A0\u00A1\u00A7\u00AB\u00B6\u00B7\u00BB\u00BF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u1680\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2000-\u200A\u2010-\u2029\u202F-\u2043\u2045-\u2051\u2053-\u205F\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u3000-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]+/u,M="or",$="and",rt="and_not",ct=(e,t)=>{e.includes(t)||e.push(t)},N=(e,t)=>{for(const s of t)e.includes(s)||e.push(s)},P=({score:e},{score:t})=>t-e,lt=()=>new Map,b=e=>{const t=new Map;for(const s of Object.keys(e))t.set(parseInt(s,10),e[s]);return t},G=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)?e[t]:void 0,ht={[M]:(e,t)=>{for(const s of t.keys()){const n=e.get(s);if(n==null)e.set(s,t.get(s));else{const{score:o,terms:u,match:i}=t.get(s);n.score=n.score+o,n.match=Object.assign(n.match,i),N(n.terms,u)}}return e},[$]:(e,t)=>{const s=new Map;for(const n of t.keys()){const o=e.get(n);if(o==null)continue;const{score:u,terms:i,match:r}=t.get(n);N(o.terms,i),s.set(n,{score:o.score+u,terms:o.terms,match:Object.assign(o.match,r)})}return s},[rt]:(e,t)=>{for(const s of t.keys())e.delete(s);return e}},dt=(e,t,s,n,o,u)=>{const{k:i,b:r,d}=u;return Math.log(1+(s-t+.5)/(t+.5))*(d+e*(i+1)/(e+i*(1-r+r*n/o)))},at=e=>(t,s,n)=>{const o=typeof e.fuzzy=="function"?e.fuzzy(t,s,n):e.fuzzy||!1,u=typeof e.prefix=="function"?e.prefix(t,s,n):e.prefix===!0;return{term:t,fuzzy:o,prefix:u}},H=(e,t,s,n)=>{for(const o of Object.keys(e._fieldIds))if(e._fieldIds[o]===s){e._options.logger("warn",`SlimSearch: document with ID ${e._documentIds.get(t)} has changed before removal: term "${n}" was not present in field "${o}". Removing a document after it has changed can corrupt the index!`,"version_conflict");return}},ft=(e,t,s,n)=>{if(!e._index.has(n)){H(e,s,t,n);return}const o=e._index.fetch(n,lt),u=o.get(t);u==null||u.get(s)==null?H(e,s,t,n):u.get(s)<=1?u.size<=1?o.delete(t):u.delete(s):u.set(s,u.get(s)-1),e._index.get(n).size===0&&e._index.delete(n)},gt={k:1.2,b:.7,d:.5},mt={idField:"id",extractField:(e,t)=>e[t],tokenize:e=>e.split(it),processTerm:e=>e.toLowerCase(),fields:void 0,searchOptions:void 0,storeFields:[],logger:(e,t)=>{typeof console?.[e]=="function"&&console[e](t)},autoVacuum:!0},J={combineWith:M,prefix:!1,fuzzy:!1,maxFuzzy:6,boost:{},weights:{fuzzy:.45,prefix:.375},bm25:gt},pt={combineWith:$,prefix:(e,t,s)=>t===s.length-1},Ft={batchSize:1e3,batchWait:10},U={minDirtFactor:.1,minDirtCount:20},_t={...Ft,...U},K=Symbol("*"),yt=(e,t)=>{const s=new Map,n={...e._options.searchOptions,...t};for(const[o,u]of e._documentIds){const i=n.boostDocument?n.boostDocument(u,"",e._storedFields.get(o)):1;s.set(o,{score:i,terms:[],match:{}})}return s},X=(e,t=M)=>{if(e.length===0)return new Map;const s=t.toLowerCase(),n=ht[s];if(!n)throw new Error(`Invalid combination operator: ${t}`);return e.reduce(n)||new Map},S=(e,t,s,n,o,u,i,r,d=new Map)=>{if(o==null)return d;for(const c of Object.keys(u)){const a=u[c],h=e._fieldIds[c],g=o.get(h);if(g==null)continue;let m=g.size;const p=e._avgFieldLength[h];for(const l of g.keys()){if(!e._documentIds.has(l)){ft(e,h,l,s),m-=1;continue}const f=i?i(e._documentIds.get(l),s,e._storedFields.get(l)):1;if(!f)continue;const y=g.get(l),F=e._fieldLength.get(l)[h],v=dt(y,m,e._documentCount,F,p,r),z=n*a*f*v,A=d.get(l);if(A){A.score+=z,ct(A.terms,t);const w=G(A.match,s);w?w.push(c):A.match[s]=[c]}else d.set(l,{score:z,terms:[t],match:{[s]:[c]}})}}return d},At=(e,t,s)=>{const n={...e._options.searchOptions,...s},o=(n.fields||e._options.fields).reduce((l,f)=>({...l,[f]:G(n.boost,f)||1}),{}),{boostDocument:u,weights:i,maxFuzzy:r,bm25:d}=n,{fuzzy:c,prefix:a}={...J.weights,...i},h=e._index.get(t.term),g=S(e,t.term,t.term,1,h,o,u,d);let m,p;if(t.prefix&&(m=e._index.atPrefix(t.term)),t.fuzzy){const l=t.fuzzy===!0?.2:t.fuzzy,f=l<1?Math.min(r,Math.round(t.term.length*l)):l;f&&(p=e._index.fuzzyGet(t.term,f))}if(m)for(const[l,f]of m){const y=l.length-t.term.length;if(!y)continue;p?.delete(l);const F=a*l.length/(l.length+.3*y);S(e,t.term,l,F,f,o,u,d,g)}if(p)for(const l of p.keys()){const[f,y]=p.get(l);if(!y)continue;const F=c*l.length/(l.length+y);S(e,t.term,l,F,f,o,u,d,g)}return g},Y=(e,t,s={})=>{if(t===K)return yt(e,s);if(typeof t!="string"){const a={...s,...t,queries:void 0},h=t.queries.map(g=>Y(e,g,a));return X(h,a.combineWith)}const{tokenize:n,processTerm:o,searchOptions:u}=e._options,i={tokenize:n,processTerm:o,...u,...s},{tokenize:r,processTerm:d}=i,c=r(t).flatMap(a=>d(a)).filter(a=>!!a).map(at(i)).map(a=>At(e,a,i));return X(c,i.combineWith)},Q=(e,t,s={})=>{const n=Y(e,t,s),o=[];for(const[u,{score:i,terms:r,match:d}]of n){const c=r.length||1,a={id:e._documentIds.get(u),score:i*c,terms:Object.keys(d),queryTerms:r,match:d};Object.assign(a,e._storedFields.get(u)),(s.filter==null||s.filter(a))&&o.push(a)}return t===K&&s.boostDocument==null&&e._options.searchOptions.boostDocument==null||o.sort(P),o},Ct=(e,t,s={})=>{s={...e._options.autoSuggestOptions,...s};const n=new Map;for(const{score:u,terms:i}of Q(e,t,s)){const r=i.join(" "),d=n.get(r);d!=null?(d.score+=u,d.count+=1):n.set(r,{score:u,terms:i,count:1})}const o=[];for(const[u,{score:i,terms:r,count:d}]of n)o.push({suggestion:u,terms:r,score:i/d});return o.sort(P),o};class Et{_options;_index;_documentCount;_documentIds;_idToShortId;_fieldIds;_fieldLength;_avgFieldLength;_nextId;_storedFields;_dirtCount;_currentVacuum;_enqueuedVacuum;_enqueuedVacuumConditions;constructor(t){if(t?.fields==null)throw new Error('SlimSearch: option "fields" must be provided');const s=t.autoVacuum==null||t.autoVacuum===!0?_t:t.autoVacuum;this._options={...mt,...t,autoVacuum:s,searchOptions:{...J,...t.searchOptions||{}},autoSuggestOptions:{...pt,...t.autoSuggestOptions||{}}},this._index=new C,this._documentCount=0,this._documentIds=new Map,this._idToShortId=new Map,this._fieldIds={},this._fieldLength=new Map,this._avgFieldLength=[],this._nextId=0,this._storedFields=new Map,this._dirtCount=0,this._currentVacuum=null,this._enqueuedVacuum=null,this._enqueuedVacuumConditions=U,this.addFields(this._options.fields)}get isVacuuming(){return this._currentVacuum!=null}get dirtCount(){return this._dirtCount}get dirtFactor(){return this._dirtCount/(1+this._documentCount+this._dirtCount)}get documentCount(){return this._documentCount}get termCount(){return this._index.size}toJSON(){const t=[];for(const[s,n]of this._index){const o={};for(const[u,i]of n)o[u]=Object.fromEntries(i);t.push([s,o])}return{documentCount:this._documentCount,nextId:this._nextId,documentIds:Object.fromEntries(this._documentIds),fieldIds:this._fieldIds,fieldLength:Object.fromEntries(this._fieldLength),averageFieldLength:this._avgFieldLength,storedFields:Object.fromEntries(this._storedFields),dirtCount:this._dirtCount,index:t,serializationVersion:2}}addFields(t){for(let s=0;s<t.length;s++)this._fieldIds[t[s]]=s}}const zt=({index:e,documentCount:t,nextId:s,documentIds:n,fieldIds:o,fieldLength:u,averageFieldLength:i,storedFields:r,dirtCount:d,serializationVersion:c},a)=>{if(c!==1&&c!==2)throw new Error("SlimSearch: cannot deserialize an index created with an incompatible version");const h=new Et(a);h._documentCount=t,h._nextId=s,h._documentIds=b(n),h._idToShortId=new Map,h._fieldIds=o,h._fieldLength=b(u),h._avgFieldLength=i,h._storedFields=b(r),h._dirtCount=d||0,h._index=new C;for(const[g,m]of h._documentIds)h._idToShortId.set(m,g);for(const[g,m]of e){const p=new Map;for(const l of Object.keys(m)){let f=m[l];c===1&&(f=f.ds),p.set(parseInt(l,10),b(f))}h._index.set(g,p)}return h},B=(e,t)=>{const s=e.toLowerCase(),n=t.toLowerCase(),o=[];let u=0,i=0;const r=(c,a=!1)=>{let h="";i===0?h=c.length>20?`… ${c.slice(-20)}`:c:a?h=c.length+i>100?`${c.slice(0,100-i)}… `:c:h=c.length>20?`${c.slice(0,20)} … ${c.slice(-20)}`:c,h&&o.push(h),i+=h.length,a||(o.push(["mark",t]),i+=t.length,i>=100&&o.push(" …"))};let d=s.indexOf(n,u);if(d===-1)return null;for(;d>=0;){const c=d+n.length;if(r(e.slice(u,d)),u=c,i>100)break;d=s.indexOf(n,u)}return i<100&&r(e.slice(u),!0),o},wt=(e,t)=>t.contents.reduce((s,[,n])=>s+n,0)-e.contents.reduce((s,[,n])=>s+n,0),xt=(e,t)=>Math.max(...t.contents.map(([,s])=>s))-Math.max(...e.contents.map(([,s])=>s)),Z=(e,t,s={})=>{const n={};return Q(t,e,{boost:{h:2,t:1,c:4},prefix:!0,...s}).forEach(o=>{const{id:u,terms:i,score:r}=o,d=u.includes("@"),c=u.includes("#"),[a,h]=u.split(/[#@]/),g=Number(a),m=i.sort((l,f)=>l.length-f.length).filter((l,f)=>i.slice(f+1).every(y=>!y.includes(l))),{contents:p}=n[g]??={title:"",contents:[]};if(d)p.push([{type:"customField",id:g,index:h,display:m.map(l=>o.c.map(f=>B(f,l))).flat().filter(l=>l!==null)},r]);else{const l=m.map(f=>B(o.h,f)).filter(f=>f!==null);if(l.length&&p.push([{type:c?"heading":"title",id:g,...c&&{anchor:h},display:l},r]),"t"in o)for(const f of o.t){const y=m.map(F=>B(f,F)).filter(F=>F!==null);y.length&&p.push([{type:"text",id:g,...c&&{anchor:h},display:y},r])}}}),V(n).sort(([,o],[,u])=>"max"==="total"?wt(o,u):xt(o,u)).map(([o,{title:u,contents:i}])=>{if(!u){const r=ut(t,o);r&&(u=r.h)}return{title:u,contents:i.map(([r])=>r)}})},tt=(e,t,s={})=>{const n=Ct(t,e,{fuzzy:.2,maxFuzzy:3,...s}).map(({suggestion:o})=>o);return e.includes(" ")?n:n.filter(o=>!o.includes(" "))},bt=et(V(JSON.parse("{\"/\":{\"documentCount\":343,\"nextId\":343,\"documentIds\":{\"0\":\"0\",\"1\":\"0#changelog\",\"2\":\"0#_3-11-0\",\"3\":\"0#_3-10-1\",\"4\":\"0#_3-10-0\",\"5\":\"0#_3-9-0\",\"6\":\"0#_3-8-2\",\"7\":\"0#_3-8-1\",\"8\":\"0#_3-8-0\",\"9\":\"0#_3-7-0\",\"10\":\"0#_3-6-1\",\"11\":\"0#_3-6-0\",\"12\":\"0#_3-5-3\",\"13\":\"0#_3-5-2\",\"14\":\"0#_3-5-1\",\"15\":\"0#_3-5-0\",\"16\":\"0#_3-4-0\",\"17\":\"0#_3-3-0\",\"18\":\"0#_3-2-1\",\"19\":\"0#_3-2-0\",\"20\":\"0#_3-1-2\",\"21\":\"0#_3-1-1\",\"22\":\"0#_3-1-0\",\"23\":\"0#_3-0-4\",\"24\":\"0#_3-0-3\",\"25\":\"0#_3-0-2\",\"26\":\"0#_3-0-1\",\"27\":\"0#_3-0-0\",\"28\":\"0#_2-7-0\",\"29\":\"0#_2-6-0\",\"30\":\"0#_2-5-1\",\"31\":\"0#_2-5-0\",\"32\":\"0#_2-4-0\",\"33\":\"0#_2-3-0\",\"34\":\"0#_2-2-0\",\"35\":\"0#_2-1-0\",\"36\":\"0#_2-0-0\",\"37\":\"0#_1-1-1\",\"38\":\"0#_1-1-0\",\"39\":\"0#_1-0-9\",\"40\":\"0#_1-0-8\",\"41\":\"0#_1-0-7\",\"42\":\"0#_1-0-6\",\"43\":\"0#_1-0-5\",\"44\":\"0#_1-0-4\",\"45\":\"0#_1-0-3\",\"46\":\"0#_1-0-2\",\"47\":\"0#_1-0-1\",\"48\":\"0#_1-0-0\",\"49\":\"0#_0-6-15\",\"50\":\"0#_0-6-14\",\"51\":\"0#_0-6-13\",\"52\":\"0#_0-6-12\",\"53\":\"0#_0-6-11\",\"54\":\"0#_0-6-10\",\"55\":\"0#_0-6-9\",\"56\":\"0#_0-6-8\",\"57\":\"0#_0-6-7\",\"58\":\"0#_0-6-6\",\"59\":\"0#_0-6-5\",\"60\":\"0#_0-6-4\",\"61\":\"0#_0-6-3\",\"62\":\"0#_0-6-0\",\"63\":\"0#v0-6-0\",\"64\":\"0#v0-5-0\",\"65\":\"0#v0-4-2\",\"66\":\"0#v0-4-1\",\"67\":\"0#v0-4-0\",\"68\":\"0#v0-3-1\",\"69\":\"0#v0-3-0\",\"70\":\"0#_0-2-2\",\"71\":\"0#v0-2-2\",\"72\":\"0#_0-2-1\",\"73\":\"0#v0-2-1\",\"74\":\"0#_0-2-0\",\"75\":\"0#v0-2-0\",\"76\":\"0#_0-1-13\",\"77\":\"0#v0-1-13\",\"78\":\"0#_0-1-12\",\"79\":\"0#v0-1-12\",\"80\":\"0#_0-1-11\",\"81\":\"0#v0-1-11\",\"82\":\"0#_0-1-10\",\"83\":\"0#v0-1-10\",\"84\":\"0#_0-1-9\",\"85\":\"0#v0-1-9\",\"86\":\"0#_0-1-8\",\"87\":\"0#v0-1-8\",\"88\":\"0#_0-1-7\",\"89\":\"0#v0-1-7\",\"90\":\"0#_0-1-6\",\"91\":\"0#v0-1-6\",\"92\":\"0#_0-1-5\",\"93\":\"0#v0-1-5\",\"94\":\"0#_0-1-4\",\"95\":\"0#v0-1-4\",\"96\":\"0#_0-1-3\",\"97\":\"0#v0-1-3\",\"98\":\"0#_0-1-2\",\"99\":\"0#v0-1-2\",\"100\":\"0#_0-1-1\",\"101\":\"0#v0-1-1\",\"102\":\"0#_0-1-0\",\"103\":\"0#v0-1-0\",\"104\":\"1\",\"105\":\"1#our-pledge\",\"106\":\"1#our-standards\",\"107\":\"1#our-responsibilities\",\"108\":\"1#scope\",\"109\":\"1#enforcement\",\"110\":\"1#attribution\",\"111\":\"2\",\"112\":\"2#getting-set-up\",\"113\":\"2#development-flow\",\"114\":\"2#contribution-flow-for-open-source-contributors\",\"115\":\"2#the-team\",\"116\":\"2#meetings-and-pair-programming-sessions\",\"117\":\"2#philosophy\",\"118\":\"2#programming\",\"119\":\"2#localization\",\"120\":\"2#quotation-marks\",\"121\":\"2#docker-–-more-closely\",\"122\":\"2#apple-silicon-platform\",\"123\":\"2#environment-variable-for-apple-silicon-platform-m1-m2-chips\",\"124\":\"2#analyzing-docker-builds\",\"125\":\"2#backend\",\"126\":\"2#production-for-backend\",\"127\":\"2#development-for-backend\",\"128\":\"2#webapp\",\"129\":\"2#production-for-webapp\",\"130\":\"2#development-for-webapp\",\"131\":\"3\",\"132\":\"4\",\"133\":\"4#screenshots\",\"134\":\"4#features\",\"135\":\"4#user-guide-and-frequently-asked-questions\",\"136\":\"4#demo\",\"137\":\"4#help-us\",\"138\":\"4#donate\",\"139\":\"4#contact\",\"140\":\"4#for-developers-and-contributors\",\"141\":\"4#introduction\",\"142\":\"4#directory-layout\",\"143\":\"4#installation\",\"144\":\"4#clone-the-repository\",\"145\":\"4#live-demo-and-developer-logins\",\"146\":\"4#login\",\"147\":\"4#docker-installation\",\"148\":\"4#general-installation-of-docker\",\"149\":\"4#start-ocelot-social-via-docker-compose\",\"150\":\"4#local-installation\",\"151\":\"4#contributing\",\"152\":\"4#developer-chat\",\"153\":\"4#deployment\",\"154\":\"4#technology-stack\",\"155\":\"4#for-testing\",\"156\":\"4#attributions\",\"157\":\"4#license\",\"158\":\"5\",\"159\":\"6\",\"160\":\"6#edit-this-documentation\",\"161\":\"6#markdown-your-documentation\",\"162\":\"6#some-quick-examples\",\"163\":\"6#headlines\",\"164\":\"6#tabs\",\"165\":\"6#commands\",\"166\":\"6#links\",\"167\":\"6#screenshots-or-other-images\",\"168\":\"6#hints-for-todos\",\"169\":\"6#host-the-screenshots\",\"170\":\"6#host-on-ocelot-social-github-repository\",\"171\":\"6#quick-solution\",\"172\":\"6#screenshot-modification\",\"173\":\"6#add-an-arrow-or-some-other-marking-stuff\",\"174\":\"6#in-the-preview-app\",\"175\":\"6#deploy-this-documentation\",\"176\":\"7\",\"177\":\"7#end-to-end-testing\",\"178\":\"7#component-testing\",\"179\":\"7#unit-testing\",\"180\":\"8\",\"181\":\"8#installation-with-docker\",\"182\":\"8#installation-without-docker\",\"183\":\"8#database\",\"184\":\"8#optional-data\",\"185\":\"8#branding-data\",\"186\":\"8#seed-data\",\"187\":\"8#reset-data\",\"188\":\"8#data-migrations\",\"189\":\"8#testing\",\"190\":\"9\",\"191\":\"9#middleware-keeps-resolvers-clean\",\"192\":\"10\",\"193\":\"10#debugging\",\"194\":\"11\",\"195\":\"12\",\"196\":\"12#setup-with-docker\",\"197\":\"12#setup-without-docker\",\"198\":\"12#install-cypress\",\"199\":\"12#open-interactive-test-console\",\"200\":\"12#run-cypress\",\"201\":\"12#write-some-tests\",\"202\":\"13\",\"203\":\"13#features\",\"204\":\"13#user-account\",\"205\":\"13#user-profile\",\"206\":\"13#dashboard\",\"207\":\"13#posts\",\"208\":\"13#comments\",\"209\":\"13#notifications\",\"210\":\"13#contribution-list\",\"211\":\"13#blacklist\",\"212\":\"13#search\",\"213\":\"13#candos\",\"214\":\"13#versus-interaction-on-existing-post\",\"215\":\"13#jobs\",\"216\":\"13#projects\",\"217\":\"13#pro-contra\",\"218\":\"13#votes\",\"219\":\"13#bestlist\",\"220\":\"13#events\",\"221\":\"13#more-info\",\"222\":\"13#take-action\",\"223\":\"13#badges-system\",\"224\":\"13#chat\",\"225\":\"13#let-s-talk\",\"226\":\"13#organizations\",\"227\":\"13#moderation\",\"228\":\"13#administration\",\"229\":\"13#invitation\",\"230\":\"13#internationalization\",\"231\":\"13#federation\",\"232\":\"14\",\"233\":\"14#version-3-2-0-with-ocelotdockerversiontag-3-2-0-xxx\",\"234\":\"14#backend-and-kubernetes-config-dbms-default-database\",\"235\":\"14#webapp-config-datetime\",\"236\":\"14#version-3-1-0-with-ocelotdockerversiontag-3-1-0-555\",\"237\":\"14#version-2-7-0-with-ocelotdockerversiontag-2-7-0-470\",\"238\":\"14#version-2-4-0-with-ocelotdockerversiontag-2-4-0-298\",\"239\":\"14#main-code-pr-–-feat-webapp-map-5843\",\"240\":\"14#version-2-2-0-with-ocelotdockerversiontag-2-2-0-267\",\"241\":\"14#main-code-pr-–-feat-🍰-footer-and-header-links-configurable-to-have-external-link-target-5590\",\"242\":\"14#main-code-pr-–-feat-🍰-make-donation-progress-bar-color-configurable-5593\",\"243\":\"14#main-code-pr-–-feat-🍰-header-logo-routing-update-5579\",\"244\":\"14#version-2-0-0-with-ocelotdockerversiontag-2-0-0-250\",\"245\":\"14#main-code-pr-–-feat-🍰-implement-logo-header-click-as-configuration-5525\",\"246\":\"14#main-code-issue-–-🌟-epic-release-v2-0-0-–-beta-test-→-final-5547\",\"247\":\"14#version-1-1-0-with-ocelotdockerversiontag-1-1-0-205\",\"248\":\"14#deployment-rebranding-pr-–-chore-🍰-release-v1-1-0-implement-categories-again-63\",\"249\":\"14#version-1-0-9-with-ocelotdockerversiontag-1-0-9-199\",\"250\":\"14#deployment-rebranding-pr-–-chore-🍰-implement-production-db-clean-allow-for-staging-production-environments-56\",\"251\":\"14#deployment-rebranding-pr-–-chore-wip-🍰-refine-docs-first-step-46\",\"252\":\"14#version-1-0-8-with-ocelotdockerversiontag-1-0-8-182\",\"253\":\"14#pr-–-feat-🍰-configure-cookie-expire-time-43\",\"254\":\"14#version-1-0-7-with-ocelotdockerversiontag-1-0-7-171\",\"255\":\"15\",\"256\":\"15#webapp\",\"257\":\"15#date-time\",\"258\":\"15#e-mails\",\"259\":\"15#spf-and-dkim\",\"260\":\"15#spf\",\"261\":\"15#dkim\",\"262\":\"15#neo4j-database\",\"263\":\"15#dbms-default-database-–-default-database-name-to-be-used\",\"264\":\"16\",\"265\":\"16#requirements-technology\",\"266\":\"16#commands\",\"267\":\"16#docker\",\"268\":\"16#update\",\"269\":\"16#endpoints\",\"270\":\"16#how-to-use-as-part-of-a-project\",\"271\":\"16#known-problems\",\"272\":\"16#license\",\"273\":\"17\",\"274\":\"17#installation-with-docker\",\"275\":\"17#installation-without-docker\",\"276\":\"17#alternatives\",\"277\":\"17#operations-on-neo4j-4-4\",\"278\":\"17#docker-or-docker-compose\",\"279\":\"17#create-neo4j-dump\",\"280\":\"17#import-neo4j-dump\",\"281\":\"17#commands\",\"282\":\"17#index-and-constraint-commands\",\"283\":\"17#database-management-commands\",\"284\":\"18\",\"285\":\"18#installation\",\"286\":\"18#build-for-development\",\"287\":\"18#build-for-production\",\"288\":\"18#run-tests\",\"289\":\"18#maintenance-mode\",\"290\":\"18#styleguide-migration\",\"291\":\"18#folder-structure\",\"292\":\"19\",\"293\":\"19#we-adhere-to-the-single-responsibility-principle\",\"294\":\"19#we-compose-with-components\",\"295\":\"19#we-use-two-word-names\",\"296\":\"19#recommended-reads\",\"297\":\"20\",\"298\":\"20#we-write-semantic-markup\",\"299\":\"20#we-write-as-little-html-as-possible-–-and-as-much-as-necessary\",\"300\":\"20#recommended-reads\",\"301\":\"21\",\"302\":\"21#we-use-classes-over-tags-and-ids\",\"303\":\"21#we-use-design-tokens-instead-of-magic-numbers\",\"304\":\"21#we-name-our-classes-after-components\",\"305\":\"21#we-use-variants-instead-of-overriding-styles\",\"306\":\"21#we-style-within-the-component-we-position-when-we-use-it\",\"307\":\"21#recommended-reads\",\"308\":\"22\",\"309\":\"22#linting\",\"310\":\"22#unit-tests\",\"311\":\"22#documentation-and-manual-testing\",\"312\":\"22#component-documentation\",\"313\":\"22#manual-testing-in-an-isolated-environment\",\"314\":\"23\",\"315\":\"23#we-use-single-file-components\",\"316\":\"23#we-use-typed-props\",\"317\":\"23#we-use-shorthands\",\"318\":\"23#recommended-reads\",\"319\":\"24\",\"320\":\"24#running-the-maintenance-page-or-service\",\"321\":\"25\",\"322\":\"25#how-to-login\",\"323\":\"25#seed-the-neo4j-database\",\"324\":\"25#use-graphql-mutations-to-create-a-user\",\"325\":\"25#login-via-graphql\",\"326\":\"25#query-and-mutate\",\"327\":\"26\",\"328\":\"26#example\",\"329\":\"27\",\"330\":\"27#example\",\"331\":\"28\",\"332\":\"29\",\"333\":\"29#folder-for-images-reachable-by-url\",\"334\":\"30\",\"335\":\"31\",\"336\":\"32\",\"337\":\"33\",\"338\":\"34\",\"339\":\"35\",\"340\":\"36\",\"341\":\"37\",\"342\":\"38\"},\"fieldIds\":{\"h\":0,\"t\":1,\"c\":2},\"fieldLength\":{\"0\":[1],\"1\":[1,20],\"2\":[1,170],\"3\":[1,53],\"4\":[1,75],\"5\":[1,83],\"6\":[1,56],\"7\":[1,18],\"8\":[1,58],\"9\":[1,159],\"10\":[1,38],\"11\":[1,83],\"12\":[1,28],\"13\":[1,10],\"14\":[1,12],\"15\":[1,133],\"16\":[1,270],\"17\":[1,296],\"18\":[1,666],\"19\":[1,448],\"20\":[1,35],\"21\":[1,126],\"22\":[1,30],\"23\":[1,73],\"24\":[1,56],\"25\":[1,29],\"26\":[1,16],\"27\":[1,333],\"28\":[1,228],\"29\":[1,126],\"30\":[1,25],\"31\":[1,497],\"32\":[1,97],\"33\":[1,79],\"34\":[1,82],\"35\":[1,33],\"36\":[1,115],\"37\":[1,122],\"38\":[1,33],\"39\":[1,66],\"40\":[1,72],\"41\":[1,76],\"42\":[1,47],\"43\":[1,179],\"44\":[1,38],\"45\":[1,53],\"46\":[1,14],\"47\":[1,22],\"48\":[1,43],\"49\":[1,32],\"50\":[1,8],\"51\":[1,20],\"52\":[1,16],\"53\":[1,29],\"54\":[1,7],\"55\":[1,18],\"56\":[1,11],\"57\":[1,7],\"58\":[1,25],\"59\":[1,7],\"60\":[1,18],\"61\":[1,33],\"62\":[1,543],\"63\":[1,87],\"64\":[1,159],\"65\":[1,124],\"66\":[1,179],\"67\":[1,251],\"68\":[1,157],\"69\":[1,199],\"70\":[1,76],\"71\":[1,20],\"72\":[1,221],\"73\":[1,3],\"74\":[1,1199],\"75\":[1,3],\"76\":[1,1279],\"77\":[1,3],\"78\":[1,1314],\"79\":[1,3],\"80\":[1,1543],\"81\":[1,3],\"82\":[1,1649],\"83\":[1,3],\"84\":[1,1745],\"85\":[1,3],\"86\":[1,1826],\"87\":[1,3],\"88\":[1,1861],\"89\":[1,3],\"90\":[1,1873],\"91\":[1,3],\"92\":[1,1920],\"93\":[1,3],\"94\":[1,2015],\"95\":[1,3],\"96\":[1,2053],\"97\":[1,3],\"98\":[1,2077],\"99\":[1,3],\"100\":[1,2155],\"101\":[1,3],\"102\":[1,2268],\"103\":[3,2212],\"104\":[5],\"105\":[2,47],\"106\":[2,82],\"107\":[2,57],\"108\":[1,51],\"109\":[1,75],\"110\":[1,19],\"111\":[1,23],\"112\":[3,70],\"113\":[2,189],\"114\":[6,6],\"115\":[2,59],\"116\":[5,57],\"117\":[1,117],\"118\":[1],\"119\":[1],\"120\":[2,43],\"121\":[3],\"122\":[3,10],\"123\":[10,47],\"124\":[3,78],\"125\":[1],\"126\":[3,13],\"127\":[3,13],\"128\":[1],\"129\":[3,13],\"130\":[3,13],\"131\":[1,120],\"132\":[2,114],\"133\":[1,6],\"134\":[1,32],\"135\":[6,13],\"136\":[1,9],\"137\":[2,90],\"138\":[1,30],\"139\":[1,24],\"140\":[4],\"141\":[1,15],\"142\":[2,60],\"143\":[1],\"144\":[3,25],\"145\":[5,14],\"146\":[1,22],\"147\":[2,32],\"148\":[4,36],\"149\":[6,79],\"150\":[2,11],\"151\":[1,113],\"152\":[2,37],\"153\":[1,65],\"154\":[2,5],\"155\":[2,7],\"156\":[1,21],\"157\":[1,11],\"158\":[3,28],\"159\":[1],\"160\":[3,73],\"161\":[3,16],\"162\":[3],\"163\":[1,6],\"164\":[1,13],\"165\":[1,6],\"166\":[1,27],\"167\":[4,3],\"168\":[3,7],\"169\":[3],\"170\":[6,14],\"171\":[2,40],\"172\":[2],\"173\":[8,5],\"174\":[4,24],\"175\":[3,14],\"176\":[2],\"177\":[3,32],\"178\":[2,24],\"179\":[2,15],\"180\":[1],\"181\":[3,43],\"182\":[3,124],\"183\":[1,34],\"184\":[2,37],\"185\":[2,31],\"186\":[2,27],\"187\":[2,56],\"188\":[2,51],\"189\":[1,55],\"190\":[3,37],\"191\":[4,82],\"192\":[3,27],\"193\":[1,29],\"194\":[2,5],\"195\":[3],\"196\":[3,20],\"197\":[3,26],\"198\":[2,37],\"199\":[4,44],\"200\":[2,22],\"201\":[3,17],\"202\":[2,87],\"203\":[1,55],\"204\":[2,37],\"205\":[2,22],\"206\":[1,27],\"207\":[1,46],\"208\":[1,8],\"209\":[1,11],\"210\":[2,49],\"211\":[1,10],\"212\":[1,5],\"213\":[1,34],\"214\":[6,4],\"215\":[1,15],\"216\":[1,19],\"217\":[2,16],\"218\":[1,16],\"219\":[1,21],\"220\":[1,10],\"221\":[2,18],\"222\":[2,14],\"223\":[2,13],\"224\":[1,4],\"225\":[3,28],\"226\":[1,30],\"227\":[1,33],\"228\":[1,24],\"229\":[1,14],\"230\":[1,5],\"231\":[1,29],\"232\":[4,21],\"233\":[8],\"234\":[4,48],\"235\":[2,23],\"236\":[8,29],\"237\":[8,11],\"238\":[8,26],\"239\":[7,30],\"240\":[7],\"241\":[16,32],\"242\":[12,22],\"243\":[10,29],\"244\":[7],\"245\":[12,21],\"246\":[13,23],\"247\":[7],\"248\":[13,30],\"249\":[8],\"250\":[15,26],\"251\":[11,94],\"252\":[8],\"253\":[8,29],\"254\":[7,3],\"255\":[2,21],\"256\":[1,10],\"257\":[2,25],\"258\":[2,17],\"259\":[3,14],\"260\":[1,13],\"261\":[1,108],\"262\":[2,10],\"263\":[9,59],\"264\":[2,5],\"265\":[2,66],\"266\":[1,70],\"267\":[1,15],\"268\":[1,26],\"269\":[1,28],\"270\":[8,90],\"271\":[2,5],\"272\":[1,3],\"273\":[2,50],\"274\":[3,24],\"275\":[3,55],\"276\":[1,61],\"277\":[4],\"278\":[3,25],\"279\":[3,83],\"280\":[3,66],\"281\":[1,17],\"282\":[4,139],\"283\":[3,86],\"284\":[1,2],\"285\":[1,50],\"286\":[3,11],\"287\":[3,10],\"288\":[2,87],\"289\":[2,11],\"290\":[2,38],\"291\":[2,69],\"292\":[3],\"293\":[1,71],\"294\":[4,101],\"295\":[5,54],\"296\":[2,27],\"297\":[3],\"298\":[4,62],\"299\":[9,59],\"300\":[2,26],\"301\":[3],\"302\":[7,57],\"303\":[8,54],\"304\":[6,53],\"305\":[7,70],\"306\":[8,113],\"307\":[2,31],\"308\":[2],\"309\":[1,53],\"310\":[2,72],\"311\":[4,14],\"312\":[2,39],\"313\":[6,79],\"314\":[3],\"315\":[5,46],\"316\":[4,74],\"317\":[3,26],\"318\":[2,17],\"319\":[2,23],\"320\":[6,82],\"321\":[2,23],\"322\":[4,28],\"323\":[4,30],\"324\":[7,11],\"325\":[3,67],\"326\":[3,145],\"327\":[1],\"328\":[1,15],\"329\":[1],\"330\":[1,9],\"331\":[2,10],\"332\":[2,25],\"333\":[6,25],\"334\":[1,3],\"335\":[1],\"336\":[1],\"337\":[1],\"338\":[1],\"339\":[1],\"340\":[1],\"341\":[1],\"342\":[1]},\"averageFieldLength\":[2.463556851311953,151.99795226756459],\"storedFields\":{\"0\":{\"h\":\"\"},\"1\":{\"h\":\"Changelog\",\"t\":[\"All notable changes to this project will be documented in this file. Dates are displayed in UTC.\",\"Generated by auto-changelog.\"]},\"2\":{\"h\":\"\",\"t\":[\"remove expect package #8738\",\"build(deps-dev): bump eslint-plugin-import in /backend #8705\",\"build(deps): bump the metascraper group in /backend with 12 updates #8717\",\"build(deps-dev): bump dotenv from 16.5.0 to 17.0.0 #8720\",\"build(deps-dev): bump eslint-plugin-jest in /backend #8706\",\"build(deps): bump @aws-sdk/lib-storage in /backend #8723\",\"build(deps): bump @aws-sdk/client-s3 from 3.832.0 to 3.839.0 in /backend #8722\",\"refactor(backend): put config into context #8603\",\"build(deps): bump dotenv from 16.5.0 to 17.0.0 in /backend #8726\",\"build(deps-dev): bump @types/node from 24.0.3 to 24.0.6 in /backend #8721\",\"fix(webapp): added option for slug #8659\",\"build(deps-dev): bump prettier from 3.5.3 to 3.6.2 in /backend #8729\",\"build(deps-dev): bump eslint-import-resolver-typescript in /backend #8725\",\"build(deps-dev): bump @types/lodash from 4.17.18 to 4.17.19 in /backend #8727\",\"build(deps-dev): bump eslint-plugin-prettier in /backend #8728\",\"build(deps): bump node from 24.2.0-alpine to 24.3.0-alpine in /backend #8730\",\"build(deps): bump peter-evans/repository-dispatch #8731\",\"fix(backend): mask jwt token in log #8737\",\"refactor(backend): fix tests for #8714 #8716\",\"fix(backend): refactor S3 usage and always apply protocol fix #8714\",\"refactor(docker): neo4j image naming inconsistency in docker compose files #8736\",\"feat(backend): all db node properties #8635\",\"fix(webapp): catch possibe errors on request geolocation #8640\",\"Fix video player in Safari #8711\",\"fix(webapp): fix property access of possibly undefined objects #8639\",\"Build source maps #8695\",\"feat(devops): tool versions #8709\",\"build(deps-dev): bump eslint-plugin-prettier in /webapp #8699\",\"build(deps): bump peter-evans/repository-dispatch #8701\",\"build(deps): bump the metascraper group across 1 directory with 12 updates #8572\",\"build(deps): bump @aws-sdk/client-s3 from 3.828.0 to 3.832.0 in /backend #8708\",\"build(deps): bump linkifyjs from 4.2.0 to 4.3.1 in /backend #8531\",\"build(deps-dev): bump @types/node from 24.0.1 to 24.0.3 in /backend #8707\",\"build(deps-dev): bump @types/lodash from 4.17.17 to 4.17.18 in /backend #8702\",\"build(deps-dev): bump the cypress group across 1 directory with 3 updates #8698\",\"chore(other): set some 'nvm' versions to '24.2.0' #8691\",\"Put message creation in a transaction with file uploads to avoid empty messages #8694\",\"fix(webapp): better chat upload ui #8693\"]},\"3\":{\"h\":\"\",\"t\":[\"19 June 2025\",\"Release v3.10.1 #8692\",\"feat(backend): logger #8655\",\"fix(webapp): show hint that message is being saved #8690\",\"fix(webapp): added timer #8658\",\"Keep correct file extension for audio captures (voice chat) #8687\",\"Add protocol if missing #8689\",\"Avoid slider error #8686\",\"fix(webapp): on translation not found must be a function #8685\"]},\"4\":{\"h\":\"\",\"t\":[\"16 June 2025\",\"v3.10.0 #8683\",\"build(deps): bump nodemailer from 6.10.1 to 7.0.3 in /backend #8527\",\"build(deps): bump cheerio from 1.0.0 to 1.1.0 in /backend #8669\",\"build(deps): bump minimatch from 9.0.5 to 10.0.3 in /backend #8673\",\"fix(webapp): filenames for chat files #8680\",\"build(deps): bump @aws-sdk/lib-storage in /backend #8667\",\"build(deps-dev): bump ts-jest from 29.3.4 to 29.4.0 in /backend #8668\",\"build(deps): bump node from 24.1.0-alpine to 24.2.0-alpine in /backend #8664\",\"build(deps): bump @types/mime-types from 2.1.4 to 3.0.1 in /backend #8671\",\"build(deps-dev): bump @types/node from 22.15.30 to 24.0.1 in /backend #8670\",\"build(deps-dev): bump eslint-plugin-jest in /backend #8672\",\"build(deps-dev): bump eslint-plugin-n in /backend #8674\",\"build(deps): bump @aws-sdk/client-s3 from 3.826.0 to 3.828.0 in /backend #8675\",\"feat(backend): file upload chat backend #8657\",\"refactor(backend): reduce seed time #8662\"]},\"5\":{\"h\":\"\",\"t\":[\"11 June 2025\",\"v3.9.0 #8661\",\"fix(webapp): optimize registration layout #8630\",\"fix(webapp): fix group performance #8656\",\"build(deps): bump @aws-sdk/client-s3 from 3.817.0 to 3.826.0 in /backend #8647\",\"build(deps-dev): bump eslint-plugin-n in /backend #8646\",\"build(deps-dev): bump eslint-plugin-jest in /backend #8648\",\"build(deps-dev): bump eslint-import-resolver-typescript in /backend #8643\",\"build(deps-dev): bump @types/node from 22.15.21 to 22.15.30 in /backend #8645\",\"refactor(webapp): adapt webapp docker build stages to match e2e testing requirements #8651\",\"build(deps): bump email-templates from 12.0.2 to 12.0.3 in /backend #8644\",\"build(deps-dev): bump eslint-plugin-prettier in /webapp #8625\",\"build(deps): bump peter-evans/repository-dispatch #8649\",\"build(deps-dev): bump cypress from 14.4.0 to 14.4.1 in the cypress group #8650\",\"feat(e2e): group create feature #8636\",\"fix flaky tests #8638\"]},\"6\":{\"h\":\"\",\"t\":[\"4 June 2025\",\"v3.8.2 #8637\",\"feat(webapp): location on registration #8608\",\"fix(webapp): group categories #8634\",\"build(deps): bump @aws-sdk/lib-storage in /backend #8615\",\"build(deps): bump validator from 13.15.0 to 13.15.15 in /backend #8628\",\"build(deps): bump validator from 13.15.0 to 13.15.15 in /webapp #8622\",\"build(deps-dev): bump eslint-plugin-prettier in /backend #8621\",\"feat(backend): push posts #8609\",\"build(deps): bump node from 24.0.2-alpine to 24.1.0-alpine in /backend #8613\",\"build(deps-dev): bump eslint-plugin-jest in /backend #8623\",\"build(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 #8612\"]},\"7\":{\"h\":\"\",\"t\":[\"2 June 2025\",\"v3.8.1 #8633\",\"fix(backend): hotfix - allow more user fields to be queried #8632\"]},\"8\":{\"h\":\"\",\"t\":[\"1 June 2025\",\"v3.8.0 #8631\",\"feat(backend): migrate to s3 #8545\",\"fix broken observe on post #8610\",\"feat(webapp): shout comments #8600\",\"refactor(webapp): make group form's location select available as a separate component #6245\",\"feat(webapp): ask for real name #8605\",\"feat(backend): pin public group posts #8606\",\"feat(backend): pin more than one post #8598\",\"refactor(webapp): remove warnings in unit tests #8556\",\"refactor(webapp): store for categories #8551\"]},\"9\":{\"h\":\"\",\"t\":[\"25 May 2025\",\"v3.7.0 #8597\",\"fix(webapp): logo and top-menu optimization #8590\",\"fix(webapp): hotfix dropdown menu placement #8594\",\"fix(webapp): notifications - UI Improvements #8559\",\"update user, write all values, query verification Badge #8593\",\"refactor(webapp): remove email normalization #8580\",\"feat(backend): autoselect badges when rewarding and the user still have free slots #8577\",\"fix websocket - downgrade graphql #8592\",\"build(deps-dev): bump @faker-js/faker from 9.7.0 to 9.8.0 in /webapp #8567\",\"build(deps): bump @aws-sdk/client-s3 from 3.804.0 to 3.817.0 in /backend #8582\",\"build(deps-dev): bump eslint-plugin-jsonc in /backend #8583\",\"build(deps-dev): bump @types/lodash from 4.17.16 to 4.17.17 in /backend #8585\",\"build(deps-dev): bump the cypress group across 1 directory with 2 updates #8561\",\"build(deps-dev): bump @types/node from 22.15.18 to 22.15.21 in /backend #8586\",\"build(deps): bump peter-evans/repository-dispatch #8589\",\"build(deps-dev): bump eslint-plugin-prettier in /webapp #8520\",\"improve login & invite mechanics #8574\",\"build(backend): upgrade outdated S3 client #8463\",\"refactor(docker): remove dead code #8554\",\"build(deps-dev): bump eslint-plugin-prettier in /backend #8526\",\"build(deps): bump linkify-html from 4.2.0 to 4.3.1 in /backend #8532\",\"build(deps-dev): bump @faker-js/faker from 9.7.0 to 9.8.0 #8560\",\"build(deps): bump peter-evans/repository-dispatch #8563\",\"fix(webapp): fix popover flickering #8555\",\"fix(backend): user role in group in notifications #8552\",\"fix statistics: reports #8576\",\"build(deps): bump docker/build-push-action from 6.16.0 to 6.17.0 #8562\",\"build(deps): bump sanitize-html from 2.16.0 to 2.17.0 in /backend #8568\",\"build(deps-dev): bump @faker-js/faker from 9.7.0 to 9.8.0 in /backend #8570\",\"build(deps): bump node from 23.11.0-alpine to 24.0.2-alpine in /backend #8564\",\"build(deps-dev): bump ts-jest from 29.3.2 to 29.3.4 in /backend #8569\",\"build(deps-dev): bump @types/node from 22.15.3 to 22.15.18 in /backend #8571\",\"build(deps-dev): bump eslint-config-prettier in /backend #8529\",\"feat(backend): add support line to emails #8502\",\"build(deps-dev): bump tsc-alias from 1.8.15 to 1.8.16 in /backend #8530\"]},\"10\":{\"h\":\"\",\"t\":[\"12 May 2025\",\"v3.6.1 #8553\",\"fix(webapp): fix flickering? #8549\",\"fix(backend): fix statistics and introduce new values #8550\",\"Fix typo in german translation #8548\",\"feat(webapp): default language configurable #8546\",\"fix(webapp): query categories on login to get the count #8542\"]},\"11\":{\"h\":\"\",\"t\":[\"10 May 2025\",\"v3.6.0 #8541\",\"Show invititation dropdown until user clicks somewhere else #8539\",\"feat(webapp): redirect to group after registration with invite to group #8540\",\"fix(webapp): fix layout break and hidden group name appearance #8538\",\"feat(webapp): several group and personal invitation links #8504\",\"fix(backend): category seed #8536\",\"correct copy path in dockerfile #8519\",\"feat(webapp): group invite after login #8518\",\"feat(webapp): redirect on registration for invite links #8517\",\"fix(webapp): mobile optimization #8516\",\"feat(docu): update email snapshots #8514\",\"fix(backend): fix user profile and group links in e-mails #8512\",\"fix(backend): fix registration with invite code #8513\",\"fix locales errors (german) #8510\",\"fix(backend): invite codes - hotfix 1 #8508\",\"refactor(backend): category seed #8505\",\"feat(backend): group invite codes #8499\",\"feat(webapp): change german to du and dich#8507\"]},\"12\":{\"h\":\"\",\"t\":[\"7 May 2025\",\"chore(release): v3.5.3 #8503\",\"fix(backend): correct email from #8501\",\"refactor(backend): types for global config #8485\",\"fix warning in workflow for lower case as #8494\"]},\"13\":{\"h\":\"\",\"t\":[\"6 May 2025\",\"v3.5.2 #8498\",\"fix emails2 #8497\"]},\"14\":{\"h\":\"\",\"t\":[\"6 May 2025\",\"v3.5.1 #8496\",\"fix emails in production #8493\"]},\"15\":{\"h\":\"\",\"t\":[\"6 May 2025\",\"v3.5.0 #8492\",\"feat(webapp): user teaser popover #8450\",\"feat(backend): signup email localized #8459\",\"lint json #8472\",\"refactor(other): cypress: simplify cucumber preprocessor imports and some linting #8489\",\"fix backend node23 #8488\",\"refactor(workflow): parallelize e2e preparation #8481\",\"refactor(backend): types for context + slug#8486\",\"feat(backend): emails for notifications #8435\",\"remove some dependabot groups & no alpine version to allow update #8475\",\"build(deps-dev): bump the babel group with 3 updates #8478\",\"build(deps-dev): bump @types/node from 22.15.2 to 22.15.3 in /backend #8479\",\"refactor(backend): refactor context #8434\",\"build(deps): bump amannn/action-semantic-pull-request #8480\",\"build(deps-dev): bump eslint-plugin-prettier in /webapp #8332\",\"remove all helpers on src/helpers #8469\",\"move models into database folder #8471\",\"also lint cjs files #8467\",\"refactor(backend): refactor badges #8465\",\"refactor(backend): move resolvers into graphql folder #8470\",\"refactor(webapp): remove unused packages #8468\",\"refactor(backend): remove unused packages #8466\",\"fix(backend): fix backend dev and dev:debug command #8439\",\"move distanceToMe onto Location #8464\",\"feat(backend): distanceToMe #8462\",\"fix(webapp): fixed padding for mobile in basic layout #8455\",\"Fix ocelot.social link for imprint and donation #8461\"]},\"16\":{\"h\":\"\",\"t\":[\"28 April 2025\",\"v3.4.0 #8454\",\"fix(webapp): fix badge focus #8452\",\"feat(backend): branding middlewares #8429\",\"refactor(webapp): make login, registration, password-reset layout brandable #8440\",\"fix(backend): fixes for branding #8449\",\"Replace edit link by pencil button #8453\",\"fix(webapp): refine little things #8382\",\"fix(webapp): fix admin badges settings #8438\",\"build(deps): bump peter-evans/repository-dispatch #8443\",\"build(deps-dev): bump nodemon from 3.1.9 to 3.1.10 in /backend #8447\",\"build(deps-dev): bump @types/node from 22.14.1 to 22.15.2 in /backend #8446\",\"build(deps): bump docker/build-push-action from 6.15.0 to 6.16.0 #8444\",\"build(deps-dev): bump cypress from 14.3.1 to 14.3.2 in the cypress group #8442\",\"build(deps-dev): bump eslint-import-resolver-typescript in /backend #8445\",\"build(deps-dev): bump eslint-config-prettier in /backend #8370\",\"revokeBadge also removes selection #8437\",\"feat(webapp): badges UI #8426\",\"feat(backend): lint - detect unused typescript disables #8425\",\"fix(docu): remove required but missing frontend/.env#8431\",\"refactor(backend): types for neo4j & neode #8409\",\"lint everything, disable some setup steps for jest #8423\",\"lint n/no-sync #8405\",\"fix(backend): fix notification emails with different name #8419\",\"refactor(backend): default badges, always return a badge #8430\",\"refactor(backend): allow to set selected badge-slot to null #8421\",\"chore(frontend): run npm install #8432\",\"refactor(webapp): refactor branding diverse v2 #8427\",\"feat(webapp): badges admin settings #8401\",\"move graphql types into graphql folder #8420\",\"fix faker image seed #8422\",\"build(deps-dev): bump @faker-js/faker from 9.6.0 to 9.7.0 in /webapp #8411\",\"build(deps-dev): bump @faker-js/faker from 9.6.0 to 9.7.0 #8414\",\"build(deps): bump sanitize-html from 2.15.0 to 2.16.0 in /backend #8418\",\"build(deps-dev): bump cypress from 14.3.0 to 14.3.1 in the cypress group #8413\",\"build(deps): bump actions/setup-node from 4.3.0 to 4.4.0 #8412\",\"refactor(backend): separate queries #8358\",\"refactor(backend): lint @typescript-eslint/strict #8408\",\"refactor(backend): lint @typescript-eslint/recommended-requiring-type-checking #8407\",\"lint @typescript-eslint/recommended #8406\",\"build(deps): bump nodemailer from 6.10.0 to 6.10.1 in /backend #8417\",\"build(deps-dev): bump @eslint-community/eslint-plugin-eslint-comments #8415\",\"feat(backend): badges #8391\",\"feat(backend): do not notify blocked or muted users #8403\",\"feat(backend): only one email is sent although more notifications are triggered #8400\",\"fix(backend): flaky notifications on mention in group unit test #8404\",\"refactor(webapp): refactor branding of post ribbons and chat etc. #8395\",\"downgrade sass to 1.77.6 #8399\",\"mentiioned users in posts and comments of groups #8392\",\"feat(backend): no notification mails to users online #8397\",\"Add .nuxt to gitignore #8393\",\"fix migrations #8390\",\"chore(frontend): add '.nvmrc' file to new frontend #7112\",\"refactor(backend): fix is muted by me query #8365\",\"fix(backend): block/mute chat #8364\",\"build(deps): bump graphql-upload from 11.0.0 to 13.0.0 in /backend #8375\",\"build(deps-dev): bump the typescript group across 1 directory with 2 updates #8383\",\"Bump graphql from 14.7.0 to 15.10.1 in /webapp #8157\",\"fix(webapp): better settings ux #8347\",\"Bump bcryptjs from 2.4.3 to 3.0.2 #8218\",\"Bump bcryptjs from 2.4.3 to 3.0.2 in /backend #8224\",\"build(deps-dev): bump cypress from 14.2.1 to 14.3.0 in the cypress group #8366\",\"build(deps-dev): bump eslint-import-resolver-typescript in /backend #8369\",\"build(deps-dev): bump dotenv from 16.4.7 to 16.5.0 #8367\",\"build(deps): bump ioredis from 4.16.1 to 5.6.1 in /backend #8371\",\"build(deps): bump dotenv from 16.4.7 to 16.5.0 in /backend #8372\",\"build(deps-dev): bump eslint-config-prettier in /webapp #8377\",\"build(deps-dev): bump @types/node from 22.14.0 to 22.14.1 in /backend #8374\"]},\"17\":{\"h\":\"\",\"t\":[\"12 April 2025\",\"v3.3.0 #8380\",\"fix(webapp): refine group muting locales #8378\",\"chore(backend): add e-mail setting for our new 'mailserver' to our backend .env.template #8359\",\"refactor(backend): set up smtp pooling for nodemailer #8167\",\"release script does not include commits #8381\",\"refactor(backend): user graphql #8354\",\"fix block user #8363\",\"feat(webapp): add mute/unumute group to menu #8335\",\"test that there is no email sent when no notification #8362\",\"feat(backend): notify posts in groups #8346\",\"docker compose files: use current maildev image from the right repo #8351\",\"feat(backend): notify users when a followed user posted #8313\",\"fix(backend): fixing admin email notification settings #8356\",\"fix(backend): error when there is an abandoned email #8315\",\"migrate commenting users to observe commented posts #8308\",\"refactor(backend): new chat message notification email #8357\",\"refactor(backend): clean migrate scripts #8317\",\"feat(webapp): notification settings frontend #8320\",\"posts and comments created by the factory set the observe relation #8344\",\"refactor(backend): lint - import/order #8350\",\"lint - import/no-relative-parent-imports #8349\",\"refactor(other): cleanup cypress configuration #8345\",\"lint - update plugin promise and cleanup rules #8343\",\"lint plugin n - update and cleanup #8342\",\"lint import/no-extraneous-dependencies #8341\",\"build(deps): bump express from 4.21.2 to 5.1.0 in /webapp #8334\",\"build(deps): bump express from 4.21.2 to 5.1.0 in /backend #8322\",\"build(deps): bump mime-types from 2.1.35 to 3.0.1 in /backend #8298\",\"feat(backend): lint rules #8339\",\"feat(backend): chat notify via email #8314\",\"build(deps): Bump docker/metadata-action #8245\",\"build(deps): Bump docker/build-push-action from 6.9.0 to 6.15.0 #8244\",\"build(deps): bump docker/login-action from 3.3.0 to 3.4.0 #8271\",\"build(deps): bump sass from 1.85.0 to 1.86.3 in /webapp #8333\",\"build(deps): bump validator from 13.12.0 to 13.15.0 in /webapp #8305\",\"build(deps-dev): bump @faker-js/faker from 9.5.0 to 9.6.0 #8257\",\"build(deps-dev): bump @faker-js/faker from 9.5.0 to 9.6.0 in /webapp #8262\",\"build(deps): bump crazy-max/ghaction-github-pages from 4.1.0 to 4.2.0 #8328\",\"build(deps): bump peter-evans/repository-dispatch #8330\",\"build(deps): Bump actions/checkout from 4.2.1 to 4.2.2 #8247\",\"build(deps-dev): bump eslint-config-prettier in /webapp #8259\",\"build(deps-dev): bump eslint-import-resolver-typescript in /backend #8326\",\"build(deps): bump actions/cache from 4.2.1 to 4.2.3 #8287\",\"build(deps-dev): bump @types/node from 22.13.5 to 22.14.0 in /backend #8325\",\"build(deps-dev): bump typescript from 5.7.3 to 5.8.3 in /backend #8324\",\"build(deps): bump the babel group across 1 directory with 2 updates #8296\",\"build(deps-dev): bump @faker-js/faker from 9.5.0 to 9.6.0 in /backend #8268\",\"build(deps-dev): Bump ts-jest in /backend in the typescript group #8237\",\"build(deps): bump helmet from 8.0.0 to 8.1.0 in /backend #8284\",\"build(deps): bump validator from 13.12.0 to 13.15.0 in /backend #8297\",\"build(deps): bump sanitize-html from 2.14.0 to 2.15.0 in /backend #8285\",\"build(deps): bump the metascraper group across 1 directory with 12 updates #8327\",\"build(deps-dev): bump @babel/core in the babel group #8277\",\"build(deps-dev): bump prettier from 3.5.2 to 3.5.3 in /webapp #8260\",\"build(deps-dev): bump eslint-plugin-vue from 9.32.0 to 9.33.0 in /webapp #8264\",\"build(deps-dev): bump prettier from 3.5.2 to 3.5.3 in /backend #8266\",\"fix(other): leftover hetzner deployment #8254\",\"refactor(backend): comment on observed post notification #8311\",\"feat(frontend): observe posts #8293\",\"expose port so the mailserver can actually be used #8319\",\"build(deps-dev): bump eslint-config-prettier in /backend #8269\",\"build(deps-dev): bump eslint-plugin-prettier in /backend #8300\",\"build(deps): bump amannn/action-semantic-pull-request #8303\",\"build(deps): bump actions/setup-node from 4.2.0 to 4.3.0 #8288\",\"build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 #8289\",\"fix(backend): typo in groups resolver #8318\",\"fix frontend package lock #8316\",\"migration adds OBSERVES relation between author and post #8307\",\"fix(backend): users observing post count #8295\",\"feat(webapp): track online status #8312\",\"Replace argfile by slurpfile #8309\",\"build(deps-dev): Bump cypress from 14.0.3 to 14.1.0 in the cypress group #8229\",\"provide information of the observing status of the post after creating a comment #8310\",\"feat(backend): observe posts #8292\",\"release: also update helmchart versions #8256\"]},\"18\":{\"h\":\"\",\"t\":[\"3 March 2025\",\"v3.2.1 #8248\",\"remove the requirement for non-existant job in publish workflow #8251\",\"removed dockerhub related stuff #8249\",\"feat(webapp): implement configurable custom button in header #8215\",\"feat(other): major improvement of deployment #7925\",\"Bump the metascraper group across 1 directory with 12 updates #8187\",\"Bump peter-evans/repository-dispatch from 39d2331fbbe4be56c4434ca745a23633155f9cdf to b0b38f73c8333be75d585a92b2c630a10d2a78f5 #8206\",\"Bump gaurav-nelson/github-action-markdown-link-check from 7d83e59a57f3c201c76eed3d33dff64ec4452d27 to 1b916f2cf6c36510a6059943104e3c42ce6c16bc #8178\",\"Bump xregexp from 4.3.0 to 5.1.2 in /webapp #8216\",\"Bump xregexp from 4.3.0 to 5.1.2 in /backend #8225\",\"Bump eslint-import-resolver-typescript from 3.7.0 to 3.8.3 in /backend #8222\",\"Bump nodemailer from 6.9.16 to 6.10.0 in /backend #8173\",\"Bump @faker-js/faker from 9.3.0 to 9.5.0 in /backend #8204\",\"Bump the babel group across 1 directory with 2 updates #8205\",\"Bump the babel group across 1 directory with 2 updates #8197\",\"Bump @types/node from 22.10.2 to 22.13.5 in /backend #8223\",\"Bump eslint-plugin-jest from 28.10.0 to 28.11.0 in /backend #8160\",\"Bump @faker-js/faker from 9.3.0 to 9.5.0 in /webapp #8211\",\"Bump @faker-js/faker from 9.3.0 to 9.5.0 #8196\",\"Bump eslint-config-prettier from 9.1.0 to 10.0.1 in /backend #8165\",\"Bump eslint-plugin-prettier from 5.2.1 to 5.2.3 in /backend #8170\",\"Bump prettier from 3.4.2 to 3.5.2 in /backend #8228\",\"Bump eslint-config-prettier from 6.15.0 to 10.0.1 in /webapp #8152\",\"Bump eslint-plugin-prettier from 5.2.1 to 5.2.3 in /webapp #8179\",\"Bump prettier from 3.4.2 to 3.5.2 in /webapp #8227\",\"Bump sass from 1.83.0 to 1.85.0 in /webapp #8207\",\"Bump the cypress group across 1 directory with 3 updates #8219\",\"Bump actions/setup-node from 4.1.0 to 4.2.0 #8188\",\"Bump actions/upload-artifact from 4.4.3 to 4.6.1 #8220\",\"Bump actions/cache from 4.1.2 to 4.2.1 #8221\",\"Bump typescript from 5.7.2 to 5.7.3 in /backend #8143\",\"Bump the cypress group across 1 directory with 5 updates #8175\",\"fix(frontend): hide invite button on mobile if disabled #8128\",\"Bump eslint-plugin-promise from 7.1.0 to 7.2.1 in /webapp #8096\",\"Bump eslint-plugin-vue from 9.31.0 to 9.32.0 in /webapp #8104\",\"Bump sass from 1.75.0 to 1.83.0 in /webapp #8121\",\"Bump prettier from 3.3.3 to 3.4.2 in /webapp #8100\",\"Bump @faker-js/faker from 9.2.0 to 9.3.0 in /webapp #8101\",\"Bump express from 4.21.1 to 4.21.2 in /webapp #8105\",\"Bump dotenv from 16.4.5 to 16.4.7 #8119\",\"Bump @faker-js/faker from 9.2.0 to 9.3.0 #8120\",\"Bump the cypress group across 1 directory with 2 updates #8134\",\"Bump sanitize-html from 2.13.1 to 2.14.0 in /backend #8132\",\"Bump eslint-import-resolver-typescript from 3.6.3 to 3.7.0 in /backend #8113\",\"Bump eslint-plugin-jest from 28.9.0 to 28.10.0 in /backend #8133\",\"Bump @babel/cli from 7.25.9 to 7.26.4 in /backend in the babel group #8108\",\"Bump express from 4.21.1 to 4.21.2 in /backend #8109\",\"Bump linkify-html from 4.1.4 to 4.2.0 in /backend #8116\",\"Bump @faker-js/faker from 9.2.0 to 9.3.0 in /backend #8115\",\"Bump graphql-redis-subscriptions from 2.2.1 to 2.7.0 in /backend #8122\",\"Bump @types/node from 22.9.3 to 22.10.2 in /backend #8124\",\"Bump nodemon from 3.1.7 to 3.1.9 in /backend #8123\",\"Bump linkifyjs from 4.1.4 to 4.2.0 in /backend #8112\",\"Bump prettier from 3.3.3 to 3.4.2 in /backend #8111\",\"Bump dotenv from 16.4.5 to 16.4.7 in /backend #8110\",\"Bump the cypress group with 2 updates #8092\",\"Bump @types/node from 22.9.0 to 22.9.3 in /backend #8093\",\"Bump typescript from 5.6.3 to 5.7.2 in /backend #8086\",\"Bump linkify-html from 4.1.3 to 4.1.4 in /backend #8085\",\"Bump linkifyjs from 4.1.3 to 4.1.4 in /backend #8088\",\"Bump eslint-plugin-vue from 9.30.0 to 9.31.0 in /webapp #8081\",\"Bump @badeball/cypress-cucumber-preprocessor from 21.0.2 to 21.0.3 in the cypress group #8083\",\"Bump amannn/action-semantic-pull-request from 80c0371c57c5142ed6c844270bba1864bac8a4c6 to 40166f00814508ec3201fc8595b393d451c8cd80 #8078\",\"Bump peter-evans/repository-dispatch from 28a02cc85a65462275a97039562642d3731c318c to 39d2331fbbe4be56c4434ca745a23633155f9cdf #8077\",\"Bump @faker-js/faker from 9.1.0 to 9.2.0 #8069\",\"Bump peter-evans/repository-dispatch from af19ba8f0cf25cd177db9cf116a43798bc7446c7 to 28a02cc85a65462275a97039562642d3731c318c #8067\",\"Bump cypress from 13.15.1 to 13.15.2 in the cypress group #8068\",\"Bump @faker-js/faker from 9.1.0 to 9.2.0 in /webapp #8074\",\"Bump eslint-plugin-jest from 28.8.3 to 28.9.0 in /backend #8073\",\"Bump aws-sdk from 2.1691.0 to 2.1692.0 in /backend #8072\",\"Bump @faker-js/faker from 9.1.0 to 9.2.0 in /backend #8071\",\"Bump @types/node from 22.8.7 to 22.9.0 in /backend #8070\",\"Bump @types/node from 22.8.4 to 22.8.7 in /backend #8066\",\"Bump peter-evans/repository-dispatch from cc7d8686e214c240128fe2680a5c1c5486ae19c4 to af19ba8f0cf25cd177db9cf116a43798bc7446c7 #8061\",\"Bump eslint-config-standard from 14.1.1 to 15.0.1 in /webapp #8063\",\"Bump eslint-plugin-promise from 4.3.1 to 7.1.0 in /webapp #8056\",\"Bump eslint-plugin-import from 2.20.2 to 2.31.0 in /webapp #8055\",\"Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 in /webapp #8051\",\"Bump eslint-plugin-vue from 9.26.0 to 9.30.0 in /webapp #8057\",\"fix(frontend): adapt to different logo sizes, including fixes for Safari #8044\",\"refactor(other): dependabot: further package update regroupings #8045\",\"Bump @types/node from 22.8.1 to 22.8.4 in /backend #8048\",\"Bump the cypress group across 1 directory with 4 updates #8019\",\"refactor(maintenance): dependabot: disable frontend dependency checks #8041\",\"build(backend): update minor backend dependencies #8046\",\"refactor(other): adapt cypress config to cypress-cucumber-preprocessor update #8043\",\"Bump crazy-max/ghaction-github-pages from 08f571653184e9ff3d598bdda53ffd4ed00ed562 to fbf0a4fa4e00f45accd6cf3232368436ec06ed59 #8025\",\"fix(other): revert a change, which accedentally was merged #8039\",\"Bump nodemailer from 6.9.13 to 6.9.16 in /backend #8026\",\"Bump @faker-js/faker from 9.0.3 to 9.1.0 #8029\",\"Bump @faker-js/faker from 9.0.3 to 9.1.0 in /webapp #8036\",\"Bump @faker-js/faker from 9.0.3 to 9.1.0 in /backend #8031\",\"refactor(other): dependabot: degroups webapp package updates for babel, graphql, neo4j, and nuxt #8024\",\"Bump slug from 9.1.0 to 10.0.0 #7962\",\"Bump auto-changelog from 2.4.0 to 2.5.0 #7842\",\"Bump helmet from 7.1.0 to 8.0.0 in /backend #7916\",\"refactor(webapp): migrate sass devisions #7988\",\"Bump the vitest group across 1 directory with 2 updates #7963\",\"Bump actions/cache from 8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 to 6849a6489940f00c2f30c0fb92c6274307ccb58a #7990\",\"Bump pinia-plugin-persistedstate from 4.1.1 to 4.1.2 in /frontend in the pinia group #8010\",\"Bump the babel group across 1 directory with 3 updates #8017\",\"Bump sass from 1.77.6 to 1.80.4 in /frontend #8023\",\"Bump @types/node from 22.7.7 to 22.8.1 in /backend #8021\",\"Bump the babel group across 1 directory with 6 updates #8022\",\"Bump @types/jest from 29.5.13 to 29.5.14 in /backend #8002\",\"Bump actions/setup-node from aca7b64a59c0063db8564e0ffdadd3887f1cbae5 to 39370e3970a6d050c480ffad4ff0ed4d3fdee5af #8020\",\"Bump actions/checkout from 163217dfcd28294438ea1c1c149cfaf66eec283e to 11bd71901bbe5b1630ceea73d27597364c9af683 #8018\",\"Bump peter-evans/repository-dispatch from e614736e88253e8888967eafadb9b75b237d52ba to cc7d8686e214c240128fe2680a5c1c5486ae19c4 #8016\",\"Bump the vuepress group across 1 directory with 4 updates #7999\",\"fix(webapp): change theme color to be brandable #8004\",\"fix(webapp): notification page has unbranded button #8001\",\"refactor(webapp): degroup sass packages in dependabot #7985\",\"refactor(webapp): degroup vue packages in dependabot #7984\",\"refactor(other): change set node version in readme files #7983\",\"Bump actions/cache from 81382a721fc89d96eca335d0c3ba33144b2baa9d to 8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 #7927\",\"Bump @faker-js/faker from 9.0.0 to 9.0.3 #7885\",\"Bump sirv from 2.0.4 to 3.0.0 in /frontend #7942\",\"Bump the babel group across 1 directory with 3 updates #7944\",\"build(webapp): bump the babel group across 1 directory with 2 updates #7950\",\"Bump @types/node from 22.5.5 to 22.7.7 in /backend #7975\",\"Bump the babel group across 1 directory with 6 updates #7938\",\"Bump eslint-plugin-import from 2.30.0 to 2.31.0 in /backend #7915\",\"Bump sanitize-html from 2.13.0 to 2.13.1 in /backend #7917\",\"Bump @faker-js/faker from 9.0.0 to 9.0.3 in /backend #7882\",\"Bump nodemon from 3.1.0 to 3.1.7 in /backend #7872\",\"Bump actions/checkout from 6d193bf28034eafb982f37bd894289fe649468fc to 163217dfcd28294438ea1c1c149cfaf66eec283e #7972\",\"Bump express from 4.21.0 to 4.21.1 in /backend #7932\",\"Bump actions/setup-node from 97ca147735c170fb35096b39ef17a0fc5d9270ac to aca7b64a59c0063db8564e0ffdadd3887f1cbae5 #7889\",\"Bump typescript from 5.6.2 to 5.6.3 in /backend #7940\",\"fix(backend): fix geodata in mapbox-related resolver test #7976\",\"Bump the pinia group across 1 directory with 2 updates #7905\",\"Bump actions/upload-artifact from 4.4.0 to 4.4.3 #7930\",\"Bump express from 4.19.2 to 4.21.1 in /frontend #7933\",\"Bump express from 4.21.0 to 4.21.1 in /webapp #7949\",\"Bump the stylelint group across 1 directory with 2 updates #7937\",\"Bump @vue/compiler-sfc from 3.5.3 to 3.5.12 in /frontend #7941\",\"Bump peter-evans/repository-dispatch from c2fad29759e65af76987543a0aabefb8906d379a to e614736e88253e8888967eafadb9b75b237d52ba #7973\",\"Bump the storybook group across 1 directory with 8 updates #7970\",\"Bump @faker-js/faker from 9.0.0 to 9.0.3 in /webapp #7878\",\"Bump eslint from 8.57.0 to 8.57.1 in /backend #7870\",\"chore(other): adjust docs for deployment, neo4j cypher commands, and have new scripts #7848\",\"refactor(other): remove package wait-on #7819\",\"Bump crazy-max/ghaction-github-pages from cda5497acf90563d34489ed832a67c2c50353a16 to 08f571653184e9ff3d598bdda53ffd4ed00ed562 #7833\",\"Bump actions/setup-node from 1c7b2db92075f828bee89d7e19d33a911d15e7b3 to 97ca147735c170fb35096b39ef17a0fc5d9270ac #7834\",\"refactor(frontend): remove chromatic #7818\",\"Bump express from 4.19.2 to 4.21.0 in /webapp #7844\",\"Bump express from 4.19.2 to 4.21.0 in /backend #7840\",\"Bump @types/jest from 29.5.12 to 29.5.13 in /backend #7837\",\"Bump @types/node from 22.5.4 to 22.5.5 in /backend #7838\",\"Bump typescript from 5.4.5 to 5.6.2 in /backend #7839\",\"build(other): bump cheerio from 1.0.0-rc.12 to 1.0.0 in /backend #7709\",\"Bump @faker-js/faker from 8.4.1 to 9.0.0 #7791\",\"build(other): bump @faker-js/faker from 8.4.1 to 9.0.0 #7817\",\"Bump vike from 0.4.177 to 0.4.195 in /frontend #7820\",\"Bump apollo-client from 2.6.8 to 2.6.10 in /webapp in the apollo group #7692\",\"Bump date-fns from 3.3.1 to 3.6.0 #7139\",\"Bump @types/node from 20.12.7 to 22.5.4 in /backend #7812\",\"Bump slug from 9.0.0 to 9.1.0 #7457\",\"Bump the vitest group across 1 directory with 2 updates #7683\",\"Bump the stylelint group across 1 directory with 2 updates #7773\",\"Bump validator from 13.11.0 to 13.12.0 in /webapp #7393\",\"Bump peter-evans/repository-dispatch from 733a1daa12a9e7f9b219279836ac0190f48cf46d to c2fad29759e65af76987543a0aabefb8906d379a #7805\",\"Bump @vue/compiler-sfc from 3.4.30 to 3.5.3 in /frontend #7795\",\"Bump actions/checkout from 9a9194f87191a7e9055e3e9b95b8cfb13023bb08 to 6d193bf28034eafb982f37bd894289fe649468fc #7804\",\"Bump actions/cache from 40c3b67b2955d93d83b27ed164edd0756bc24049 to 81382a721fc89d96eca335d0c3ba33144b2baa9d #7781\",\"Bump actions/setup-node from 26961cf329f22f6837d5f54c3efd76b480300ace to 1c7b2db92075f828bee89d7e19d33a911d15e7b3 #7803\",\"Bump vue-i18n from 9.13.1 to 9.14.0 in /frontend #7728\",\"Bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 in /backend #7788\",\"Bump ts-jest from 29.1.2 to 29.2.5 in /backend in the typescript group across 1 directory #7758\",\"Bump the babel group across 1 directory with 6 updates #7787\",\"Bump eslint-plugin-jest from 28.2.0 to 28.8.3 in /backend #7814\",\"Bump eslint-plugin-import from 2.29.1 to 2.30.0 in /backend #7815\",\"Bump slug from 9.0.0 to 9.1.0 in /backend #7455\",\"Bump peter-evans/repository-dispatch from 1ebfb41781aa0fae446773941d0b3025198fc1a9 to 733a1daa12a9e7f9b219279836ac0190f48cf46d #7782\",\"Bump actions/upload-artifact from 4.3.5 to 4.4.0 #7780\",\"Bump prettier from 3.2.5 to 3.3.3 in /webapp #7629\",\"Bump prettier from 3.3.2 to 3.3.3 in /frontend #7641\",\"fix(workflow): fix typo in publishing workflow #7770\",\"fix(workflow): reset pkgdeps/git-tag-action to v3.0.0 in publish.yml #7769\",\"chore(other): remove obsolete version element from all docker yaml files #7564\",\"refactor(workflow): pin all github actions by commit hash #7701\",\"fix(webapp): fix maintenance dockerfiles image name #7768\",\"refactor(workflow): replace docker-compose by docker compose in workflow files #7762\",\"fix(backend): fix backend tests by changing mapbox location coordinates #7766\",\"Bump @vue/compiler-sfc from 3.4.29 to 3.4.30 in /frontend #7563\",\"Bump prettier from 3.2.5 to 3.3.2 in /frontend #7530\",\"chore(frontend): update frontend packages 2024 06 22 #7562\",\"Bump the typescript group across 1 directory with 4 updates #7487\",\"Bump chromatic from 11.3.2 to 11.5.0 in /frontend #7491\",\"Bump vike from 0.4.171 to 0.4.172 in /frontend #7489\",\"Bump the vite group in /frontend with 2 updates #7486\",\"Bump the vuepress group across 1 directory with 3 updates #7485\",\"Bump stylelint from 16.5.0 to 16.6.1 in /frontend in the stylelint group across 1 directory #7484\",\"refactor(other): group dependabot updates #7431\",\"chore(frontend): update packages 2024 05 12 #7401\",\"feat(frontend): implement ocelot color tokens in frontend with themes #7144\",\"Bump eslint-plugin-vue from 9.25.0 to 9.26.0 in /webapp #7399\",\"refactor(other): bump @faker-js/faker from 5.1.0 to 8.4.1 in /webapp and adapt repo-wide code to deprecation warnings #6999\",\"Bump @badeball/cypress-cucumber-preprocessor from 20.0.3 to 20.0.4 #7333\",\"Bump cypress from 13.7.3 to 13.8.1 #7334\",\"Bump @cucumber/cucumber from 10.4.0 to 10.6.0 #7335\",\"Bump cropperjs from 1.6.1 to 1.6.2 in /webapp #7307\",\"feat(frontend): add icon components as vuetify assets with icons of actual webapp #7129\",\"build(other): bump linkifyjs from 2.1.8 to 4.1.3 in /backend #7220\",\"Bump jsonwebtoken from 9.0.0 to 9.0.2 in /webapp #7219\",\"Bump uuid from 8.3.2 to 9.0.1 in /backend #7206\",\"Bump @faker-js/faker from 7.6.0 to 8.4.1 in /backend #7181\",\"Bump slug from 6.0.0 to 9.0.0 in /backend #7193\",\"Bump sass from 1.30.0 to 1.75.0 in /webapp #7269\",\"Bump express from 4.18.3 to 4.19.2 in /webapp #7185\",\"Bump nodemon from 2.0.2 to 3.1.0 in /backend #7171\",\"build(other): bump neo4j-driver from 4.4.7 to latest v4 patch available #7197\",\"Bump typescript from 4.9.5 to 5.4.5 in /backend #7273\",\"Bump validator from 13.0.0 to 13.11.0 in /webapp #7208\",\"Bump jest from 29.5.0 to 29.7.0 in /webapp #7195\",\"Bump eslint-plugin-vue from 9.24.0 to 9.25.0 in /webapp #7282\",\"Bump @typescript-eslint/parser from 5.60.0 to 5.62.0 in /backend #7188\",\"Bump eslint-plugin-security from 2.1.1 to 3.0.0 in /backend #7275\",\"Bump eslint-plugin-jest from 27.2.2 to 28.2.0 in /backend #7204\",\"Bump vue-advanced-chat from 2.0.10 to 2.0.11 in /webapp #7175\",\"chore(other): update docker image versions #7238\",\"Bump babel-jest from 29.5.0 to 29.7.0 in /webapp #7169\",\"Bump @babel/core from 7.23.7 to 7.24.4 in /webapp #7226\",\"Bump eslint from 8.43.0 to 8.57.0 in /backend #7174\",\"Bump @storybook/addon-a11y from 8.0.5 to 8.0.8 in /webapp #7268\",\"chore(frontend): add .vscode to gitignore in /frontend #7278\",\"Bump vue-i18n from 9.12.0 to 9.12.1 in /frontend #7280\",\"Bump eslint-plugin-vue from 9.24.1 to 9.25.0 in /frontend #7279\",\"chore(frontend): update frontend packages 2024 04 14 #7277\",\"Bump cypress from 13.7.2 to 13.7.3 #7241\",\"Bump aws-sdk from 2.1595.0 to 2.1599.0 in /backend #7274\",\"Bump @types/node from 20.12.5 to 20.12.7 in /backend #7276\",\"Bump aws-sdk from 2.1594.0 to 2.1595.0 in /backend #7236\",\"chore(backend): update packages #7235\",\"Bump @cucumber/cucumber from 10.3.1 to 10.4.0 #7163\",\"Bump @badeball/cypress-cucumber-preprocessor from 20.0.2 to 20.0.3 #7161\",\"Bump minimatch from 9.0.3 to 9.0.4 in /backend #7214\",\"Bump sanitize-html from 2.11.0 to 2.13.0 in /backend #7218\",\"Bump happy-dom from 14.7.0 to 14.7.1 in /frontend #7234\",\"chore(frontend): update boilerplate 07 04 #7233\",\"Bump helmet from 7.0.0 to 7.1.0 in /backend #7160\",\"build(other): bump vike from 0.4.163 to 0.4.168 in /frontend #7153\",\"refactor(other): fix dependabot pr limit problem #7159\",\"chore(other): set dependabot package update pr limit to none #7158\",\"chore(frontend): update frontend boilerplate 06 04 #7157\",\"Bump eslint-plugin-vue from 9.19.2 to 9.24.0 in /webapp #7147\",\"Bump @babel/preset-env from 7.24.0 to 7.24.4 #7150\",\"Bump cypress from 13.7.0 to 13.7.2 #7151\",\"Bump @storybook/addon-a11y from 6.3.6 to 8.0.5 in /webapp #7146\",\"Bump actions/cache from 4.0.1 to 4.0.2 #7133\",\"Bump multiple-cucumber-html-reporter from 3.6.1 to 3.6.2 #7138\",\"Bump dotenv from 16.4.4 to 16.4.5 #7137\",\"Bump express from 4.17.1 to 4.18.3 in /webapp #7115\",\"Bump slug from 8.2.3 to 9.0.0 #7126\",\"Bump vuepress-theme-hope from 2.0.0-rc.29 to 2.0.0-rc.31 #7124\",\"Bump migrate from 2.0.1 to 2.1.0 in /backend #7118\",\"Bump @badeball/cypress-cucumber-preprocessor from 20.0.1 to 20.0.2 #7122\",\"Bump cypress from 13.6.6 to 13.7.0 #7123\",\"fix(webapp): remove reported unused locale keys #7105\",\"build(other): bump minimatch from 3.0.4 to 9.0.3 in /backend #6511\",\"build(other): bump prettier from 2.7.1 to 3.2.5 in /webapp #6997\",\"build(other): bump prettier from 2.8.8 to 3.2.5 in /backend #7000\",\"Bump eslint-plugin-security from 1.7.1 to 2.1.1 in /backend #7041\",\"Bump vuepress-theme-hope from 2.0.0-rc.23 to 2.0.0-rc.29 #7047\",\"Bump cypress from 13.6.4 to 13.6.6 #7045\",\"Bump @babel/preset-env from 7.23.9 to 7.24.0 #7048\",\"Bump dorny/paths-filter from 3.0.1 to 3.0.2 #7049\",\"feat(webapp): normalize locale files #7038\",\"feat(webapp): update locales event placeholders #6793\",\"Bump date-fns from 2.30.0 to 3.3.1 #7037\",\"Bump @babel/register from 7.22.15 to 7.23.7 #6931\",\"Bump @babel/core from 7.23.7 to 7.24.0 #7034\",\"build(other): bump node-fetch from 2.6.1 to 2.7.0 in /backend #6960\",\"Bump peter-evans/repository-dispatch from 2 to 3 #6966\",\"Bump @faker-js/faker from 8.4.0 to 8.4.1 #7026\",\"Bump babel-jest from 25.2.6 to 29.7.0 in /backend #6961\",\"Bump actions/cache from 4.0.0 to 4.0.1 #7028\",\"chore(frontend): update frontend boilerplate 26 02 #7027\",\"fix(docker): docker rework #92\",\"chore(docu): update vuepress #91\",\"Bump dorny/paths-filter from 3.0.0 to 3.0.1 #82\",\"chore(frontend): update packages 04.02 #90\",\"chore(frontend): update frontend boilerplate #7017\",\"chore(frontend): update packages 19.02 #86\",\"refactor(other): set ocelot color for docs website #7014\",\"refactor(other): adapt docs website navbar and footer to ocelot.social website #7016\",\"refactor(other): replace deprecated testbadgelink in main readme file #7012\",\"Bump dotenv from 16.3.1 to 16.4.4 #7010\",\"Bump dorny/paths-filter from 3.0.0 to 3.0.1 #7006\",\"chore(other): update packages 08.02 #75\"]},\"19\":{\"h\":\"\",\"t\":[\"14 February 2024\",\"chore(other): release v3.2.0 – redesign of newsfeed, fix event datetime utc problem etc. #7002\",\"feat(webapp): implement config for date-time format #6985\",\"build(other): bump eslint-plugin-n from 15.7.0 to 16.6.2 in /backend #6962\",\"feat(other): frontend workflows & test suites #6987\",\"feat(other): new frontend #6970\",\"feat(webapp): redesign post teaser date #6978\",\"Bump cypress from 13.6.3 to 13.6.4 #6984\",\"build(other): bump multiple-cucumber-html-reporter from 3.6.0 to 3.6.1 #6983\",\"fix(webapp): fix wrong content menu position on group profile page #6956\",\"fix(other): revert \\\"remove temporarily some *.ocelot.social link from the readmes…\\\" #6972\",\"fix(other): update and fix vuepress #6974\",\"docs(other): add description for a 1-click install and usage of kubernetes dashboard #6957\",\"fix(webapp): fix footer links #6971\",\"feat(frontend): per page title #69\",\"Bump dorny/paths-filter from 2.11.1 to 3.0.0 #62\",\"chore(frontend): update packages 28.01 #68\",\"Bump @babel/preset-env from 7.23.6 to 7.23.9 #6968\",\"Bump @faker-js/faker from 8.3.1 to 8.4.0 #6969\",\"Bump cypress from 13.6.2 to 13.6.3 #6967\",\"Bump pkgdeps/git-tag-action from 2 to 3 #6965\",\"Bump dorny/paths-filter from 2.11.1 to 3.0.0 #6964\",\"feat(webapp): add chat item to avatar navigation menu and change title of notification by removing All …#6953\",\"refactor(other): fix build command in docs deploy workflow #6955\",\"chore(other): revert pr - improve structure and readability of auto-generated changelog #6954\",\"feat(other): add documentation deployment #6863\",\"refactor(other): fix broken links in documentation #6825\",\"docs(other): add new neo4j env for default database name to readmes #6940\",\"Bump vue-advanced-chat from 2.0.7 to 2.0.10 in /webapp #6947\",\"chore(frontend): update packages 20 01 2024 #61\",\"Bump @babel/plugin-proposal-throw-expressions from 7.22.5 to 7.23.3 in /backend #6944\",\"Bump eslint-plugin-import from 2.29.0 to 2.29.1 in /backend #6946\",\"Bump @babel/preset-env from 7.22.20 to 7.23.8 in /backend #6945\",\"Bump @cucumber/cucumber from 10.1.0 to 10.3.1 #6943\",\"Bump @badeball/cypress-cucumber-preprocessor from 20.0.0 to 20.0.1 #6942\",\"Bump actions/cache from 3.3.3 to 4.0.0 #6941\",\"feat(webapp): improve registration slide nonce text #6850\",\"build(other): bump @babel/core from 7.23.6 to 7.23.7 #6920\",\"Bump linkify-it from 3.0.2 to 5.0.0 in /webapp #6932\",\"Bump ts-node from 10.9.1 to 10.9.2 in /backend #6926\",\"Bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.62.0 in /backend #6929\",\"Bump eslint-config-prettier from 9.0.0 to 9.1.0 in /backend #6927\",\"Bump vuepress-theme-hope from 2.0.0-rc.6 to 2.0.0-rc.11 #6936\",\"Bump actions/cache from 3.3.2 to 3.3.3 #6937\",\"docs(frontend): fix readme #55\",\"feat(frontend): stories #54\",\"chore(frontend): update packages 13 01 2024 #53\",\"chore(other): add deployment script 'clusters.cron-backups.sh' #6813\",\"feat(frontend): snapshot tests #47\",\"refactor(other): ignore changelog file in markdown link checker #6933\",\"feat(frontend): test vike button #46\",\"feat(frontend): build server #45\",\"feat(frontend): utilize vike-navigate #44\",\"chore(frontend): update packages #43\",\"feat(other): change group description length min #6924\",\"Bump multiple-cucumber-html-reporter from 3.5.0 to 3.6.0 #6922\",\"Bump cypress from 13.6.1 to 13.6.2 #6919\",\"fix(frontend): deleted unused debug handlers #35\",\"Bump actions/checkout from 3 to 4 #33\",\"chore(workflow): dependabot support #32\",\"chore(frontend): apply vike fix #31\",\"chore(frontend): package updates #30\",\"fix(frontend): optimization #29\",\"Bump jest-environment-jsdom from 29.4.2 to 29.7.0 in /webapp #6907\",\"Bump vuepress-plugin-search-pro from 2.0.0-rc.4 to 2.0.0-rc.6 #6914\",\"Bump vuepress-theme-hope from 2.0.0-rc.4 to 2.0.0-rc.6 #6913\",\"Bump @badeball/cypress-cucumber-preprocessor from 19.2.0 to 20.0.0 #6911\",\"Bump @cucumber/cucumber from 10.0.1 to 10.1.0 #6912\",\"Bump @mapbox/mapbox-gl-geocoder from 5.0.1 to 5.0.2 in /webapp #6900\",\"Bump @vue/vue2-jest from 29.2.4 to 29.2.6 in /webapp #6899\",\"Bump @babel/preset-env from 7.23.5 to 7.23.6 #6895\",\"Bump @babel/core from 7.23.5 to 7.23.6 #6896\",\"Bump actions/download-artifact from 3 to 4 #6897\",\"Bump actions/upload-artifact from 3 to 4 #6898\",\"refactor(frontend): import order + sbcomp + some types #28\",\"feat(frontend): typechecks & type cleanups #27\",\"6812 script auto backups for kubernetes servers database name as variable #6893\",\"fix(frontend): eslint relativ eparsing #26\",\"fix(other): eslint typescript strict #25\",\"build(other): bump eslint-plugin-vue from 6.2.2 to 9.19.2 in /webapp #6891\",\"ci(other): improve structure and readability of auto-generated changelog #6654\",\"fix(frontend): tests from dreammall #24\",\"Bump vuepress-theme-hope from 2.0.0-rc.1 to 2.0.0-rc.4 #6889\",\"Bump vuepress-plugin-search-pro from 2.0.0-rc.0 to 2.0.0-rc.4 #6888\",\"Bump @babel/preset-env from 7.23.3 to 7.23.5 #6883\",\"Bump @babel/core from 7.23.3 to 7.23.5 #6884\",\"Bump cypress from 13.6.0 to 13.6.1 #6881\",\"feat(frontend): test store #23\",\"Bump migrate from 2.0.0 to 2.0.1 in /backend #6876\",\"Bump vuepress-theme-hope from 2.0.0-rc.0 to 2.0.0-rc.1 #6871\",\"Bump @badeball/cypress-cucumber-preprocessor from 19.1.0 to 19.2.0 #6873\",\"fix(docu): include LICENSE file in docu build #22\",\"fix(docu): fix type error vuepress base #21\",\"fix(workflow): docs base configurable #20\",\"chore(other): upgrade cert-manager version #6848\",\"feat(other): include working vuepress for documentation automation #6836\",\"docs(other): remove temp *.ocelot.social links #6867\",\"Bump eslint-plugin-import from 2.27.5 to 2.29.0 in /backend #6860\",\"refactor(other): remove unused packages and scripts #6857\",\"Bump cypress from 13.5.1 to 13.6.0 #6859\",\"build(other): fix cucumber dependency deprecation #6856\",\"fix(backend): expired jwt in unit test #6864\",\"fix(docu): added docu for commit after subtree pull #19\",\"fix(docu): document how to update the subtree #18\",\"feat(other): document how to use as git subtree #17\",\"fix(frontend): cleanup #16\",\"feat(frontend): switch TopBar from DefaultLayout to PageShell #15\",\"feat(frontend): package updates #14\",\"feat(frontend): boilerplate function & layout #13\",\"docs(frontend): chromatic readme #11\",\"feat(frontend): chromatic + workflow #10\",\"refactor(frontend): clean structure & introduce aliases #9\",\"fix(workflow): lint & docu fixes #8\",\"feat(frontend): lint locales #7\",\"feat(frontend): stylelint & workflow build storybook #6\",\"feat(workflow): deploy docs to github - workflow #5\",\"feat(workflow): build test workflow #4\",\"feat(workflow): test:unit workflow #3\",\"feat(workflow): test:lint code - workflow #2\",\"Bump cropperjs from 1.5.6 to 1.6.1 in /webapp #6772\",\"Bump @faker-js/faker from 8.2.0 to 8.3.1 #6841\",\"build(other): bump sanitize-html from 1.22.1 to 2.11.0 in /backend #6819\",\"build(other): bump cypress from 13.5.0 to 13.5.1 #6840\",\"build(other): bump @badeball/cypress-cucumber-preprocessor from 19.1.0 to 19.1.1 #6842\",\"Bump wait-on from 7.1.0 to 7.2.0 #6839\",\"build(other): bump wait-on from 7.0.1 to 7.1.0 #6817\",\"build(other): bump dotenv from 8.2.0 to 16.3.1 in /backend #6827\",\"build(other): bump @babel/preset-env from 7.23.2 to 7.23.3 #6831\",\"build(other): bump @babel/core from 7.23.2 to 7.23.3 #6830\",\"build(other): bump cypress from 13.4.0 to 13.5.0 #6829\",\"Bump @badeball/cypress-cucumber-preprocessor from 19.0.0 to 19.1.0 #6832\",\"feat(other): add documentation check to CI #6824\",\"build(other): bump cypress from 13.3.1 to 13.4.0 #6820\",\"build(other): bump @badeball/cypress-cucumber-preprocessor from 18.0.6 to 19.0.0 #6818\",\"feat(backend): coverage backend to 90% #6814\",\"build(other): bump validator from 13.9.0 to 13.11.0 in /backend #6771\",\"build(other): bump eslint-import-resolver-typescript from 3.5.5 to 3.6.1 in /backend #6769\",\"fix(webapp): event date format #6784\",\"build(other): bump @babel/preset-env from 7.22.20 to 7.23.2 #6788\",\"build(other): bump @babel/core from 7.23.0 to 7.23.2 #6790\",\"build(other): bump @faker-js/faker from 8.1.0 to 8.2.0 #6799\",\"docs(other): fix divers links in readmes #6802\",\"chore(other): add script to set neo4j in offline-mode and back in online-mode #6182\",\"fix(other): fix and refine docs and add kubernetes cluster installation script #6796\",\"refactor(webapp): replace deprecated jest methods in webapp unit tests #6808\",\"fix(webapp): make filter menu visible if categories are inactive #6807\",\"fix(other): increase cypress timeouts #6809\",\"docs(other): refine deployments docker-compose.yml in deployment and main folder #6786\",\"fix(other): fix link in deployment/TODO-next-update.md to deployment/deployment-values.md#6729\",\"Bump cypress from 13.2.0 to 13.3.1 #6789\",\"fix(other): remove buggy space in filename 'neo4j-data-snapshot.yaml ' to 'neo4j-data-snapshot.yaml' #6777\"]},\"20\":{\"h\":\"\",\"t\":[\"3 October 2023\",\"chore(release): release v3.1.2 - fix kubernetes deployment by degrade Node version from v20.7.0 to v20.2.0 #6782\",\"fix(other): kubernetes error by degrading node version from v20.7.0 to v20.2.0 #6779\",\"fix(backend): cypher statement in user locales unit test #6780\"]},\"21\":{\"h\":\"\",\"t\":[\"27 September 2023\",\"chore(release): release v3.1.1 – move dkim to secrets and fix search etc. #6763\",\"chore(other): move kubrnetes dkim from confmap to secret yaml #6761\",\"build(other): bump @babel/preset-env from 7.22.9 to 7.22.20 in /backend #6741\",\"build(other): bump @babel/register from 7.22.5 to 7.22.15 #6745\",\"chore(other): add tail command as template comment to docker-compose.yml#6755\",\"chore(other): upgrade node version in '.nvmrc' files to v20.6.0 #6758\",\"build(other): bump @babel/plugin-proposal-throw-expressions from 7.8.3 to 7.22.5 in /backend #6742\",\"build(other): bump @faker-js/faker from 8.0.2 to 8.1.0 #6743\",\"fix(webapp): chat-only show counter if unread messages exist #6752\",\"build(other): bump node from 20.6.0-alpine3.17 to 20.7.0-alpine3.17 in /webapp #6749\",\"build(other): bump node from 20.6.0-alpine3.17 to 20.7.0-alpine3.17 in /backend #6748\",\"fix(backend): post type as array in search posts query #6756\",\"refactor(backend): remove redundant package metascraper-audio from backend #6724\",\"test(other): update cypress related packages #6382\",\"build(other): bump @storybook/vue from 6.3.6 to 7.4.0 in /webapp #6708\",\"build(other): bump chai from 4.2.0 to 4.3.8 in /backend #6738\",\"build(other): bump eslint-config-prettier from 8.8.0 to 9.0.0 in /backend #6737\",\"build(other): bump slug from 6.1.0 to 8.2.3 #6716\",\"build(other): bump jsonwebtoken from 8.5.1 to 9.0.2 #6707\",\"build(other): bump expect from 29.6.1 to 29.6.4 #6699\",\"build(other): bump node from 20.2.0-alpine3.17 to 20.6.0-alpine3.17 in /webapp #6709\",\"build(other): bump node from 20.2.0-alpine3.17 to 20.6.0-alpine3.17 in /backend #6710\",\"build(other): bump actions/cache from 3.3.1 to 3.3.2 #6714\",\"build(other): bump actions/checkout from 3 to 4 #6713\"]},\"22\":{\"h\":\"\",\"t\":[\"13 September 2023\",\"chore(release): release v3.1.0 – use of dkim in deployment #6733\",\"chore(other): use dkim values in helm script of backend #6731\",\"fix(other): add global package.json to workflow file filters #6706\"]},\"23\":{\"h\":\"\",\"t\":[\"12 September 2023\",\"chore(other): release v3.0.4 – fix group link on map, embed backend shot down and bug on post language detect #6725\",\"fix(other): fix backup script for neo4j v4 #6662\",\"fix(other): fix workflow cache cleanup fail #6722\",\"fix(backend): fix post language detection #6720\",\"fix(webapp): add jsconfig.json to navigate in webapp. #6645\",\"fix(backend): metascraper crash #6704\",\"build(other): bump aws-sdk from 2.652.0 to 2.1425.0 in /backend #6651\",\"build(other): bump @babel/preset-env from 7.9.5 to 7.22.9 in /backend #6578\",\"build(other): bump @babel/preset-env from 7.22.7 to 7.22.9 #6572\",\"build(other): bump dotenv from 8.6.0 to 16.3.1 #6483\"]},\"24\":{\"h\":\"\",\"t\":[\"4 September 2023\",\"chore(release): release v3.0.3 – fix chat avatar error, adjust layout of filter and enable e-mail dkim #6702\",\"build(other): bump @babel/core from 7.22.8 to 7.22.9 #6573\",\"feat(backend): implement dkim config for nodemailer #6692\",\"fix(webapp): filtermenu mobile bug #6694\",\"fix(webapp): fix proxyapiurl in chat rooms for the avatars #6693\",\"fix(webapp): fix the group link in the map #6698\"]},\"25\":{\"h\":\"\",\"t\":[\"11 August 2023\",\"chore(release): release v3.0.2 – fix chat avatar error and wrong font in network #6674\",\"fix(webapp): fix wrong font in whole network comming from chat component #6672\",\"fix(webapp): fix 'm.avatar is null' error message #6671\"]},\"26\":{\"h\":\"\",\"t\":[\"9 August 2023\",\"chore(release): release v3.0.1 – fix chat avatars #6667\",\"fix(webapp): try to fix avatars #6660\"]},\"27\":{\"h\":\"\",\"t\":[\"7 August 2023\",\"chore(other): release v3.0.0 #6658\",\"fix(webapp): add missing locales #6652\",\"fix(webapp): fix wrong labels in filter menu buttons #6656\",\"refactor(webapp): refactor filter menu #6535\",\"fix(webapp): correct chat usertag profile link #6646\",\"fix(webapp): fix create event typing issues #6643\",\"fix(webapp): mini chat: dynamic header buttons #6641\",\"fix(webapp): start search of user after three characters (chat new room, add group member) #6639\",\"refactor(webapp): updated/refactored ui of create post page #6559\",\"fix(webapp): fix code in editor component #6624\",\"fix(backend): security subscriptions #6621\",\"fix(webapp): change the background color of my messages to the same color as side menu #6620\",\"feat(webapp): change general search hint #6619\",\"feat(webapp): chat component + button open search #6618\",\"feat(webapp): change color red to green on cancel buttons of post and comments #6565\",\"fix(webapp): groups highlighting #6608\",\"feat(webapp): chat link to chat page #6617\",\"fix(webapp): fix lastMessage to contain proper values #6615\",\"fix(backend): chat create message - only take 2000 chat message characters #6613\",\"feat(webapp): chat component can now show clickable urls #6614\",\"fix(webapp): highlight username functionality for chat #6609\",\"fix(webapp): fix chat behaviour #6611\",\"feat(webapp): chat seen check style #6612\",\"feat(webapp): on open chat room page close or on change profile and click chat change small chat #6605\",\"feat(webapp): change text for chat room search to Filter chat rooms#6601\",\"fix(backend): convert indexId to string (neo4j number problem) #6603\",\"fix(other): github cache in workflow #6604\",\"feat(webapp): show last message and unread count in room list #6595\",\"refactor(other): cache docker images for backend webapp e2e testing #6585\",\"feat(backend): chat message added subscription #6586\",\"refactor(backend): removed promise all from seed #6599\",\"feat(webapp): add headline to chat page #6563\",\"fix(other): set workflow not to fail while deleting cache #6594\",\"feat(backend): room count subscription #6584\",\"fix(backend): profile query fix #6587\",\"feat(webapp): mark messages as seen #6567\",\"feat(webapp): changed usertag in chat messages to user-slug #6555\",\"feat(backend): more room properties #6564\",\"refactor(backend): chat messages - order by indexId instead of createdAt #6562\",\"feat(webapp): chat language is reactive #6560\",\"feat(backend): unread rooms query #6566\",\"feat(webapp): chat last seen in webapp #6580\",\"feat(webapp): chat paginate rooms #6579\",\"refactor(other): use cached docker images in github e2e flow to decrease run time of e2e test job runs #6582\",\"fix(webapp): show room header images. #6581\",\"feat(backend): chat seed #6561\",\"feat(webapp): chat message pagination #6549\",\"feat(webapp): chat remove reply smileys #6553\",\"feat(webapp): remove message actions for chat #6552\",\"feat(backend): more message props #6547\",\"refactor(backend): fix seed to not use promise all where easily refactored #6520\",\"refactor(other): add proper reporting to cypress tests #6540\",\"refactor(other): cypress - migrate from cypress-file-upload to .selectFile() #6528\",\"feat(webapp): change chat style and lang #6517\",\"feat(webapp): show events with locations on the map #6518\",\"feat(webapp): refine chat notification in header menu and chat button on user profile #6550\",\"refactor(other): disable cypress test retries #6527\",\"feat(webapp): event creation page -better placeholder texts for venue and city inputs #6525\",\"refactor(other): refine webapp github workflow conditions #6526\",\"docs(other): update TODO-next-update.md for 2.7.0-470 #6532\",\"fix(backend): chat - do not allow to create room with self #6530\",\"feat(webapp): chat message capability #6524\",\"chore(backend): bump @faker-js/faker from 5.1.0 to 8.0.2 #6368\",\"chore(other): bump cypress from 12.14.0 to 12.17.0 #6509\",\"feat(webapp): chat rooms #6519\",\"fix(other): fix branded build - rename files to js for the webapp #6516\",\"fix(backend): fix branded build (migration) #6508\",\"fix(backend): fix branded build #6507\",\"feat(webapp): create a component chat scaffholding #6503\",\"fix(webapp): fix create post & notifications #6505\",\"feat(backend): typescript eslint backend #6478\",\"fix(backend): subscriptions #6477\",\"fix(backend): seed reports #6472\",\"refactor(backend): remove activity pub #6470\",\"fix(webapp): change registration terms and conditions, data privacy links to use page-params-link#6441\",\"feat(backend): message properties #6471\",\"feat(backend): room properties #6451\",\"fix(backend): create message mutation #6469\",\"feat(backend): messages #6450\",\"feat(backend): rooms #6444\",\"fix(other): neo4j config map & node version #6464\",\"Bump @babel/core from 7.22.1 to 7.22.5 #6413\",\"refactor(database): update neo4j to 4.4 #6306\",\"Bump cypress from 12.13.0 to 12.14.0 #6414\",\"Bump node from 20.2.0-alpine3.17 to 20.3.0-alpine3.17 in /backend #6409\",\"Bump node from 20.2.0-alpine3.17 to 20.3.0-alpine3.17 in /webapp #6408\",\"fix(backend): typescript fix #6448\",\"refactor(backend): migrate completely to typescript #6434\"]},\"28\":{\"h\":\"\",\"t\":[\"14 June 2023\",\"chore(release): v2.7.0 #6440\",\"fix(webapp): fix event teaser date from start to end by new components #6385\",\"refactor(webapp): optimize create and update event form #6381\",\"feat(backend): show events not ended yet #6405\",\"feat(backend): migration to add postType property to existing posts #6396\",\"feat(backend): seed events #6391\",\"feat(backend): seed posts as article #6227\",\"refactor(webapp): fix coverage #6361\",\"test(other): migrate cypress to v12 #6008\",\"refactor(backend): copy files in external script #6364\",\"feat(webapp): alternative solution for filter and order posts #6367\",\"refactor(webapp): changed color for event-ribbon. #6362\",\"fix(webapp): warnings in unit tests #6359\",\"Bump metascraper-title from 5.33.5 to 5.34.7 in /backend #6372\",\"Bump @babel/preset-env from 7.21.5 to 7.22.4 #6369\",\"fix(other): typescript fix regarding dist/build folder 2 #6366\",\"fix(backend): corrected path in branded images for backend build folder(former dist) #6365\",\"chore(other): upgrade node version in '.nvmrc' files to v20.2.0 #6331\",\"feat(backend): typescript #6321\",\"fix(webapp): fix group list number to six #6319\",\"fix(webapp): fix notification menu comment hash #6335\",\"feat(other): 🍰 epic events – master #6199\",\"fix(other): fix avatar seeding #6260\",\"chore(other): set 'DEBUG=true' in backend '.env.template' to use GraphQL Playground #6333\",\"refactor(other): unused packages ocelot #6326\",\"refactor(backend): unused packages backend #6325\",\"docs(other): add description for script usage in deployment readme #6329\",\"fix(webapp): fix newsfeed layout #6154\",\"fix(webapp): adds white space after user handle in comment editor #6308\",\"Bump validator from 13.0.0 to 13.9.0 in /backend #6076\",\"Bump metascraper-soundcloud from 5.34.2 to 5.34.4 in /backend #6312\",\"Bump metascraper-audio from 5.33.5 to 5.34.4 in /backend #6287\",\"Bump node from 19.9.0-alpine3.17 to 20.2.0-alpine3.17 in /backend #6310\",\"docs(other): add missing todo in deployment readme 'TODO-next-update.md' #6324\",\"Bump node from 20.1.0-alpine3.17 to 20.2.0-alpine3.17 in /webapp #6309\",\"fix(backend): helmet fix #6318\",\"fix(backend): helmet + graphiql #6303\",\"Bump @babel/preset-env from 7.21.4 to 7.21.5 #6273\",\"Bump date-fns from 2.25.0 to 2.30.0 #6283\",\"Bump node from 19.9.0-alpine3.17 to 20.1.0-alpine3.17 in /webapp #6280\",\"Bump @babel/core from 7.21.4 to 7.21.8 #6284\",\"Bump helmet from 3.22.0 to 7.0.0 in /backend #6296\",\"fix(webapp): fix z layer of header elements #6279\",\"fix(webapp): properly render avatars in group settings #6289\",\"fix(backend): post type on notifications #6257\",\"fix(backend): recover missing commit #6262\",\"feat(backend): filter posts by post type #6255\",\"feat(backend): save location address #6240\",\"feat(backend): add further event params #6231\",\"feat(backend): event parameters #6198\",\"feat(backend): create and update posts with labels #6197\",\"feat(backend): add article label to posts #6196\"]},\"29\":{\"h\":\"\",\"t\":[\"27 April 2023\",\"chore(release): v2.6.0 #6271\",\"fix(other): docker-compose for rebranding deployment #6265\",\"feat(webapp): default categories of group for posts in group #6259\",\"refactor(webapp): make action radius select in group form a reusable component #6244\",\"fix(webapp): show avatar for group members #6258\",\"fix(webapp): fix search for 3 chars #6256\",\"fix(backend): group posts cannot be pinned #6242\",\"Bump metascraper-soundcloud from 5.33.5 to 5.34.2 in /backend #6213\",\"refactor(other): refactor test workflows #6151\",\"fix(other): deployment fix typo, update stage.ocelot.social reference #6230\",\"fix(other): bump metascraper-url from 5.33.5 to 5.34.2 in /backend #6217\",\"fix(other): workflow typo #6235\",\"feat(other): publish stage.yunite.me hook #6234\",\"fix(other): reduce kubernetes memory limits #6229\",\"fix(other): deployment for branded image with custom names #6228\",\"Bump node from 19.8.1-alpine3.17 to 19.9.0-alpine3.17 in /backend #6219\",\"Bump node from 19.8.1-alpine3.17 to 19.9.0-alpine3.17 in /webapp #6220\",\"feat(other): deployment pod resources #6132\",\"Bump @babel/core from 7.12.17 to 7.21.4 in /webapp #6215\",\"Bump jsonwebtoken from 8.5.1 to 9.0.0 in /webapp #6079\",\"Bump jest from 29.4.2 to 29.5.0 in /webapp #6094\",\"Bump babel-jest from 29.4.2 to 29.5.0 in /webapp #6095\",\"Bump neode from 0.4.8 to 0.4.9 in /backend #6075\",\"Bump node from 19.4.0-alpine3.17 to 19.8.1-alpine3.17 in /webapp #6155\",\"Bump node from 19.4.0-alpine3.17 to 19.8.1-alpine3.17 in /backend #6156\",\"Bump @babel/core from 7.9.0 to 7.21.4 #6200\",\"Bump @babel/preset-env from 7.12.7 to 7.21.4 #6204\",\"Bump expect from 25.3.0 to 29.5.0 #6098\"]},\"30\":{\"h\":\"\",\"t\":[\"23 March 2023\",\"chore(other): release v2.5.1 – fix filter menu width #6180\",\"feat(webapp): add tooltips to all menu icons #6185\",\"fix(webapp): popup filter max-width #6177\"]},\"31\":{\"h\":\"\",\"t\":[\"21 March 2023\",\"chore(other): release v2.5.0 #6172\",\"fix(other): publish transmit github run number properly #6171\",\"feat(other): deployment include GitHub run number on branded images #6170\",\"fix(backend): new migration to create search indexes #6167\",\"fix(other): prevent exposing secrets in the github actions by not setting debug mode on cluster deploy #6168\",\"feat(other): echo current configuration when running scripts #6169\",\"refactor(other): build & deployment of branded images on stage.ocelot.social #6163\",\"fix(webapp): close popover notification menu #6166\",\"fix(webapp): small buttons in notifications menu #6162\",\"fix(webapp): revert pr on newsfeed add bigger y-gap between posts #6121#6164\",\"fix(webapp): join leave button for pending members #6152\",\"feat(backend): notifications for groups #6150\",\"feat(webapp): add hint text to create and edit a post of a group aside of the save and abort buttons #6114\",\"fix(other): use access token to trigger build on external repo #6145\",\"feat(webapp): set different icon and text on join leave button, when member is pending #6124\",\"refactor(other): deployment upgrade to specific version, trigger build on stage #6143\",\"feat(webapp): show 2 GroupItem per row in GroupList #6135\",\"fix(backend): do not delete migrations on db reset #6136\",\"feat(other): deployment reseed #6129\",\"feat(other): deployment secrets #6120\",\"feat(webapp): refactor notification page #6116\",\"fix(webapp): fix ribbons position #6130\",\"fix(webapp): fix donation bar blink #6107\",\"feat(webapp): change order of groups to new first #6122\",\"fix(webapp): error in user profil on the 'show x more' button #6093\",\"feat(webapp): filter button style change #6109\",\"refactor(other): deactivate video recording & only upload screenshots, if tests fail for e2e tests #6125\",\"fix(webapp): change icon color of active topics (categories) of post teaser #6112\",\"docs(other): correct **/README.md #6059\",\"fix(webapp): fix viewport``width=device-width by removing it #6110\",\"feat(webapp): on newsfeed add bigger y-gap between posts #6121\",\"Bump peter-evans/repository-dispatch from 1 to 2 #6117\",\"fix(webapp): fix gap news feed #6065\",\"feat(webapp): change shout icon bullhorn to heart-o#6115\",\"refactor(webapp): change invite code button and menu to copy invite link #6108\",\"feat(webapp): change group filter button text #6105\",\"feat(webapp): 🍰 allows mark all notifications as read #3922\",\"fix(other): deploy branded - upload to dockerhub #6099\",\"feat(webapp): remove user from group #6072\",\"chore(other): remove apple m1 docker overrides #6056\",\"refactor(other): ocelot publish workflows #6083\",\"fix(other): lint pr only on pullrequest #6088\",\"fix(other): dependabot do not rebase #6096\",\"feat(backend): filter posts in my groups #6091\",\"refactor(backend): withdraw mock of gql and replace with graphql-tag function #6022\",\"docs(other): update readme.md #6090\",\"feat(webapp): adjust and create branding possibilities #6063\",\"fix(other): exclude dependabot from pr title linting #6085\",\"feat(webapp): change Benutzer to Nutzer#6027\",\"docs(webapp): change the used nvm version #6023\",\"feat(other): backup script #6051\",\"fix(backend): user or group has null as description #5996\",\"feat(other): script to set a cluster in maintenance mode #6042\",\"feat(other): fix dependabot #6035\",\"fix(other): fix maintenance page & maintenance build #6032\",\"refactor(webapp): upgrade jest and vue test util #5968\",\"refactor(other): deployment #5975\",\"fix(webapp): remove additional markers from map #6021\",\"feat(webapp): add align center to the user profile slug #6012\",\"chore(other): update github actions for node 16 #5971\",\"refactor(backend): update jest #5964\",\"Revert \\\"V2.3.0\\\" #95\",\"V2.3.0 #94\",\"v2.3.0-281 #93\",\"rebranding for yunite #26\",\"feat(webapp): copy fonts from assets #25\",\"feat(webapp): copy fonts from assets #92\",\"chore: 🍰 Release v2.2.0-267 – Fixes And Groups Page Etc. #19\",\"fix: 🍰 Change Hasttag Menu Search Color To #17b53f#21\",\"chore: 🍰 Release v2.2.0-267 #90\",\"Docu Updates #86\",\"chore: 🍰 Release v2.1.0-253 – Merge Groups Into master – Epic Groups #12\",\"chore: 🍰 Release v2.1.0-253 #87\",\"chore: [WIP] 🍰 Release v2.0.0-250 – Groups – Configurable Header Menu Is Translatable Etc. #16\",\"chore: 🍰 Release v2.0.0 – Groups Etc. – Extend Rebranding And Deployment #83\",\"fix: 🍰 Fix Implementation Of Overwriting Locales #80\",\"feat: 🍰 Merge Locales #77\",\"chore: 🍰 Groups Release v1.1.1-231 - Show New Features #14\",\"chore: 🍰 Release v1.1.1 – First Design Rebranding #10\",\"chore: [WIP] 🍰 Refine Rebanding And Deployment #8\",\"chore: 🍰 Fix Folder Name From branding/assets/styles/import To branding/assets/styles/imports#71\",\"chore: 🍰 Release v1.1.1-228 – Refactor Rebranding #68\",\"chore: 🍰 Release v1.1.0-205 #6\",\"chore: 🍰 Release v1.1.0-225 #66\",\"chore: [WIP] 🍰 Refine Deployment Setup And Documentation #46\",\"chore: [WIP] 🍰 Release v1.1.0 - Implement Categories Again #63\",\"Update issue templates #3\",\"chore: 🍰 Release v1.0.9-199 #59\",\"chore: 🍰 Implement PRODUCTION_DB_CLEAN_ALLOW for Staging Production Environments #56\",\"chore: 🍰 Add Docker Compose Override For Apple M1 And Docu #57\",\"Chore: 🍰 Fix apiVersion: cert-manager.io/v1alpha2 To */v1#53\",\"chore: 🍰 Adjust maintenance Container Name In Deployment With Helm #50\",\"chore: 🍰 Release New Build Version v1.0.8-184#51\",\"chore: 🍰 Rename Neo4j Docker Image In General To neo4j-community:*#49\",\"feat: 🍰 Release v1.0.8 – Configure Cookie Expire Time – second run #44\",\"feat: 🍰 Configure Cookie Expire Time #43\",\"docs: 🍰 Add Docs For Backups, Rollbacks, And Release v1.0.7-171 #40\",\"chore: 🍰 Realease v1.0.6-170 #37\",\"chore: 🍰 Refactor FAQ Link To Use Internal Page Which Was Implemented Before #36\",\"chore: 🍰 Add Branding Templates For Terms And Conditions Etc. #32\",\"feat: 🍰 Add Rebranded E-Mails For Sending Notifications #29\",\"bug: 🍰 Fix Minor Errors And Clarify Docs #28\",\"chore: 🍰 Implement New Internal Pages – Main Release v1.0.5 #25\",\"feat: [WIP] 🍰 Add Landing Page Etc. #22\",\"docs: 🍰 [WIP] Add Configure And Rebranding Readme.md #20\",\"chore: [WIP] 🍰 New Deployment With 'base' And 'code' Docker Images #15\",\"feat: [WIP] 🍰 Flexible Footer Links #17\",\"💥 Release v1.0.3 #12\",\"🛠 [Refactor] Add README And LICENSE #11\",\"chore: 🍰 Implement Use Of package.json 'Version' Etc. For Build And Refine Helm Chart #8\",\"chore: 🍰 Replace Ocelot Logos 619x593 With 600x570 #6\",\"brand_as_default #4\",\"limit_replicasets #3\",\"Deployment #2\"]},\"32\":{\"h\":\"\",\"t\":[\"10 February 2023\",\"chore(release): v2.4.0 #5961\",\"fix(webapp): post teaser width in mobile view #5958\",\"fix(webapp): navbar disappears when scrolling to top #5957\",\"fix(webapp): close mobile menu on all links #5956\",\"feat(webapp): mark active filters on the posts #5952\",\"refactor(webapp): refacchange postion add content button, refactor mobile filter menu #5943\",\"refactor(webapp): set legend to map #5950\",\"fix(webapp): small changes for deploy #5949\",\"feat(webapp): hide navbar by scroll, filter button for content #5926\",\"feat(webapp): map #5843\",\"refactor(webapp): upgrade node version to 19.4 #5910\",\"fix(webapp): texts for groups #5923\",\"fix(webapp): add category name in tooltip #5884\",\"refactor(webapp): 🍰 Refactor Social Media And MySomethingList#5138\",\"fix(backend): do not expose registered emails on registration #5909\",\"refactor(backend): node 19 with fixed image upload #5897\",\"refactor(webapp): nump docker version to 16.19.0 in webapp & maintenance #5842\"]},\"33\":{\"h\":\"\",\"t\":[\"5 December 2022\",\"chore(release): v2.3.0 #5768\",\"feat(webapp): 🍰 Sort Categories By Name #5709\",\"fix(backend): sanitize group description #5707\",\"fix(webapp): clean up webapp unit tests #5711\",\"feat(webapp): 🍰 Search Users To Add To Group #5652\",\"feat(webapp): 🍰 Params For Category Filter #5699\",\"fix(backend): 🍰 Misspelled Notification #5703\",\"test(other): jest coverage report in console #5637\",\"fix(webapp): centralize mobile hamburger menu #5674\",\"refactor(backend): 🍰 Move db/graphql Folder Content To graphql Folder #5661\",\"feat(other): semantic pullrequest workflow #5634\",\"fix: Cannot Add Group Members as New Members to Group #5635\",\"fix: My Groups Count Includes Pending Membership #5631\"]},\"34\":{\"h\":\"\",\"t\":[\"28 October 2022\",\"chore: 🍰 Release v2.2.0 #5610\",\"refactor: 🍰 Refactor Design Of Category Filter In Filter Menu #5597\",\"feat: 🍰 Footer And Header Links Configurable To Have External Link Target #5590\",\"feat: 🍰 Header Menu To Component And Other Refinements #5546\",\"fix: 🍰 Comments On Posts In Groups In Webapp #5607\",\"docs: 🍰 Add Live Demo To Main Readme #5600\",\"feat: Restrict Comments on Posts in Groups #5599\",\"fix: 🍰 Add Space In Register Box #5591\",\"fix: 🍰 Update Group Avatar After Upload #5583\",\"feat: 🍰 Make Donation Progress Bar Color Configurable #5593\",\"fix: 🍰 Bug In Edit Slug Of Group #5596\",\"fix: 🍰 Fix Group Teaser #5584\",\"feat: 🍰 List All Groups #5582\",\"feat: 🍰 Header Logo Routing Update #5579\"]},\"35\":{\"h\":\"\",\"t\":[\"25 October 2022\",\"chore: 🍰 Release v2.1.0 #5574\",\"feat: 🍰 EPIC Groups #5132\",\"chore: 🍰 Remove Group Branchs 5059-epic-groups Separate Auto-Deployment #5552\",\"fix: [WIP] 🍰 Long Words Are Being Wrapped Now #5559\"]},\"36\":{\"h\":\"\",\"t\":[\"23 October 2022\",\"feat: 🍰 Search For Groups #5543\",\"feat: 🍰 Mobile Footer Menu To Header Menu #5524\",\"feat: 🍰 Implement LOGO_HEADER_CLICK As Configuration #5525\",\"refactor: 🍰 Category Filter In Filter Menu #5527\",\"feat: 🍰 Group Invitation #5512\",\"feat: 🍰 Implement Post In Group In Webapp #5468\",\"feat: 🍰 Update Issue Templates #5508\",\"refactor: 🍰 Disable Submit Button On group Update Changed Error #5489\",\"feat: 🍰 Seed Posts In Groups #5503\",\"feat: 🍰 Make Configurable Header Menu Translatable #5491\",\"feat: 🍰 Post In Groups #5380\",\"feat: 🍰 Refine Group Creation And Group Edit #5418\",\"feat: 🍰 Implement Content Menu On Group Profile #5419\",\"feat: 🍰 Group Members Management #5345\",\"feat: 🍰 Have My Groups In The User Menu And Configure Groups Button In Header #5411\",\"chore: 🍰 Implement Automatic Deployment For Groups Branch '5059-epic-groups' #5408\",\"feat: 🍰 Group Profile Description Etc #5368\",\"feat: 🍰 Group Profile Members List Etc #5335\",\"feat: 🍰 Implement Group Profile – Visibility #5332\",\"feat: 🍰 My Groups Page #5148\",\"feat: 🍰 Hidden Groups Shall Not Be Visible For None Or Pending Members In Backend #5317\",\"feat: 🍰 Implement Group Profile #5197\",\"feat: 🍰 Implement UpdateGroup Resolver #5224\",\"feat: 🍰 Implement JoinGroup, GroupMember, SwitchGroupMemberRole Resolvers #5199\",\"chore: 🍰 Add Groups To Seeding #5185\",\"feat: 🍰 Implement Group GQL Model And CRUD Resolvers – First Step #5139\"]},\"37\":{\"h\":\"\",\"t\":[\"22 September 2022\",\"Chore: 🍰 Release v1.1.1 – Refactor Rebranding #5392\",\"chore: 🍰 Refactor Rebranding #5390\",\"feat: 🍰 Tooltips For Topics #5350\",\"feat: 🍰 Save Categories In Frontend #5284\",\"feat: 🍰 Add New Yunite Icons #5319\",\"chore: 🍰 Update Neode From v^0.4.7 To v^0.4.8 In Backend #5334\",\"fix: Category Filter Menu Client Only #5301\",\"feat: Save Category Settings #5261\",\"feat: Topics Menu #5248\",\"docs: 🍰 Document GraqhQL Playground #5253\",\"feat: Categories Filter Menu #5198\",\"fix: 🍰 Fix Test Description From enter-nonce.vue To change-password#5217\",\"Bump cookie-universal-nuxt from 2.1.5 to 2.2.2 in /webapp #5218\",\"Bump prettier from 2.2.1 to 2.7.1 in /webapp #5170\",\"Bump eslint-plugin-prettier from 3.1.2 to 3.4.1 in /backend #5211\",\"Bump slug from 4.0.2 to 6.0.0 in /backend #5193\",\"chore: 🍰 Fix typo in PULL_REQUEST_TEMPLATE.md file #5208\",\"Bump slug from 5.1.0 to 6.0.0 #5191\",\"Bump vue-sweetalert-icons from 4.3.0 to 4.3.1 in /webapp #5174\",\"feat: 🍰 Change Error Message With Authorised To Authorized All Over The Place To Have American English #5206\",\"Bump cross-env from 7.0.2 to 7.0.3 in /webapp #5168\",\"chore: 🍰 Add --logHeapUsage To Jest Test Call #5182\",\"refactor: 🍰 Rename UserGroup To UserRole#5143\"]},\"38\":{\"h\":\"\",\"t\":[\"4 August 2022\",\"chore: 🍰 Release v1.1.0 - Implement Categories Again #5145\",\"feat: Make Categories Optional #5102\",\"Update issue templates #5101\",\"chore: 🍰 Betters Automatic Deployment To stage.ocelot.social On Push To master Branch #5097\"]},\"39\":{\"h\":\"\",\"t\":[\"20 July 2022\",\"chore: 🍰 Release v1.0.9 #5095\",\"chore: 🍰 Automatic Deployment To stage.ocelot.social On Push To master Branch #5080\",\"change footer version-link #5091\",\"docs: 🍰 Add Neo4j Docu For Important Commands #5090\",\"5079 legends for search field #5088\",\"chore: 🍰 Change image Entries In Docker Compose Files And Fix Apple M1 Problem #5073\",\"chore: 🍰 Rename Neo4j Docker Image In General To neo4j-community:*#5078\",\"chore: 🍰 Fix ocelotsocialnetwork/webapp:latest And ocelotsocialnetwork/backend:latest On Start In Cluster #5076\"]},\"40\":{\"h\":\"\",\"t\":[\"1 July 2022\",\"chore: 🍰 Release v1.0.8 #5058\",\"chore: 🍰 Log E-Mail If Not Sending It #5038\",\"test: 🍰 Test And Refactor E-Mail Templates #4787\",\"fix: 🍰 Replace Hashtag In d.tube Url #4980\",\"Fix location backend test #5034\",\"fix: 🍰 Add Expiration Date To Cookies Etc. #4882\",\"feat: 🍰 Refactor Social Media List With Slots #4773\",\"bug: 🍰 Replace Deleted Faker Package – Change To Import Again #4975\",\"bug: 🍰 Replace Deleted Faker Package #4973\",\"fix: 🍰 Change Tip Tap Editor Legend Hover To Click #4911\",\"fix: 🍰 Fix Embed iframe Width And Height CSS #4897\"]},\"41\":{\"h\":\"\",\"t\":[\"2 December 2021\",\"fix: 🍰 Fix Migration 'add donations node‘ And Release V1.0.7 #4821\",\"Bump rosie from 2.0.1 to 2.1.0 #4520\",\"fix: 🍰 Renew JWT In Decode Test #4798\",\"docs: 🍰 Refine Main README.md With Test Tech Stack And Video Link #4772\",\"docs: 🍰 Change README.md DB Commands For Docker #4765\",\"Bump date-fns from 2.23.0 to 2.25.0 #4753\",\"Bump neo4j-driver from 4.0.2 to 4.3.4 #4729\",\"chore: 🍰 Update Neode To v0.4.7 #4751\",\"doc: 🍰 Update README.md Etc. #4733\",\"feat: 🍰 New CSS For Internal Pages #4741\",\"fix: 🍰 Change Notification E-Mails Settings Page Link #4742\"]},\"42\":{\"h\":\"\",\"t\":[\"4 October 2021\",\"chore: 🍰 Set 'sendNotification' Emails Init Admin #4690\",\"feat: 🍰 Send Notification E-Mail #4623\",\"feat: 🍰 Implement Progress Bar Again #4357\",\"Bump nodemailer-html-to-text from 3.1.0 to 3.2.0 in /backend #4531\",\"Bump codecov from 3.7.1 to 3.8.2 #4401\",\"Centered the login-form #4660\",\"Spelling Change #4654\"]},\"43\":{\"h\":\"\",\"t\":[\"12 August 2021\",\"chore: 💥 Release v1.0.5 #4629\",\"feat: 🍰 Landing Page And Other Internal Pages #4599\",\"Bump eslint-plugin-prettier from 3.1.4 to 3.4.0 in /webapp #4577\",\"Bump vue-scrollto from 2.17.1 to 2.20.0 in /webapp #4592\",\"Bump date-fns from 2.22.1 to 2.23.0 #4596\",\"Bump metascraper-description from 5.11.6 to 5.23.1 in /backend #4593\",\"Bump slug from 2.1.1 to 5.1.0 #4525\",\"Bump metascraper-lang from 5.11.8 to 5.23.1 in /backend #4587\",\"Bump eslint-plugin-promise from 4.2.1 to 4.3.1 in /backend #4591\",\"fix: 🍰 Quick Fix For backend Tests #4565\",\"Bump eslint-config-prettier from 6.10.1 to 6.15.0 in /backend #4583\",\"Bump subscriptions-transport-ws from 0.9.16 to 0.9.19 in /backend #4584\",\"Bump metascraper-youtube from 5.11.8 to 5.23.0 in /backend #4579\",\"Bump metascraper-publisher from 5.11.8 to 5.23.0 in /backend #4578\",\"[Security] Bump node-notifier from 6.0.0 to 8.0.2 in /webapp #4299\",\"Bump @storybook/addon-a11y from 5.3.21 to 6.3.6 in /webapp #4570\",\"Bump metascraper-soundcloud from 5.11.8 to 5.23.0 in /backend #4576\",\"Bump cross-env from 7.0.2 to 7.0.3 in /backend #4522\",\"[Security] Bump browserslist from 4.9.1 to 4.16.6 in /backend #4444\",\"🍰 feat: Landing Page etc. #4555\",\"[Security] Bump browserslist from 4.14.7 to 4.16.6 #4440\",\"Bump auto-changelog from 2.2.1 to 2.3.0 #4515\",\"Bump @storybook/vue from 5.3.21 to 6.3.6 in /webapp #4571\",\"Bump @storybook/addon-actions from 5.3.18 to 5.3.21 in /webapp #4141\",\"[Security] Bump ssri from 6.0.1 to 6.0.2 in /webapp #4390\",\"[Security] Bump y18n from 4.0.0 to 4.0.3 in /backend #4356\",\"Bump v-tooltip from 2.0.3 to 2.1.3 in /webapp #4308\",\"Bump eslint-plugin-jest from 24.1.10 to 24.4.0 in /webapp #4564\",\"Bump apollo-cache-inmemory from 1.6.5 to 1.6.6 in /webapp #4140\",\"[Security] Bump websocket-extensions from 0.1.3 to 0.1.4 in /webapp #3975\",\"Bump linkify-it from 2.2.0 to 3.0.2 in /webapp #4139\",\"[Security] Bump yargs-parser from 18.1.1 to 18.1.3 in /backend #3962\",\"[Security] Bump y18n from 3.2.1 to 3.2.2 in /webapp #4317\",\"Bump vue-sweetalert-icons from 4.2.0 to 4.3.0 in /webapp #4142\",\"Bump mustache from 4.0.1 to 4.2.0 in /backend #4310\",\"[Security] Bump elliptic from 6.5.3 to 6.5.4 in /webapp #4286\",\"[Security] Bump elliptic from 6.5.3 to 6.5.4 #4285\",\"Bump neode from 0.3.7 to 0.4.7 #4162\",\"Bump date-fns from 2.11.1 to 2.22.1 in /backend #4523\",\"Bump stack-utils from 2.0.1 to 2.0.3 in /webapp #4076\",\"Bump date-fns from 2.12.0 to 2.22.1 #4455\",\"Bump date-fns from 2.12.0 to 2.22.1 in /webapp #4537\",\"Bump cross-env from 7.0.2 to 7.0.3 #4032\",\"Bump graphql-request from 1.8.2 to 2.0.0 #3988\",\"Bump cookie-universal-nuxt from 2.1.4 to 2.1.5 in /webapp #4561\",\"Bump graphql from 14.6.0 to 14.7.0 in /webapp #4000\",\"Bump prettier from 2.2.0 to 2.3.2 in /backend #4530\",\"Bump merge-graphql-schemas from 1.7.7 to 1.7.8 in /backend #3959\",\"fix: 🍰 Fix Menu Legend Menu Bar Button Without Click Event #4556\",\"Bump eslint-plugin-promise from 4.2.1 to 4.3.1 in /webapp #4534\",\"feat: 🍰 Post Editor Legend #4492\",\"New Issue type EPIC #4536\",\"Upgrade to GitHub-native Dependabot #4399\"]},\"44\":{\"h\":\"\",\"t\":[\"8 June 2021\",\"chore: 🍰 Release v1.0.4 #4475\",\"fixed wrong env variable #4474\",\"chore: [WIP] 🍰 New Deployment With 'base' And 'code' Docker Images #4452\",\"feat: 🍰 Flexible Footer Links #4468\",\"docs: 🍰 Correct 'Contribution.md' #4466\",\"docs: 🍰 Correct Discord Links And Divers #4461\"]},\"45\":{\"h\":\"\",\"t\":[\"19 May 2021\",\"chore: 🍰 Release v1.0.3 #4435\",\"chore: 🍰 Refactor Logos #4433\",\"feat: 🍰 Show Password Component #4370\",\"chore: 🍰 Replace Ocelot Logos 619x593 With 600x570 #4428\",\"Coverage #4393\",\"correct_docker_tagging #4391\",\"🍰 Get Cypress Tests Running Again #4338\",\"frontend + backend coverage tests #4367\",\"refactor: 🍰 Refactor E-Mail Templates #4350\",\"feat: 🍰 Remove More-Info Of Post #4316\"]},\"46\":{\"h\":\"\",\"t\":[\"6 April 2021\",\"fix: Email Confirmation-Link When An Invite-Code Is Given #4336\"]},\"47\":{\"h\":\"\",\"t\":[\"4 April 2021\",\"readme_update #4331\",\"jwt_expiretime #4330\",\"Clean env, docker & workflow #4337\",\"fix: 🍰 Fixing The Avatars unwanted Border #4320\"]},\"48\":{\"h\":\"\",\"t\":[\"31 March 2021\",\"v1.0.0 #4321\",\"fix: 🐛 Fix Wrong Truncation Of Hashtags In Admin List Via Adding 'truncateStr' #4314\",\"feat: 🍰Implement Registration Slider #4270\",\"feat: 🍰 Invite Button #4301\",\"fix: 🍰 Suggestion List Filter #4296\",\"fix: JWT Expires In 2 Years #4278\",\"Deployment #4263\",\"feat: 🍰 Redesign Registration Process Frontend #4168\"]},\"49\":{\"h\":\"\",\"t\":[\"1 March 2021\",\"feat: Count Post Teaser Views #4255\",\"feat: 🍰 Count Post Clicks #4248\",\"Correct version style #4218\",\"dashboard restructuring image #4266\",\"fix: 🐛 Adapted Editor List Styles #4239\",\"fix: Scrolling On Profile Page #4234\"]},\"50\":{\"h\":\"\",\"t\":[\"17 February 2021\",\"fix: Add Null Migration #4233\"]},\"51\":{\"h\":\"\",\"t\":[\"17 February 2021\",\"fix: css so follow button isn't blocked by adblock #4230\",\"fix: Query Available Roles As Admin #4225\"]},\"52\":{\"h\":\"\",\"t\":[\"15 February 2021\",\"Smtp secure option #4223\",\"chore: 🐛 Fix Migrations By Migrations Folder Having .gitkeep #4222\"]},\"53\":{\"h\":\"\",\"t\":[\"15 February 2021\",\"chore: 🍰 Resolve WEBSOCKETS_URI .env Problem #4219\",\"chore: 🐛 'db:migrate up' By Moving Examples Outside Of Migrations Folder #4221\",\"fix: Location Tests In Backend #4220\"]},\"54\":{\"h\":\"\",\"t\":[\"12 February 2021\",\"Use original images #4217\"]},\"55\":{\"h\":\"\",\"t\":[\"12 February 2021\",\"fix_webapp_production #4216\",\"Move Old Migrations From HC To Examples Folder To Avoid Conflicts #4215\"]},\"56\":{\"h\":\"\",\"t\":[\"11 February 2021\",\"refactor: 🍰 Remove Emojis From Post Page #4208\"]},\"57\":{\"h\":\"\",\"t\":[\"10 February 2021\",\"Support newest docker #4210\"]},\"58\":{\"h\":\"\",\"t\":[\"10 February 2021\",\"add latest tag for neo4j #4209\",\"feat: 🍰 Switch User Role As Admin #4136\",\"feat: Image Cropping Is Optional #4199\",\"publish workflow #4195\"]},\"59\":{\"h\":\"\",\"t\":[\"8 February 2021\",\"updated CHANGELOG.md 9d9075f\"]},\"60\":{\"h\":\"\",\"t\":[\"8 February 2021\",\"regenerated CHANGELOG.mdee688ec\",\"fetch full history 5ecee4d\",\"don't fail if tag exists (release) 39c82fc\"]},\"61\":{\"h\":\"\",\"t\":[\"8 February 2021\",\"Clean GitHub folder #4194\",\"Fix locations #4185\",\"feat: 🍰 Allow Only Supported Image File Formats #3928\",\"refactor: Disbale Emoji, Language And Catgeory Filter #4193\",\"refactor: Remove Catgeories From Post Teaser #4191\"]},\"62\":{\"h\":\"\",\"t\":[\"2 February 2021\",\"Backend Unit Tests via CI & Run tests in parallel #4186\",\"Fix cookie #4184\",\"bug: DB Reset At Start Of Statistics Test In Backend #4179\",\"docu_kubernetes #4153\",\"Refactor config #4133\",\"feat: 🍰 Search Results Page #4144\",\"Rework dockerfiles & docker-compose #4151\",\"[WIP] fix: 🍰 Issue #3504 umlaut encoding #3676 #4104\",\"feat: Auto Detect Language Of Posts #4148\",\"bug: hotfix for invite codes #4154\",\"refactor: Disable Categories #4134\",\"feat: Invite codes #4125\",\"Revert \\\"Bump tiptap-extensions from 1.28.8 to 1.34.0 in /webapp\\\" #4146\",\"chore: 🍰 Quick Fix Of Live Reload By Nuxt For Docker-Compose #4145\",\"Bump eslint-config-prettier from 6.10.1 to 6.15.0 in /webapp #3999\",\"Bump eslint-plugin-standard from 4.0.1 to 5.0.0 in /webapp #4074\",\"Bump tiptap-extensions from 1.28.8 to 1.34.0 in /webapp #4115\",\"Bump sass-loader from 8.0.2 to 10.1.1 in /webapp #4126\",\"Bump faker from 4.1.0 to 5.1.0 in /webapp #4006\",\"[Security] Bump node-notifier from 8.0.0 to 8.0.1 in /webapp #4093\",\"Bump slug from 2.1.1 to 4.0.2 in /backend #3996\",\"start_on_register #4121\",\"updates on some designs #4117\",\"chore: 🍰 White-Labeling And Reminders Of New Deployment #4099\",\"Mock Cookie In Auth.test.js #4119\",\"chore: 🍰 Database Initialisation Readme After First Deployment #4112\",\"feat: 🍰 Create Default Admin User #4084\",\"docu_design #4102\",\"Name of Cookie Is Set in metadata.js #4091\",\"feat: 🔥 Displaying Social Media Favicons On Profile Page #4047\",\"chore: 🍰 New Digital Ocean Kubernetes Cluster #4050\",\"feat: Node Version Recommendation In backend/README.md #4083\",\"chore: 🍰 Replace node-sass with sass #4079\",\"Throw Error When No Cookie Can Be Set #4086\",\"Bump jest from 25.3.0 to 26.6.3 in /webapp #4037\",\"[Security] Bump ini from 1.3.5 to 1.3.8 #4065\",\"Bump uuid from 7.0.3 to 8.3.2 in /backend #4055\",\"Bump @babel/register from 7.9.0 to 7.12.10 #4058\",\"[Security] Bump ini from 1.3.5 to 1.3.8 in /backend #4066\",\"[Security] Bump ini from 1.3.5 to 1.3.8 in /webapp #4067\",\"feat: 🍰 Rebranding And White-Labeling #3934\",\"[Feature] Show/Hide Password Icon - Issue # 2434 #3985\",\"Bump node from 12.19.0-alpine3.10 to 15.3.0-alpine3.10 in /webapp #4007\",\"Bump node from 12.19.0-alpine3.10 to 15.3.0-alpine3.10 in /backend #4008\",\"Bump prettier from 2.0.4 to 2.2.1 in /webapp #4023\",\"Bump metascraper-audio from 5.11.8 to 5.14.26 in /backend #4024\",\"Bump metascraper-url from 5.11.8 to 5.14.26 in /backend #4025\",\"Bump @babel/preset-env from 7.9.0 to 7.12.7 #3986\",\"Bump metascraper-logo from 5.11.6 to 5.14.26 in /backend #4026\",\"[Security] Bump node-fetch from 2.6.0 to 2.6.1 in /webapp #3997\",\"[Security] Bump apollo-server-express from 2.9.7 to 2.19.0 in /webapp #3976\",\"[Security] Bump elliptic from 6.4.1 to 6.5.3 #3949\",\"[Security] Bump markdown-to-jsx from 6.10.3 to 6.11.4 in /webapp #3974\",\"[Security] Bump elliptic from 6.4.1 to 6.5.3 in /webapp #3966\",\"Bump prettier from 2.0.4 to 2.2.0 in /backend #3957\",\"[Security] Bump dot-prop from 4.2.0 to 4.2.1 in /backend #3953\",\"[Security] Bump object-path from 0.11.4 to 0.11.5 in /backend #3954\",\"Bump migrate from 1.6.2 to 1.7.0 in /backend #3955\",\"Bump faker from 3b2fa4a to 91dc8a3#3952\",\"[Security] Bump jquery from 3.4.1 to 3.5.1 in /backend #3961\",\"[Security] Bump dot-prop from 4.2.0 to 4.2.1 in /webapp #3965\",\"Bump eslint-plugin-prettier from 3.1.2 to 3.1.4 in /webapp #3973\",\"[Security] Bump apollo-server from 2.11.0 to 2.14.2 in /backend #3983\",\"[Security] Bump node-fetch from 2.6.0 to 2.6.1 in /backend #3982\",\"Bump metascraper-author from 5.11.8 to 5.14.22 in /backend #3960\",\"Bump storybook-design-token from 0.7.2 to 0.8.1 in /webapp #3963\",\"[Security] Bump http-proxy from 1.17.0 to 1.18.1 in /webapp #3964\",\"Bump @babel/core from 7.9.0 to 7.12.3 in /webapp #3970\",\"Bump eslint-plugin-jest from 23.8.2 to 24.1.3 in /webapp #3971\",\"[Security] Bump codecov from 3.6.5 to 3.7.1 #3980\",\"[Security] Bump standard-version from 7.1.0 to 8.0.1 #3981\",\"[Security] Bump apollo-server-express from 2.12.0 to 2.14.2 in /backend #3984\",\"fix: 🍰 New mapbox Token #3932\",\"chore: 🍰 Switch Neo4j To Community Edition #3936\",\"chore: 🍰 Set Up Travis Builds #3930\",\"feat: 🍰 Show Supported Image Formats Implemented #3925\",\"feat: Improve Data Export #3926\",\"chore: 🍰 v0.6.3 #3955\",\"feat: Export User Data Update #3954\",\"chore: Upgrade to v0.6.2 #3947\",\"build: 🍰 Disable Codecov for last deploy #3946\",\"feat: Export User Data #3899\",\"build: 💥 Disable full stack tests, Fix deployment to develop, tryout #3937\",\"build: 💥 Disable full stack tests #3935\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"feat: Avoid new builds on base docker-compose.yml #6\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\"]},\"63\":{\"h\":\"\",\"t\":[\"27 March 2020\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\"]},\"64\":{\"h\":\"\",\"t\":[\"26 March 2020\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\"]},\"65\":{\"h\":\"\",\"t\":[\"13 March 2020\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\"]},\"66\":{\"h\":\"\",\"t\":[\"9 March 2020\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\"]},\"67\":{\"h\":\"\",\"t\":[\"22 February 2020\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix(subscriptions): Don't publish undefined #3088\"]},\"68\":{\"h\":\"\",\"t\":[\"10 February 2020\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\"]},\"69\":{\"h\":\"\",\"t\":[\"3 February 2020\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\"]},\"70\":{\"h\":\"\",\"t\":[\"21 January 2020\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\"]},\"71\":{\"h\":\"\",\"t\":[\"20 January 2020\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\"]},\"72\":{\"h\":\"\",\"t\":[\"20 January 2020\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\"]},\"73\":{\"h\":\"\",\"t\":[\"10 January 2020\"]},\"74\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\"]},\"75\":{\"h\":\"\",\"t\":[\"19 December 2019\"]},\"76\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"Update to version 0.2.0 #2584\",\"build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend #2556\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 #2569\",\"build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 in /backend #2576\",\"Lokalise: Translations update #2563\",\"build(deps-dev): bump style-resources-loader from 1.3.2 to 1.3.3 in /webapp #2580\",\"build(deps): bump node from 13.3.0-alpine to 13.4.0-alpine in /webapp #2577\",\"build(deps): bump metascraper-title from 5.8.10 to 5.8.12 in /backend #2575\",\"build(deps-dev): bump apollo-server-testing from 2.9.13 to 2.9.14 in /backend #2574\",\"build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend #2572\",\"Blur Images #2351\",\"build(deps-dev): bump @babel/node from 7.7.4 to 7.7.7 in /backend #2570\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 #2567\",\"build(deps): bump metascraper-description from 5.8.10 to 5.8.12 in /backend #2566\",\"Add back layout changes/update db_manipulation #2544\",\"build(deps): bump metascraper-soundcloud from 5.8.10 to 5.8.12 in /backend #2560\",\"build(deps): bump metascraper-author from 5.8.7 to 5.8.12 in /backend #2559\",\"build(deps): bump metascraper from 5.8.9 to 5.8.12 in /backend #2558\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.12 in /backend #2547\",\"build(deps): bump metascraper-video from 5.8.10 to 5.8.12 in /backend #2557\",\"build(deps): bump metascraper-date from 5.8.7 to 5.8.12 in /backend #2555\",\"build(deps): bump metascraper-logo from 5.8.10 to 5.8.12 in /backend #2554\",\"build(deps): bump apollo-server-express from 2.9.13 to 2.9.14 in /backend #2551\",\"build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 in /webapp #2550\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.18.0 to 1.19.0 #2548\",\"Lokalise: Translations update #2545\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.10 in /backend #2522\",\"build(deps): bump metascraper-title from 5.8.7 to 5.8.10 in /backend #2525\",\"build(deps): bump metascraper-lang from 5.8.9 to 5.8.10 in /backend #2531\",\"build(deps): bump tiptap-extensions from 1.28.5 to 1.28.6 in /webapp #2535\",\"Fix maintenance service/LocaleSwitch import #2542\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /webapp #2523\",\"build(deps): bump stack-utils from 1.0.2 to 2.0.1 in /webapp #2521\",\"build(deps): bump metascraper-soundcloud from 5.8.9 to 5.8.10 in /backend #2520\",\"Update neode #2539\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /webapp #2519\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /webapp #2527\",\"build(deps): bump neo4j-graphql-js from 2.10.1 to 2.10.2 in /backend #2530\",\"build(deps): bump metascraper-image from 5.8.7 to 5.8.10 in /backend #2532\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /backend #2534\",\"build(deps): bump metascraper-video from 5.8.9 to 5.8.10 in /backend #2536\",\"build(deps): bump tiptap from 1.26.5 to 1.26.6 in /webapp #2537\",\"build(deps-dev): bump vue-loader from 15.7.2 to 15.8.3 in /webapp #2538\",\"Refactor: content menu #2512\",\"build(deps): bump metascraper-audio from 5.8.7 to 5.8.10 in /backend #2524\",\"build(deps): bump metascraper-description from 5.8.7 to 5.8.10 in /backend #2518\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /backend #2517\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /backend #2516\",\"build(deps): bump metascraper-logo from 5.8.7 to 5.8.10 in /backend #2515\",\"Fix duplicate fragment user issue #2511\",\"fix: editor not visible in server-side-rendering #2513\",\"Update it.json #2507\",\"Fix: User.name is not non-nullable #2510\",\"Update to version 0.1.13 #2506\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\"]},\"77\":{\"h\":\"\",\"t\":[\"13 December 2019\"]},\"78\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"Update to version 0.2.0 #2584\",\"build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend #2556\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 #2569\",\"build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 in /backend #2576\",\"Lokalise: Translations update #2563\",\"build(deps-dev): bump style-resources-loader from 1.3.2 to 1.3.3 in /webapp #2580\",\"build(deps): bump node from 13.3.0-alpine to 13.4.0-alpine in /webapp #2577\",\"build(deps): bump metascraper-title from 5.8.10 to 5.8.12 in /backend #2575\",\"build(deps-dev): bump apollo-server-testing from 2.9.13 to 2.9.14 in /backend #2574\",\"build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend #2572\",\"Blur Images #2351\",\"build(deps-dev): bump @babel/node from 7.7.4 to 7.7.7 in /backend #2570\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 #2567\",\"build(deps): bump metascraper-description from 5.8.10 to 5.8.12 in /backend #2566\",\"Add back layout changes/update db_manipulation #2544\",\"build(deps): bump metascraper-soundcloud from 5.8.10 to 5.8.12 in /backend #2560\",\"build(deps): bump metascraper-author from 5.8.7 to 5.8.12 in /backend #2559\",\"build(deps): bump metascraper from 5.8.9 to 5.8.12 in /backend #2558\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.12 in /backend #2547\",\"build(deps): bump metascraper-video from 5.8.10 to 5.8.12 in /backend #2557\",\"build(deps): bump metascraper-date from 5.8.7 to 5.8.12 in /backend #2555\",\"build(deps): bump metascraper-logo from 5.8.10 to 5.8.12 in /backend #2554\",\"build(deps): bump apollo-server-express from 2.9.13 to 2.9.14 in /backend #2551\",\"build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 in /webapp #2550\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.18.0 to 1.19.0 #2548\",\"Lokalise: Translations update #2545\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.10 in /backend #2522\",\"build(deps): bump metascraper-title from 5.8.7 to 5.8.10 in /backend #2525\",\"build(deps): bump metascraper-lang from 5.8.9 to 5.8.10 in /backend #2531\",\"build(deps): bump tiptap-extensions from 1.28.5 to 1.28.6 in /webapp #2535\",\"Fix maintenance service/LocaleSwitch import #2542\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /webapp #2523\",\"build(deps): bump stack-utils from 1.0.2 to 2.0.1 in /webapp #2521\",\"build(deps): bump metascraper-soundcloud from 5.8.9 to 5.8.10 in /backend #2520\",\"Update neode #2539\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /webapp #2519\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /webapp #2527\",\"build(deps): bump neo4j-graphql-js from 2.10.1 to 2.10.2 in /backend #2530\",\"build(deps): bump metascraper-image from 5.8.7 to 5.8.10 in /backend #2532\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /backend #2534\",\"build(deps): bump metascraper-video from 5.8.9 to 5.8.10 in /backend #2536\",\"build(deps): bump tiptap from 1.26.5 to 1.26.6 in /webapp #2537\",\"build(deps-dev): bump vue-loader from 15.7.2 to 15.8.3 in /webapp #2538\",\"Refactor: content menu #2512\",\"build(deps): bump metascraper-audio from 5.8.7 to 5.8.10 in /backend #2524\",\"build(deps): bump metascraper-description from 5.8.7 to 5.8.10 in /backend #2518\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /backend #2517\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /backend #2516\",\"build(deps): bump metascraper-logo from 5.8.7 to 5.8.10 in /backend #2515\",\"Fix duplicate fragment user issue #2511\",\"fix: editor not visible in server-side-rendering #2513\",\"Update it.json #2507\",\"Fix: User.name is not non-nullable #2510\",\"Update to version 0.1.13 #2506\",\"Update de.json #2492\",\"Fix broken scroll behaviour on index and profile page #2487\",\"Lokalise: Translations update #2503\",\"build(deps): bump node from 13.1.0-alpine to 13.3.0-alpine in /webapp #2454\",\"Lokalise: Translations update #2485\",\"build(deps-dev): bump css-loader from 3.3.0 to 3.3.2 in /webapp #2505\",\"build(deps-dev): bump cypress from 3.7.0 to 3.8.0 #2504\",\"Favor transaction functions #2433\",\"build(deps): bump nodemailer from 6.4.1 to 6.4.2 in /backend #2500\",\"Update en.json #2491\",\"Update es.json #2493\",\"Update fr.json #2494\",\"Update it.json #2496\",\"build(deps-dev): bump nodemon from 2.0.1 to 2.0.2 in /backend #2499\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc18 to 4.0.0-rc19 in /webapp #2498\",\"build(deps): bump neo4j-graphql-js from 2.10.0 to 2.10.1 in /backend #2497\",\"Fix docker manifest on Travis CI #2488\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 #2453\",\"build(deps-dev): bump cypress-file-upload from 3.5.0 to 3.5.1 #2489\",\"build(deps): bump cookie-universal-nuxt from 2.0.19 to 2.1.0 in /webapp #2490\",\"Update to version 0.1.12 #2483\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\"]},\"79\":{\"h\":\"\",\"t\":[\"10 December 2019\"]},\"80\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"Update to version 0.2.0 #2584\",\"build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend #2556\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 #2569\",\"build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 in /backend #2576\",\"Lokalise: Translations update #2563\",\"build(deps-dev): bump style-resources-loader from 1.3.2 to 1.3.3 in /webapp #2580\",\"build(deps): bump node from 13.3.0-alpine to 13.4.0-alpine in /webapp #2577\",\"build(deps): bump metascraper-title from 5.8.10 to 5.8.12 in /backend #2575\",\"build(deps-dev): bump apollo-server-testing from 2.9.13 to 2.9.14 in /backend #2574\",\"build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend #2572\",\"Blur Images #2351\",\"build(deps-dev): bump @babel/node from 7.7.4 to 7.7.7 in /backend #2570\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 #2567\",\"build(deps): bump metascraper-description from 5.8.10 to 5.8.12 in /backend #2566\",\"Add back layout changes/update db_manipulation #2544\",\"build(deps): bump metascraper-soundcloud from 5.8.10 to 5.8.12 in /backend #2560\",\"build(deps): bump metascraper-author from 5.8.7 to 5.8.12 in /backend #2559\",\"build(deps): bump metascraper from 5.8.9 to 5.8.12 in /backend #2558\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.12 in /backend #2547\",\"build(deps): bump metascraper-video from 5.8.10 to 5.8.12 in /backend #2557\",\"build(deps): bump metascraper-date from 5.8.7 to 5.8.12 in /backend #2555\",\"build(deps): bump metascraper-logo from 5.8.10 to 5.8.12 in /backend #2554\",\"build(deps): bump apollo-server-express from 2.9.13 to 2.9.14 in /backend #2551\",\"build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 in /webapp #2550\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.18.0 to 1.19.0 #2548\",\"Lokalise: Translations update #2545\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.10 in /backend #2522\",\"build(deps): bump metascraper-title from 5.8.7 to 5.8.10 in /backend #2525\",\"build(deps): bump metascraper-lang from 5.8.9 to 5.8.10 in /backend #2531\",\"build(deps): bump tiptap-extensions from 1.28.5 to 1.28.6 in /webapp #2535\",\"Fix maintenance service/LocaleSwitch import #2542\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /webapp #2523\",\"build(deps): bump stack-utils from 1.0.2 to 2.0.1 in /webapp #2521\",\"build(deps): bump metascraper-soundcloud from 5.8.9 to 5.8.10 in /backend #2520\",\"Update neode #2539\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /webapp #2519\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /webapp #2527\",\"build(deps): bump neo4j-graphql-js from 2.10.1 to 2.10.2 in /backend #2530\",\"build(deps): bump metascraper-image from 5.8.7 to 5.8.10 in /backend #2532\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /backend #2534\",\"build(deps): bump metascraper-video from 5.8.9 to 5.8.10 in /backend #2536\",\"build(deps): bump tiptap from 1.26.5 to 1.26.6 in /webapp #2537\",\"build(deps-dev): bump vue-loader from 15.7.2 to 15.8.3 in /webapp #2538\",\"Refactor: content menu #2512\",\"build(deps): bump metascraper-audio from 5.8.7 to 5.8.10 in /backend #2524\",\"build(deps): bump metascraper-description from 5.8.7 to 5.8.10 in /backend #2518\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /backend #2517\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /backend #2516\",\"build(deps): bump metascraper-logo from 5.8.7 to 5.8.10 in /backend #2515\",\"Fix duplicate fragment user issue #2511\",\"fix: editor not visible in server-side-rendering #2513\",\"Update it.json #2507\",\"Fix: User.name is not non-nullable #2510\",\"Update to version 0.1.13 #2506\",\"Update de.json #2492\",\"Fix broken scroll behaviour on index and profile page #2487\",\"Lokalise: Translations update #2503\",\"build(deps): bump node from 13.1.0-alpine to 13.3.0-alpine in /webapp #2454\",\"Lokalise: Translations update #2485\",\"build(deps-dev): bump css-loader from 3.3.0 to 3.3.2 in /webapp #2505\",\"build(deps-dev): bump cypress from 3.7.0 to 3.8.0 #2504\",\"Favor transaction functions #2433\",\"build(deps): bump nodemailer from 6.4.1 to 6.4.2 in /backend #2500\",\"Update en.json #2491\",\"Update es.json #2493\",\"Update fr.json #2494\",\"Update it.json #2496\",\"build(deps-dev): bump nodemon from 2.0.1 to 2.0.2 in /backend #2499\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc18 to 4.0.0-rc19 in /webapp #2498\",\"build(deps): bump neo4j-graphql-js from 2.10.0 to 2.10.1 in /backend #2497\",\"Fix docker manifest on Travis CI #2488\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 #2453\",\"build(deps-dev): bump cypress-file-upload from 3.5.0 to 3.5.1 #2489\",\"build(deps): bump cookie-universal-nuxt from 2.0.19 to 2.1.0 in /webapp #2490\",\"Update to version 0.1.12 #2483\",\"Show the comments again #2482\",\"Improve notification query performance by reducing db calls #2470\",\"Fix Cannot read 'Post' of undefined#2481\",\"Hope to fix our deployment with explicit call of bash#2480\",\"Revert layout changes image aspect ratio #2467\",\"Quick fix for null pointer error in User.vue #2472\",\"Checkbox 'no comercial + no political account' add to creat user account #2416\",\"Remove data-test attriubutes in non-dev env #2421\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 #2452\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /backend #2455\",\"build(deps-dev): bump @babel/cli from 7.7.4 to 7.7.5 in /backend #2458\",\"build(deps): bump @sentry/node from 5.10.1 to 5.10.2 in /backend #2473\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /backend #2474\",\"build(deps-dev): bump css-loader from 3.2.1 to 3.3.0 in /webapp #2475\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /webapp #2477\",\"Fix #2237, Comments 4 times as long before \\\"show more\\\" #2443\",\"Get rid of inconsistency with neode setup #2404\",\"Bump styleguide to version 0.5.22 #2468\",\"build(deps): bump nodemailer from 6.4.0 to 6.4.1 in /backend #2456\",\"build(deps-dev): bump eslint-loader from 3.0.2 to 3.0.3 in /webapp #2459\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /backend #2460\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /webapp #2461\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /webapp #2463\",\"build(deps-dev): bump async-validator from 3.2.2 to 3.2.3 in /webapp #2464\",\"build(deps): bump styleguide from 808b3c5 to 7ef8340#2465\",\"Paginate moderations page without losing filtering #2466\",\"Update it.json #2451\",\"build(deps): bump metascraper from 5.8.8 to 5.8.9 in /backend #2304\",\"build(deps): bump metascraper-video from 5.8.7 to 5.8.9 in /backend #2303\",\"build(deps): bump neo4j-graphql-js from 2.9.3 to 2.10.0 in /backend #2440\",\"Hide Donations Bar #2422\",\"build(deps): bump @sentry/node from 5.10.0 to 5.10.1 in /backend #2436\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.17.0 to 1.18.0 #2437\",\"build(deps-dev): bump apollo-server-testing from 2.9.12 to 2.9.13 in /backend #2439\",\"build(deps): bump apollo-server from 2.9.12 to 2.9.13 in /backend #2441\",\"Eliminate database calls for reports query #2435\",\"Use babel-loader with vue-svg-loader #2430\",\"Remove disable from reports.disable Query #2432\",\"2253 fix scroll layout issue #2317\",\"Update test description #2424\",\"Update yarn.lock after pulling in latest changes #2419\",\"Update privacy path #2417\",\"Add browserstack logo to attributions #2431\",\"build(deps): bump @sentry/node from 5.9.0 to 5.10.0 in /backend #2428\",\"build(deps): bump nodemailer from 6.3.1 to 6.4.0 in /backend #2427\",\"List and protocol moderation #1954\",\"fix: Re-enable webfinger feature #2335\",\"Close neo4j driver sessions #2402\",\"feat: swap user name<=>handle for discriminability #2385\",\"build(deps-dev): bump @storybook/vue from 5.2.6 to 5.2.8 in /webapp #2397\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.6 to 5.2.8 in /webapp #2398\",\"Fix German translation of \\\"Shouts\\\" #2400\",\"build(deps): bump tiptap-extensions from 1.28.4 to 1.28.5 in /webapp #2407\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.7 to 5.2.8 in /webapp #2406\",\"build(deps-dev): bump css-loader from 3.2.0 to 3.2.1 in /webapp #2405\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.6 to 5.2.8 in /webapp #2399\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /webapp #2393\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.5 to 4.1.1 in /webapp #2374\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /webapp #2392\",\"Terms of use extended with dot - no commercial use #2316\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.2 to 1.17.0 #2389\",\"Lokalise: Translations update #2380\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.6 to 5.2.7 in /webapp #2391\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /backend #2390\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /backend #2388\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2379\",\"build(deps): bump neo4j from 3.5.12-enterprise to 3.5.13-enterprise in /neo4j #2377\",\"build(deps-dev): bump @babel/cli from 7.7.0 to 7.7.4 in /backend #2366\",\"build(deps-dev): bump cypress-plugin-retries from 1.4.0 to 1.5.0 #2360\",\"No public registration in development so that backend test pass #2382\",\"Don't remove sub-addresses in emails #2375\",\"refactor: Remove obsolete code about invitation codes #2333\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc17 to 4.0.0-rc18 in /webapp #2373\",\"build(deps): bump graphql-shield from 7.0.2 to 7.0.4 in /backend #2372\",\"build(deps-dev): bump cypress from 3.6.1 to 3.7.0 #2371\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /backend #2359\",\"build(deps): bump apollo-server from 2.9.11 to 2.9.12 in /backend #2357\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /webapp #2369\",\"build(deps): bump @hapi/joi from 16.1.7 to 16.1.8 in /backend #2368\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /backend #2365\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.2.0 to 7.7.4 in /backend #2339\",\"refactor: Close session in isAuthor permission #2334\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /webapp #2323\",\"1967 component tests content view #2169\",\"If an admin searches for a user by email, don't crash if no user can be found #2295\",\"Migrate styleguide icons #2288\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /backend #2358\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /backend #2341\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /webapp #2340\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /backend #2322\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /webapp #2319\",\"Update to version 0.1.11 with bug fixes #2354\",\"Fix updating post by adding/changing image bug submits form #2350\",\"Add shoutedBy_some to _PostFilter #2353\",\"build(deps-dev): bump date-fns from 2.8.0 to 2.8.1 #2342\",\"build(deps-dev): bump @babel/node from 7.7.0 to 7.7.4 in /backend #2343\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /backend #2345\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /webapp #2346\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /webapp #2347\",\"build(deps-dev): bump nodemon from 1.19.4 to 2.0.1 in /backend #2348\",\"Update to version 0.1.11 #2324\",\"Add LegacyEmbeds component to fix bug #2328\",\"Fix incorrect link to development environment #2309\",\"2329 normalize emails in login form #2330\",\"Lokalise: Translations update #2327\",\"Changed translation must change test 😦 #2310\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\",\"Merge pull request #2443 from Human-Connection/2237-longer-comments #2237\",\"fix #2329: Normalize email on login in the backend #2329\",\"Fix #2294 #2294\"]},\"81\":{\"h\":\"\",\"t\":[\"22 November 2019\"]},\"82\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"Update to version 0.2.0 #2584\",\"build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend #2556\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 #2569\",\"build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 in /backend #2576\",\"Lokalise: Translations update #2563\",\"build(deps-dev): bump style-resources-loader from 1.3.2 to 1.3.3 in /webapp #2580\",\"build(deps): bump node from 13.3.0-alpine to 13.4.0-alpine in /webapp #2577\",\"build(deps): bump metascraper-title from 5.8.10 to 5.8.12 in /backend #2575\",\"build(deps-dev): bump apollo-server-testing from 2.9.13 to 2.9.14 in /backend #2574\",\"build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend #2572\",\"Blur Images #2351\",\"build(deps-dev): bump @babel/node from 7.7.4 to 7.7.7 in /backend #2570\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 #2567\",\"build(deps): bump metascraper-description from 5.8.10 to 5.8.12 in /backend #2566\",\"Add back layout changes/update db_manipulation #2544\",\"build(deps): bump metascraper-soundcloud from 5.8.10 to 5.8.12 in /backend #2560\",\"build(deps): bump metascraper-author from 5.8.7 to 5.8.12 in /backend #2559\",\"build(deps): bump metascraper from 5.8.9 to 5.8.12 in /backend #2558\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.12 in /backend #2547\",\"build(deps): bump metascraper-video from 5.8.10 to 5.8.12 in /backend #2557\",\"build(deps): bump metascraper-date from 5.8.7 to 5.8.12 in /backend #2555\",\"build(deps): bump metascraper-logo from 5.8.10 to 5.8.12 in /backend #2554\",\"build(deps): bump apollo-server-express from 2.9.13 to 2.9.14 in /backend #2551\",\"build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 in /webapp #2550\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.18.0 to 1.19.0 #2548\",\"Lokalise: Translations update #2545\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.10 in /backend #2522\",\"build(deps): bump metascraper-title from 5.8.7 to 5.8.10 in /backend #2525\",\"build(deps): bump metascraper-lang from 5.8.9 to 5.8.10 in /backend #2531\",\"build(deps): bump tiptap-extensions from 1.28.5 to 1.28.6 in /webapp #2535\",\"Fix maintenance service/LocaleSwitch import #2542\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /webapp #2523\",\"build(deps): bump stack-utils from 1.0.2 to 2.0.1 in /webapp #2521\",\"build(deps): bump metascraper-soundcloud from 5.8.9 to 5.8.10 in /backend #2520\",\"Update neode #2539\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /webapp #2519\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /webapp #2527\",\"build(deps): bump neo4j-graphql-js from 2.10.1 to 2.10.2 in /backend #2530\",\"build(deps): bump metascraper-image from 5.8.7 to 5.8.10 in /backend #2532\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /backend #2534\",\"build(deps): bump metascraper-video from 5.8.9 to 5.8.10 in /backend #2536\",\"build(deps): bump tiptap from 1.26.5 to 1.26.6 in /webapp #2537\",\"build(deps-dev): bump vue-loader from 15.7.2 to 15.8.3 in /webapp #2538\",\"Refactor: content menu #2512\",\"build(deps): bump metascraper-audio from 5.8.7 to 5.8.10 in /backend #2524\",\"build(deps): bump metascraper-description from 5.8.7 to 5.8.10 in /backend #2518\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /backend #2517\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /backend #2516\",\"build(deps): bump metascraper-logo from 5.8.7 to 5.8.10 in /backend #2515\",\"Fix duplicate fragment user issue #2511\",\"fix: editor not visible in server-side-rendering #2513\",\"Update it.json #2507\",\"Fix: User.name is not non-nullable #2510\",\"Update to version 0.1.13 #2506\",\"Update de.json #2492\",\"Fix broken scroll behaviour on index and profile page #2487\",\"Lokalise: Translations update #2503\",\"build(deps): bump node from 13.1.0-alpine to 13.3.0-alpine in /webapp #2454\",\"Lokalise: Translations update #2485\",\"build(deps-dev): bump css-loader from 3.3.0 to 3.3.2 in /webapp #2505\",\"build(deps-dev): bump cypress from 3.7.0 to 3.8.0 #2504\",\"Favor transaction functions #2433\",\"build(deps): bump nodemailer from 6.4.1 to 6.4.2 in /backend #2500\",\"Update en.json #2491\",\"Update es.json #2493\",\"Update fr.json #2494\",\"Update it.json #2496\",\"build(deps-dev): bump nodemon from 2.0.1 to 2.0.2 in /backend #2499\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc18 to 4.0.0-rc19 in /webapp #2498\",\"build(deps): bump neo4j-graphql-js from 2.10.0 to 2.10.1 in /backend #2497\",\"Fix docker manifest on Travis CI #2488\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 #2453\",\"build(deps-dev): bump cypress-file-upload from 3.5.0 to 3.5.1 #2489\",\"build(deps): bump cookie-universal-nuxt from 2.0.19 to 2.1.0 in /webapp #2490\",\"Update to version 0.1.12 #2483\",\"Show the comments again #2482\",\"Improve notification query performance by reducing db calls #2470\",\"Fix Cannot read 'Post' of undefined#2481\",\"Hope to fix our deployment with explicit call of bash#2480\",\"Revert layout changes image aspect ratio #2467\",\"Quick fix for null pointer error in User.vue #2472\",\"Checkbox 'no comercial + no political account' add to creat user account #2416\",\"Remove data-test attriubutes in non-dev env #2421\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 #2452\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /backend #2455\",\"build(deps-dev): bump @babel/cli from 7.7.4 to 7.7.5 in /backend #2458\",\"build(deps): bump @sentry/node from 5.10.1 to 5.10.2 in /backend #2473\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /backend #2474\",\"build(deps-dev): bump css-loader from 3.2.1 to 3.3.0 in /webapp #2475\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /webapp #2477\",\"Fix #2237, Comments 4 times as long before \\\"show more\\\" #2443\",\"Get rid of inconsistency with neode setup #2404\",\"Bump styleguide to version 0.5.22 #2468\",\"build(deps): bump nodemailer from 6.4.0 to 6.4.1 in /backend #2456\",\"build(deps-dev): bump eslint-loader from 3.0.2 to 3.0.3 in /webapp #2459\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /backend #2460\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /webapp #2461\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /webapp #2463\",\"build(deps-dev): bump async-validator from 3.2.2 to 3.2.3 in /webapp #2464\",\"build(deps): bump styleguide from 808b3c5 to 7ef8340#2465\",\"Paginate moderations page without losing filtering #2466\",\"Update it.json #2451\",\"build(deps): bump metascraper from 5.8.8 to 5.8.9 in /backend #2304\",\"build(deps): bump metascraper-video from 5.8.7 to 5.8.9 in /backend #2303\",\"build(deps): bump neo4j-graphql-js from 2.9.3 to 2.10.0 in /backend #2440\",\"Hide Donations Bar #2422\",\"build(deps): bump @sentry/node from 5.10.0 to 5.10.1 in /backend #2436\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.17.0 to 1.18.0 #2437\",\"build(deps-dev): bump apollo-server-testing from 2.9.12 to 2.9.13 in /backend #2439\",\"build(deps): bump apollo-server from 2.9.12 to 2.9.13 in /backend #2441\",\"Eliminate database calls for reports query #2435\",\"Use babel-loader with vue-svg-loader #2430\",\"Remove disable from reports.disable Query #2432\",\"2253 fix scroll layout issue #2317\",\"Update test description #2424\",\"Update yarn.lock after pulling in latest changes #2419\",\"Update privacy path #2417\",\"Add browserstack logo to attributions #2431\",\"build(deps): bump @sentry/node from 5.9.0 to 5.10.0 in /backend #2428\",\"build(deps): bump nodemailer from 6.3.1 to 6.4.0 in /backend #2427\",\"List and protocol moderation #1954\",\"fix: Re-enable webfinger feature #2335\",\"Close neo4j driver sessions #2402\",\"feat: swap user name<=>handle for discriminability #2385\",\"build(deps-dev): bump @storybook/vue from 5.2.6 to 5.2.8 in /webapp #2397\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.6 to 5.2.8 in /webapp #2398\",\"Fix German translation of \\\"Shouts\\\" #2400\",\"build(deps): bump tiptap-extensions from 1.28.4 to 1.28.5 in /webapp #2407\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.7 to 5.2.8 in /webapp #2406\",\"build(deps-dev): bump css-loader from 3.2.0 to 3.2.1 in /webapp #2405\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.6 to 5.2.8 in /webapp #2399\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /webapp #2393\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.5 to 4.1.1 in /webapp #2374\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /webapp #2392\",\"Terms of use extended with dot - no commercial use #2316\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.2 to 1.17.0 #2389\",\"Lokalise: Translations update #2380\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.6 to 5.2.7 in /webapp #2391\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /backend #2390\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /backend #2388\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2379\",\"build(deps): bump neo4j from 3.5.12-enterprise to 3.5.13-enterprise in /neo4j #2377\",\"build(deps-dev): bump @babel/cli from 7.7.0 to 7.7.4 in /backend #2366\",\"build(deps-dev): bump cypress-plugin-retries from 1.4.0 to 1.5.0 #2360\",\"No public registration in development so that backend test pass #2382\",\"Don't remove sub-addresses in emails #2375\",\"refactor: Remove obsolete code about invitation codes #2333\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc17 to 4.0.0-rc18 in /webapp #2373\",\"build(deps): bump graphql-shield from 7.0.2 to 7.0.4 in /backend #2372\",\"build(deps-dev): bump cypress from 3.6.1 to 3.7.0 #2371\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /backend #2359\",\"build(deps): bump apollo-server from 2.9.11 to 2.9.12 in /backend #2357\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /webapp #2369\",\"build(deps): bump @hapi/joi from 16.1.7 to 16.1.8 in /backend #2368\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /backend #2365\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.2.0 to 7.7.4 in /backend #2339\",\"refactor: Close session in isAuthor permission #2334\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /webapp #2323\",\"1967 component tests content view #2169\",\"If an admin searches for a user by email, don't crash if no user can be found #2295\",\"Migrate styleguide icons #2288\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /backend #2358\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /backend #2341\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /webapp #2340\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /backend #2322\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /webapp #2319\",\"Update to version 0.1.11 with bug fixes #2354\",\"Fix updating post by adding/changing image bug submits form #2350\",\"Add shoutedBy_some to _PostFilter #2353\",\"build(deps-dev): bump date-fns from 2.8.0 to 2.8.1 #2342\",\"build(deps-dev): bump @babel/node from 7.7.0 to 7.7.4 in /backend #2343\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /backend #2345\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /webapp #2346\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /webapp #2347\",\"build(deps-dev): bump nodemon from 1.19.4 to 2.0.1 in /backend #2348\",\"Update to version 0.1.11 #2324\",\"Add LegacyEmbeds component to fix bug #2328\",\"Fix incorrect link to development environment #2309\",\"2329 normalize emails in login form #2330\",\"Lokalise: Translations update #2327\",\"Changed translation must change test 😦 #2310\",\"build(deps-dev): bump apollo-server-testing from 2.9.9 to 2.9.12 in /backend #2318\",\"build(deps-dev): bump fuse.js from 3.4.5 to 3.4.6 in /webapp #2314\",\"build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 in /webapp #2302\",\"build(deps): bump metascraper-lang from 5.8.7 to 5.8.9 in /backend #2301\",\"build(deps): bump metascraper-soundcloud from 5.8.7 to 5.8.9 in /backend #2298\",\"build(deps): bump metascraper-youtube from 5.8.7 to 5.8.9 in /backend #2297\",\"build(deps-dev): bump date-fns from 2.7.0 to 2.8.0 #2296\",\"build(deps): bump apollo-server from 2.9.9 to 2.9.11 in /backend #2311\",\"Fix Typo Of Issue 2230 #2293\",\"[Systems-Development-and-Frameworks] Clickable hashtags #2076\",\"build(deps): bump neo4j-graphql-js from 2.9.0 to 2.9.3 in /backend #2283\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.3 to 23.0.4 in /backend #2285\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.7.0 in /backend #2286\",\"Lokalise: Translations update #2277\",\"build(deps-dev): bump @vue/eslint-config-prettier from 5.0.0 to 6.0.0 in /webapp #2266\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /backend #2281\",\"build(deps): bump apollo-server from 2.9.7 to 2.9.9 in /backend #2280\",\"build(deps-dev): bump apollo-server-testing from 2.9.7 to 2.9.9 in /backend #2279\",\"build(deps): bump @sentry/node from 5.8.0 to 5.9.0 in /backend #2278\",\"🍰 2119-Fix Contribution consistent form input validation #2160\",\"build(deps): bump cookie-universal-nuxt from 2.0.18 to 2.0.19 in /webapp #2265\",\"build(deps): bump metascraper modules #2257\",\"build: configure stale bot #2273\",\"Explicitly define our schema, improve performance #2243\",\"build(deps): [security] bump https-proxy-agent from 2.2.1 to 2.2.4 #2274\",\"build: record and publish all cypress test results #2251\",\"Add Emacs Backup Files To Gitignore (*~) #2261\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 in /webapp #2267\",\"2187 language does not change on edit #2200\",\"1747 show shouts #2101\",\"build(deps): bump node from 13.0.1-alpine to 13.1.0-alpine in /webapp #2180\",\"Fix #2042 Back Link To Login Page #2078\",\"2119 create post consistent form input validation improvements #2163\",\"Helper script to install all packages #2250\",\"refactor: remove redundant port configuration #2247\",\"build(deps-dev): bump eslint-config-standard from 12.0.0 to 14.1.0 in /webapp #2246\",\"build(deps-dev): bump cucumber from 6.0.3 to 6.0.5 in /backend #2236\",\"build: less verbose output on build server #2249\",\"Fix infinite scrolling out of control #2248\",\"2106-unblock a user in the user settings #2110\",\"Fix 1936 #2241\",\"fix(editor): Fix hashtags not working after embeded content #2242\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /webapp #2185\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.4 in /webapp #2245\",\"build(deps): remove deprecated debug flags #2219\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /webapp #2235\",\"build(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /webapp #2205\",\"Add locale to undefined to null #2233\",\"Update to version 0.1.10 #2231\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\",\"Merge pull request #2443 from Human-Connection/2237-longer-comments #2237\",\"fix #2329: Normalize email on login in the backend #2329\",\"Fix #2294 #2294\",\"Merge pull request #2078 from Human-Connection/fix-2042-back-link #2042\",\"Fix #2042 Back Link To Login Page #2042\"]},\"83\":{\"h\":\"\",\"t\":[\"13 November 2019\"]},\"84\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"Update to version 0.2.0 #2584\",\"build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend #2556\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 #2569\",\"build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 in /backend #2576\",\"Lokalise: Translations update #2563\",\"build(deps-dev): bump style-resources-loader from 1.3.2 to 1.3.3 in /webapp #2580\",\"build(deps): bump node from 13.3.0-alpine to 13.4.0-alpine in /webapp #2577\",\"build(deps): bump metascraper-title from 5.8.10 to 5.8.12 in /backend #2575\",\"build(deps-dev): bump apollo-server-testing from 2.9.13 to 2.9.14 in /backend #2574\",\"build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend #2572\",\"Blur Images #2351\",\"build(deps-dev): bump @babel/node from 7.7.4 to 7.7.7 in /backend #2570\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 #2567\",\"build(deps): bump metascraper-description from 5.8.10 to 5.8.12 in /backend #2566\",\"Add back layout changes/update db_manipulation #2544\",\"build(deps): bump metascraper-soundcloud from 5.8.10 to 5.8.12 in /backend #2560\",\"build(deps): bump metascraper-author from 5.8.7 to 5.8.12 in /backend #2559\",\"build(deps): bump metascraper from 5.8.9 to 5.8.12 in /backend #2558\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.12 in /backend #2547\",\"build(deps): bump metascraper-video from 5.8.10 to 5.8.12 in /backend #2557\",\"build(deps): bump metascraper-date from 5.8.7 to 5.8.12 in /backend #2555\",\"build(deps): bump metascraper-logo from 5.8.10 to 5.8.12 in /backend #2554\",\"build(deps): bump apollo-server-express from 2.9.13 to 2.9.14 in /backend #2551\",\"build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 in /webapp #2550\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.18.0 to 1.19.0 #2548\",\"Lokalise: Translations update #2545\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.10 in /backend #2522\",\"build(deps): bump metascraper-title from 5.8.7 to 5.8.10 in /backend #2525\",\"build(deps): bump metascraper-lang from 5.8.9 to 5.8.10 in /backend #2531\",\"build(deps): bump tiptap-extensions from 1.28.5 to 1.28.6 in /webapp #2535\",\"Fix maintenance service/LocaleSwitch import #2542\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /webapp #2523\",\"build(deps): bump stack-utils from 1.0.2 to 2.0.1 in /webapp #2521\",\"build(deps): bump metascraper-soundcloud from 5.8.9 to 5.8.10 in /backend #2520\",\"Update neode #2539\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /webapp #2519\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /webapp #2527\",\"build(deps): bump neo4j-graphql-js from 2.10.1 to 2.10.2 in /backend #2530\",\"build(deps): bump metascraper-image from 5.8.7 to 5.8.10 in /backend #2532\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /backend #2534\",\"build(deps): bump metascraper-video from 5.8.9 to 5.8.10 in /backend #2536\",\"build(deps): bump tiptap from 1.26.5 to 1.26.6 in /webapp #2537\",\"build(deps-dev): bump vue-loader from 15.7.2 to 15.8.3 in /webapp #2538\",\"Refactor: content menu #2512\",\"build(deps): bump metascraper-audio from 5.8.7 to 5.8.10 in /backend #2524\",\"build(deps): bump metascraper-description from 5.8.7 to 5.8.10 in /backend #2518\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /backend #2517\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /backend #2516\",\"build(deps): bump metascraper-logo from 5.8.7 to 5.8.10 in /backend #2515\",\"Fix duplicate fragment user issue #2511\",\"fix: editor not visible in server-side-rendering #2513\",\"Update it.json #2507\",\"Fix: User.name is not non-nullable #2510\",\"Update to version 0.1.13 #2506\",\"Update de.json #2492\",\"Fix broken scroll behaviour on index and profile page #2487\",\"Lokalise: Translations update #2503\",\"build(deps): bump node from 13.1.0-alpine to 13.3.0-alpine in /webapp #2454\",\"Lokalise: Translations update #2485\",\"build(deps-dev): bump css-loader from 3.3.0 to 3.3.2 in /webapp #2505\",\"build(deps-dev): bump cypress from 3.7.0 to 3.8.0 #2504\",\"Favor transaction functions #2433\",\"build(deps): bump nodemailer from 6.4.1 to 6.4.2 in /backend #2500\",\"Update en.json #2491\",\"Update es.json #2493\",\"Update fr.json #2494\",\"Update it.json #2496\",\"build(deps-dev): bump nodemon from 2.0.1 to 2.0.2 in /backend #2499\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc18 to 4.0.0-rc19 in /webapp #2498\",\"build(deps): bump neo4j-graphql-js from 2.10.0 to 2.10.1 in /backend #2497\",\"Fix docker manifest on Travis CI #2488\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 #2453\",\"build(deps-dev): bump cypress-file-upload from 3.5.0 to 3.5.1 #2489\",\"build(deps): bump cookie-universal-nuxt from 2.0.19 to 2.1.0 in /webapp #2490\",\"Update to version 0.1.12 #2483\",\"Show the comments again #2482\",\"Improve notification query performance by reducing db calls #2470\",\"Fix Cannot read 'Post' of undefined#2481\",\"Hope to fix our deployment with explicit call of bash#2480\",\"Revert layout changes image aspect ratio #2467\",\"Quick fix for null pointer error in User.vue #2472\",\"Checkbox 'no comercial + no political account' add to creat user account #2416\",\"Remove data-test attriubutes in non-dev env #2421\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 #2452\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /backend #2455\",\"build(deps-dev): bump @babel/cli from 7.7.4 to 7.7.5 in /backend #2458\",\"build(deps): bump @sentry/node from 5.10.1 to 5.10.2 in /backend #2473\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /backend #2474\",\"build(deps-dev): bump css-loader from 3.2.1 to 3.3.0 in /webapp #2475\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /webapp #2477\",\"Fix #2237, Comments 4 times as long before \\\"show more\\\" #2443\",\"Get rid of inconsistency with neode setup #2404\",\"Bump styleguide to version 0.5.22 #2468\",\"build(deps): bump nodemailer from 6.4.0 to 6.4.1 in /backend #2456\",\"build(deps-dev): bump eslint-loader from 3.0.2 to 3.0.3 in /webapp #2459\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /backend #2460\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /webapp #2461\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /webapp #2463\",\"build(deps-dev): bump async-validator from 3.2.2 to 3.2.3 in /webapp #2464\",\"build(deps): bump styleguide from 808b3c5 to 7ef8340#2465\",\"Paginate moderations page without losing filtering #2466\",\"Update it.json #2451\",\"build(deps): bump metascraper from 5.8.8 to 5.8.9 in /backend #2304\",\"build(deps): bump metascraper-video from 5.8.7 to 5.8.9 in /backend #2303\",\"build(deps): bump neo4j-graphql-js from 2.9.3 to 2.10.0 in /backend #2440\",\"Hide Donations Bar #2422\",\"build(deps): bump @sentry/node from 5.10.0 to 5.10.1 in /backend #2436\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.17.0 to 1.18.0 #2437\",\"build(deps-dev): bump apollo-server-testing from 2.9.12 to 2.9.13 in /backend #2439\",\"build(deps): bump apollo-server from 2.9.12 to 2.9.13 in /backend #2441\",\"Eliminate database calls for reports query #2435\",\"Use babel-loader with vue-svg-loader #2430\",\"Remove disable from reports.disable Query #2432\",\"2253 fix scroll layout issue #2317\",\"Update test description #2424\",\"Update yarn.lock after pulling in latest changes #2419\",\"Update privacy path #2417\",\"Add browserstack logo to attributions #2431\",\"build(deps): bump @sentry/node from 5.9.0 to 5.10.0 in /backend #2428\",\"build(deps): bump nodemailer from 6.3.1 to 6.4.0 in /backend #2427\",\"List and protocol moderation #1954\",\"fix: Re-enable webfinger feature #2335\",\"Close neo4j driver sessions #2402\",\"feat: swap user name<=>handle for discriminability #2385\",\"build(deps-dev): bump @storybook/vue from 5.2.6 to 5.2.8 in /webapp #2397\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.6 to 5.2.8 in /webapp #2398\",\"Fix German translation of \\\"Shouts\\\" #2400\",\"build(deps): bump tiptap-extensions from 1.28.4 to 1.28.5 in /webapp #2407\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.7 to 5.2.8 in /webapp #2406\",\"build(deps-dev): bump css-loader from 3.2.0 to 3.2.1 in /webapp #2405\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.6 to 5.2.8 in /webapp #2399\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /webapp #2393\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.5 to 4.1.1 in /webapp #2374\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /webapp #2392\",\"Terms of use extended with dot - no commercial use #2316\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.2 to 1.17.0 #2389\",\"Lokalise: Translations update #2380\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.6 to 5.2.7 in /webapp #2391\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /backend #2390\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /backend #2388\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2379\",\"build(deps): bump neo4j from 3.5.12-enterprise to 3.5.13-enterprise in /neo4j #2377\",\"build(deps-dev): bump @babel/cli from 7.7.0 to 7.7.4 in /backend #2366\",\"build(deps-dev): bump cypress-plugin-retries from 1.4.0 to 1.5.0 #2360\",\"No public registration in development so that backend test pass #2382\",\"Don't remove sub-addresses in emails #2375\",\"refactor: Remove obsolete code about invitation codes #2333\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc17 to 4.0.0-rc18 in /webapp #2373\",\"build(deps): bump graphql-shield from 7.0.2 to 7.0.4 in /backend #2372\",\"build(deps-dev): bump cypress from 3.6.1 to 3.7.0 #2371\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /backend #2359\",\"build(deps): bump apollo-server from 2.9.11 to 2.9.12 in /backend #2357\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /webapp #2369\",\"build(deps): bump @hapi/joi from 16.1.7 to 16.1.8 in /backend #2368\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /backend #2365\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.2.0 to 7.7.4 in /backend #2339\",\"refactor: Close session in isAuthor permission #2334\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /webapp #2323\",\"1967 component tests content view #2169\",\"If an admin searches for a user by email, don't crash if no user can be found #2295\",\"Migrate styleguide icons #2288\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /backend #2358\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /backend #2341\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /webapp #2340\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /backend #2322\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /webapp #2319\",\"Update to version 0.1.11 with bug fixes #2354\",\"Fix updating post by adding/changing image bug submits form #2350\",\"Add shoutedBy_some to _PostFilter #2353\",\"build(deps-dev): bump date-fns from 2.8.0 to 2.8.1 #2342\",\"build(deps-dev): bump @babel/node from 7.7.0 to 7.7.4 in /backend #2343\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /backend #2345\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /webapp #2346\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /webapp #2347\",\"build(deps-dev): bump nodemon from 1.19.4 to 2.0.1 in /backend #2348\",\"Update to version 0.1.11 #2324\",\"Add LegacyEmbeds component to fix bug #2328\",\"Fix incorrect link to development environment #2309\",\"2329 normalize emails in login form #2330\",\"Lokalise: Translations update #2327\",\"Changed translation must change test 😦 #2310\",\"build(deps-dev): bump apollo-server-testing from 2.9.9 to 2.9.12 in /backend #2318\",\"build(deps-dev): bump fuse.js from 3.4.5 to 3.4.6 in /webapp #2314\",\"build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 in /webapp #2302\",\"build(deps): bump metascraper-lang from 5.8.7 to 5.8.9 in /backend #2301\",\"build(deps): bump metascraper-soundcloud from 5.8.7 to 5.8.9 in /backend #2298\",\"build(deps): bump metascraper-youtube from 5.8.7 to 5.8.9 in /backend #2297\",\"build(deps-dev): bump date-fns from 2.7.0 to 2.8.0 #2296\",\"build(deps): bump apollo-server from 2.9.9 to 2.9.11 in /backend #2311\",\"Fix Typo Of Issue 2230 #2293\",\"[Systems-Development-and-Frameworks] Clickable hashtags #2076\",\"build(deps): bump neo4j-graphql-js from 2.9.0 to 2.9.3 in /backend #2283\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.3 to 23.0.4 in /backend #2285\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.7.0 in /backend #2286\",\"Lokalise: Translations update #2277\",\"build(deps-dev): bump @vue/eslint-config-prettier from 5.0.0 to 6.0.0 in /webapp #2266\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /backend #2281\",\"build(deps): bump apollo-server from 2.9.7 to 2.9.9 in /backend #2280\",\"build(deps-dev): bump apollo-server-testing from 2.9.7 to 2.9.9 in /backend #2279\",\"build(deps): bump @sentry/node from 5.8.0 to 5.9.0 in /backend #2278\",\"🍰 2119-Fix Contribution consistent form input validation #2160\",\"build(deps): bump cookie-universal-nuxt from 2.0.18 to 2.0.19 in /webapp #2265\",\"build(deps): bump metascraper modules #2257\",\"build: configure stale bot #2273\",\"Explicitly define our schema, improve performance #2243\",\"build(deps): [security] bump https-proxy-agent from 2.2.1 to 2.2.4 #2274\",\"build: record and publish all cypress test results #2251\",\"Add Emacs Backup Files To Gitignore (*~) #2261\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 in /webapp #2267\",\"2187 language does not change on edit #2200\",\"1747 show shouts #2101\",\"build(deps): bump node from 13.0.1-alpine to 13.1.0-alpine in /webapp #2180\",\"Fix #2042 Back Link To Login Page #2078\",\"2119 create post consistent form input validation improvements #2163\",\"Helper script to install all packages #2250\",\"refactor: remove redundant port configuration #2247\",\"build(deps-dev): bump eslint-config-standard from 12.0.0 to 14.1.0 in /webapp #2246\",\"build(deps-dev): bump cucumber from 6.0.3 to 6.0.5 in /backend #2236\",\"build: less verbose output on build server #2249\",\"Fix infinite scrolling out of control #2248\",\"2106-unblock a user in the user settings #2110\",\"Fix 1936 #2241\",\"fix(editor): Fix hashtags not working after embeded content #2242\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /webapp #2185\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.4 in /webapp #2245\",\"build(deps): remove deprecated debug flags #2219\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /webapp #2235\",\"build(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /webapp #2205\",\"Add locale to undefined to null #2233\",\"Update to version 0.1.10 #2231\",\"Update contribution guidelines #2127\",\"fix: return null for missig translations #2218\",\"Add donation status and button #2194\",\"Added Empty Definitions For Missing Getters And Mutations #2197\",\"build(deps): bump @sentry/node from 5.7.1 to 5.8.0 in /backend #2209\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.3 in /backend #2206\",\"build(deps-dev): bump vue-svg-loader from 0.14.0 to 0.15.0 in /webapp #2204\",\"build(deps-dev): bump async-validator from 3.2.1 to 3.2.2 in /webapp #2203\",\"Update deployment names in deploy script #2216\",\"Fix: Delete Block Button in MainPage PostCards #2193\",\"Update doctl to use default context #2199\",\"console.error in Hashtag.spec.js #2161 #2201\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.5 to 5.2.6 in /webapp #2186\",\"build(deps-dev): bump style-resources-loader from 1.2.1 to 1.3.2 in /webapp #2188\",\"build(deps-dev): bump @storybook/vue from 5.2.5 to 5.2.6 in /webapp #2183\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.5 to 5.2.6 in /webapp #2176\",\"build(deps-dev): bump cypress from 3.6.0 to 3.6.1 #2173\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /webapp #2164\",\"Update docs for deploying new server, env variables #2191\",\"Remove unintended comma #2192\",\"added Russian to locales #2111\",\"Add notifications page with All Notifications #1975\",\"1931 - after successful login the saved language of the user is set #2073\",\"build(deps-dev): bump cypress-file-upload from 3.4.0 to 3.5.0 #2167\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /backend #2166\",\"build(deps-dev): bump date-fns from 2.6.0 to 2.7.0 #2165\",\"build(deps-dev): bump eslint-plugin-vue from 5.2.3 to 6.0.0 in /webapp #2156\",\"build(deps): bump merge-graphql-schemas from 1.7.2 to 1.7.3 in /backend #2155\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.2 in /backend #2154\",\"Add missing portuguese translation #1909\",\"Migrate design tokens #2159\",\"build(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 in /webapp #2158\",\"build(deps-dev): bump vue-svg-loader from 0.12.0 to 0.14.0 in /webapp #2157\",\"Remove graphql-requests #2151\",\"close all open sessions #2148\",\"Implement refresh posts, fix duplicate posts bug #2126\",\"Fix: Email is Case-Sensitive #2118\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /backend #2135\",\"build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend #2136\",\"build(deps-dev): bump @babel/node from 7.6.3 to 7.7.0 in /backend #2134\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 in /webapp #2132\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /webapp #2133\",\"build(deps-dev): bump @babel/register from 7.6.2 to 7.7.0 in /backend #2131\",\"build(deps): bump graphql-middleware from 4.0.1 to 4.0.2 in /backend #2130\",\"build(deps-dev): bump @babel/cli from 7.6.4 to 7.7.0 in /backend #2129\",\"1851 tags clickable #2091\",\"build(deps): bump graphql-shield from 7.0.0 to 7.0.1 in /backend #2123\",\"build(deps): bump merge-graphql-schemas from 1.7.0 to 1.7.2 in /backend #2121\",\"build(deps-dev): bump vue-loader from 15.7.1 to 15.7.2 in /webapp #2122\",\"build(deps-dev): bump async-validator from 3.2.0 to 3.2.1 in /webapp #2120\",\"🍰 Add migration plan and frontend code guidelines to our docs #2075\",\"Update feature template #2116\",\"Update to version 0.1.9 #2114\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\",\"Merge pull request #2443 from Human-Connection/2237-longer-comments #2237\",\"fix #2329: Normalize email on login in the backend #2329\",\"Fix #2294 #2294\",\"Merge pull request #2078 from Human-Connection/fix-2042-back-link #2042\",\"Fix #2042 Back Link To Login Page #2042\"]},\"85\":{\"h\":\"\",\"t\":[\"4 November 2019\"]},\"86\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"Update to version 0.2.0 #2584\",\"build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend #2556\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 #2569\",\"build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 in /backend #2576\",\"Lokalise: Translations update #2563\",\"build(deps-dev): bump style-resources-loader from 1.3.2 to 1.3.3 in /webapp #2580\",\"build(deps): bump node from 13.3.0-alpine to 13.4.0-alpine in /webapp #2577\",\"build(deps): bump metascraper-title from 5.8.10 to 5.8.12 in /backend #2575\",\"build(deps-dev): bump apollo-server-testing from 2.9.13 to 2.9.14 in /backend #2574\",\"build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend #2572\",\"Blur Images #2351\",\"build(deps-dev): bump @babel/node from 7.7.4 to 7.7.7 in /backend #2570\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 #2567\",\"build(deps): bump metascraper-description from 5.8.10 to 5.8.12 in /backend #2566\",\"Add back layout changes/update db_manipulation #2544\",\"build(deps): bump metascraper-soundcloud from 5.8.10 to 5.8.12 in /backend #2560\",\"build(deps): bump metascraper-author from 5.8.7 to 5.8.12 in /backend #2559\",\"build(deps): bump metascraper from 5.8.9 to 5.8.12 in /backend #2558\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.12 in /backend #2547\",\"build(deps): bump metascraper-video from 5.8.10 to 5.8.12 in /backend #2557\",\"build(deps): bump metascraper-date from 5.8.7 to 5.8.12 in /backend #2555\",\"build(deps): bump metascraper-logo from 5.8.10 to 5.8.12 in /backend #2554\",\"build(deps): bump apollo-server-express from 2.9.13 to 2.9.14 in /backend #2551\",\"build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 in /webapp #2550\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.18.0 to 1.19.0 #2548\",\"Lokalise: Translations update #2545\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.10 in /backend #2522\",\"build(deps): bump metascraper-title from 5.8.7 to 5.8.10 in /backend #2525\",\"build(deps): bump metascraper-lang from 5.8.9 to 5.8.10 in /backend #2531\",\"build(deps): bump tiptap-extensions from 1.28.5 to 1.28.6 in /webapp #2535\",\"Fix maintenance service/LocaleSwitch import #2542\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /webapp #2523\",\"build(deps): bump stack-utils from 1.0.2 to 2.0.1 in /webapp #2521\",\"build(deps): bump metascraper-soundcloud from 5.8.9 to 5.8.10 in /backend #2520\",\"Update neode #2539\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /webapp #2519\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /webapp #2527\",\"build(deps): bump neo4j-graphql-js from 2.10.1 to 2.10.2 in /backend #2530\",\"build(deps): bump metascraper-image from 5.8.7 to 5.8.10 in /backend #2532\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /backend #2534\",\"build(deps): bump metascraper-video from 5.8.9 to 5.8.10 in /backend #2536\",\"build(deps): bump tiptap from 1.26.5 to 1.26.6 in /webapp #2537\",\"build(deps-dev): bump vue-loader from 15.7.2 to 15.8.3 in /webapp #2538\",\"Refactor: content menu #2512\",\"build(deps): bump metascraper-audio from 5.8.7 to 5.8.10 in /backend #2524\",\"build(deps): bump metascraper-description from 5.8.7 to 5.8.10 in /backend #2518\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /backend #2517\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /backend #2516\",\"build(deps): bump metascraper-logo from 5.8.7 to 5.8.10 in /backend #2515\",\"Fix duplicate fragment user issue #2511\",\"fix: editor not visible in server-side-rendering #2513\",\"Update it.json #2507\",\"Fix: User.name is not non-nullable #2510\",\"Update to version 0.1.13 #2506\",\"Update de.json #2492\",\"Fix broken scroll behaviour on index and profile page #2487\",\"Lokalise: Translations update #2503\",\"build(deps): bump node from 13.1.0-alpine to 13.3.0-alpine in /webapp #2454\",\"Lokalise: Translations update #2485\",\"build(deps-dev): bump css-loader from 3.3.0 to 3.3.2 in /webapp #2505\",\"build(deps-dev): bump cypress from 3.7.0 to 3.8.0 #2504\",\"Favor transaction functions #2433\",\"build(deps): bump nodemailer from 6.4.1 to 6.4.2 in /backend #2500\",\"Update en.json #2491\",\"Update es.json #2493\",\"Update fr.json #2494\",\"Update it.json #2496\",\"build(deps-dev): bump nodemon from 2.0.1 to 2.0.2 in /backend #2499\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc18 to 4.0.0-rc19 in /webapp #2498\",\"build(deps): bump neo4j-graphql-js from 2.10.0 to 2.10.1 in /backend #2497\",\"Fix docker manifest on Travis CI #2488\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 #2453\",\"build(deps-dev): bump cypress-file-upload from 3.5.0 to 3.5.1 #2489\",\"build(deps): bump cookie-universal-nuxt from 2.0.19 to 2.1.0 in /webapp #2490\",\"Update to version 0.1.12 #2483\",\"Show the comments again #2482\",\"Improve notification query performance by reducing db calls #2470\",\"Fix Cannot read 'Post' of undefined#2481\",\"Hope to fix our deployment with explicit call of bash#2480\",\"Revert layout changes image aspect ratio #2467\",\"Quick fix for null pointer error in User.vue #2472\",\"Checkbox 'no comercial + no political account' add to creat user account #2416\",\"Remove data-test attriubutes in non-dev env #2421\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 #2452\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /backend #2455\",\"build(deps-dev): bump @babel/cli from 7.7.4 to 7.7.5 in /backend #2458\",\"build(deps): bump @sentry/node from 5.10.1 to 5.10.2 in /backend #2473\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /backend #2474\",\"build(deps-dev): bump css-loader from 3.2.1 to 3.3.0 in /webapp #2475\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /webapp #2477\",\"Fix #2237, Comments 4 times as long before \\\"show more\\\" #2443\",\"Get rid of inconsistency with neode setup #2404\",\"Bump styleguide to version 0.5.22 #2468\",\"build(deps): bump nodemailer from 6.4.0 to 6.4.1 in /backend #2456\",\"build(deps-dev): bump eslint-loader from 3.0.2 to 3.0.3 in /webapp #2459\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /backend #2460\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /webapp #2461\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /webapp #2463\",\"build(deps-dev): bump async-validator from 3.2.2 to 3.2.3 in /webapp #2464\",\"build(deps): bump styleguide from 808b3c5 to 7ef8340#2465\",\"Paginate moderations page without losing filtering #2466\",\"Update it.json #2451\",\"build(deps): bump metascraper from 5.8.8 to 5.8.9 in /backend #2304\",\"build(deps): bump metascraper-video from 5.8.7 to 5.8.9 in /backend #2303\",\"build(deps): bump neo4j-graphql-js from 2.9.3 to 2.10.0 in /backend #2440\",\"Hide Donations Bar #2422\",\"build(deps): bump @sentry/node from 5.10.0 to 5.10.1 in /backend #2436\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.17.0 to 1.18.0 #2437\",\"build(deps-dev): bump apollo-server-testing from 2.9.12 to 2.9.13 in /backend #2439\",\"build(deps): bump apollo-server from 2.9.12 to 2.9.13 in /backend #2441\",\"Eliminate database calls for reports query #2435\",\"Use babel-loader with vue-svg-loader #2430\",\"Remove disable from reports.disable Query #2432\",\"2253 fix scroll layout issue #2317\",\"Update test description #2424\",\"Update yarn.lock after pulling in latest changes #2419\",\"Update privacy path #2417\",\"Add browserstack logo to attributions #2431\",\"build(deps): bump @sentry/node from 5.9.0 to 5.10.0 in /backend #2428\",\"build(deps): bump nodemailer from 6.3.1 to 6.4.0 in /backend #2427\",\"List and protocol moderation #1954\",\"fix: Re-enable webfinger feature #2335\",\"Close neo4j driver sessions #2402\",\"feat: swap user name<=>handle for discriminability #2385\",\"build(deps-dev): bump @storybook/vue from 5.2.6 to 5.2.8 in /webapp #2397\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.6 to 5.2.8 in /webapp #2398\",\"Fix German translation of \\\"Shouts\\\" #2400\",\"build(deps): bump tiptap-extensions from 1.28.4 to 1.28.5 in /webapp #2407\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.7 to 5.2.8 in /webapp #2406\",\"build(deps-dev): bump css-loader from 3.2.0 to 3.2.1 in /webapp #2405\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.6 to 5.2.8 in /webapp #2399\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /webapp #2393\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.5 to 4.1.1 in /webapp #2374\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /webapp #2392\",\"Terms of use extended with dot - no commercial use #2316\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.2 to 1.17.0 #2389\",\"Lokalise: Translations update #2380\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.6 to 5.2.7 in /webapp #2391\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /backend #2390\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /backend #2388\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2379\",\"build(deps): bump neo4j from 3.5.12-enterprise to 3.5.13-enterprise in /neo4j #2377\",\"build(deps-dev): bump @babel/cli from 7.7.0 to 7.7.4 in /backend #2366\",\"build(deps-dev): bump cypress-plugin-retries from 1.4.0 to 1.5.0 #2360\",\"No public registration in development so that backend test pass #2382\",\"Don't remove sub-addresses in emails #2375\",\"refactor: Remove obsolete code about invitation codes #2333\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc17 to 4.0.0-rc18 in /webapp #2373\",\"build(deps): bump graphql-shield from 7.0.2 to 7.0.4 in /backend #2372\",\"build(deps-dev): bump cypress from 3.6.1 to 3.7.0 #2371\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /backend #2359\",\"build(deps): bump apollo-server from 2.9.11 to 2.9.12 in /backend #2357\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /webapp #2369\",\"build(deps): bump @hapi/joi from 16.1.7 to 16.1.8 in /backend #2368\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /backend #2365\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.2.0 to 7.7.4 in /backend #2339\",\"refactor: Close session in isAuthor permission #2334\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /webapp #2323\",\"1967 component tests content view #2169\",\"If an admin searches for a user by email, don't crash if no user can be found #2295\",\"Migrate styleguide icons #2288\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /backend #2358\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /backend #2341\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /webapp #2340\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /backend #2322\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /webapp #2319\",\"Update to version 0.1.11 with bug fixes #2354\",\"Fix updating post by adding/changing image bug submits form #2350\",\"Add shoutedBy_some to _PostFilter #2353\",\"build(deps-dev): bump date-fns from 2.8.0 to 2.8.1 #2342\",\"build(deps-dev): bump @babel/node from 7.7.0 to 7.7.4 in /backend #2343\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /backend #2345\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /webapp #2346\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /webapp #2347\",\"build(deps-dev): bump nodemon from 1.19.4 to 2.0.1 in /backend #2348\",\"Update to version 0.1.11 #2324\",\"Add LegacyEmbeds component to fix bug #2328\",\"Fix incorrect link to development environment #2309\",\"2329 normalize emails in login form #2330\",\"Lokalise: Translations update #2327\",\"Changed translation must change test 😦 #2310\",\"build(deps-dev): bump apollo-server-testing from 2.9.9 to 2.9.12 in /backend #2318\",\"build(deps-dev): bump fuse.js from 3.4.5 to 3.4.6 in /webapp #2314\",\"build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 in /webapp #2302\",\"build(deps): bump metascraper-lang from 5.8.7 to 5.8.9 in /backend #2301\",\"build(deps): bump metascraper-soundcloud from 5.8.7 to 5.8.9 in /backend #2298\",\"build(deps): bump metascraper-youtube from 5.8.7 to 5.8.9 in /backend #2297\",\"build(deps-dev): bump date-fns from 2.7.0 to 2.8.0 #2296\",\"build(deps): bump apollo-server from 2.9.9 to 2.9.11 in /backend #2311\",\"Fix Typo Of Issue 2230 #2293\",\"[Systems-Development-and-Frameworks] Clickable hashtags #2076\",\"build(deps): bump neo4j-graphql-js from 2.9.0 to 2.9.3 in /backend #2283\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.3 to 23.0.4 in /backend #2285\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.7.0 in /backend #2286\",\"Lokalise: Translations update #2277\",\"build(deps-dev): bump @vue/eslint-config-prettier from 5.0.0 to 6.0.0 in /webapp #2266\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /backend #2281\",\"build(deps): bump apollo-server from 2.9.7 to 2.9.9 in /backend #2280\",\"build(deps-dev): bump apollo-server-testing from 2.9.7 to 2.9.9 in /backend #2279\",\"build(deps): bump @sentry/node from 5.8.0 to 5.9.0 in /backend #2278\",\"🍰 2119-Fix Contribution consistent form input validation #2160\",\"build(deps): bump cookie-universal-nuxt from 2.0.18 to 2.0.19 in /webapp #2265\",\"build(deps): bump metascraper modules #2257\",\"build: configure stale bot #2273\",\"Explicitly define our schema, improve performance #2243\",\"build(deps): [security] bump https-proxy-agent from 2.2.1 to 2.2.4 #2274\",\"build: record and publish all cypress test results #2251\",\"Add Emacs Backup Files To Gitignore (*~) #2261\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 in /webapp #2267\",\"2187 language does not change on edit #2200\",\"1747 show shouts #2101\",\"build(deps): bump node from 13.0.1-alpine to 13.1.0-alpine in /webapp #2180\",\"Fix #2042 Back Link To Login Page #2078\",\"2119 create post consistent form input validation improvements #2163\",\"Helper script to install all packages #2250\",\"refactor: remove redundant port configuration #2247\",\"build(deps-dev): bump eslint-config-standard from 12.0.0 to 14.1.0 in /webapp #2246\",\"build(deps-dev): bump cucumber from 6.0.3 to 6.0.5 in /backend #2236\",\"build: less verbose output on build server #2249\",\"Fix infinite scrolling out of control #2248\",\"2106-unblock a user in the user settings #2110\",\"Fix 1936 #2241\",\"fix(editor): Fix hashtags not working after embeded content #2242\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /webapp #2185\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.4 in /webapp #2245\",\"build(deps): remove deprecated debug flags #2219\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /webapp #2235\",\"build(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /webapp #2205\",\"Add locale to undefined to null #2233\",\"Update to version 0.1.10 #2231\",\"Update contribution guidelines #2127\",\"fix: return null for missig translations #2218\",\"Add donation status and button #2194\",\"Added Empty Definitions For Missing Getters And Mutations #2197\",\"build(deps): bump @sentry/node from 5.7.1 to 5.8.0 in /backend #2209\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.3 in /backend #2206\",\"build(deps-dev): bump vue-svg-loader from 0.14.0 to 0.15.0 in /webapp #2204\",\"build(deps-dev): bump async-validator from 3.2.1 to 3.2.2 in /webapp #2203\",\"Update deployment names in deploy script #2216\",\"Fix: Delete Block Button in MainPage PostCards #2193\",\"Update doctl to use default context #2199\",\"console.error in Hashtag.spec.js #2161 #2201\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.5 to 5.2.6 in /webapp #2186\",\"build(deps-dev): bump style-resources-loader from 1.2.1 to 1.3.2 in /webapp #2188\",\"build(deps-dev): bump @storybook/vue from 5.2.5 to 5.2.6 in /webapp #2183\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.5 to 5.2.6 in /webapp #2176\",\"build(deps-dev): bump cypress from 3.6.0 to 3.6.1 #2173\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /webapp #2164\",\"Update docs for deploying new server, env variables #2191\",\"Remove unintended comma #2192\",\"added Russian to locales #2111\",\"Add notifications page with All Notifications #1975\",\"1931 - after successful login the saved language of the user is set #2073\",\"build(deps-dev): bump cypress-file-upload from 3.4.0 to 3.5.0 #2167\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /backend #2166\",\"build(deps-dev): bump date-fns from 2.6.0 to 2.7.0 #2165\",\"build(deps-dev): bump eslint-plugin-vue from 5.2.3 to 6.0.0 in /webapp #2156\",\"build(deps): bump merge-graphql-schemas from 1.7.2 to 1.7.3 in /backend #2155\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.2 in /backend #2154\",\"Add missing portuguese translation #1909\",\"Migrate design tokens #2159\",\"build(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 in /webapp #2158\",\"build(deps-dev): bump vue-svg-loader from 0.12.0 to 0.14.0 in /webapp #2157\",\"Remove graphql-requests #2151\",\"close all open sessions #2148\",\"Implement refresh posts, fix duplicate posts bug #2126\",\"Fix: Email is Case-Sensitive #2118\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /backend #2135\",\"build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend #2136\",\"build(deps-dev): bump @babel/node from 7.6.3 to 7.7.0 in /backend #2134\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 in /webapp #2132\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /webapp #2133\",\"build(deps-dev): bump @babel/register from 7.6.2 to 7.7.0 in /backend #2131\",\"build(deps): bump graphql-middleware from 4.0.1 to 4.0.2 in /backend #2130\",\"build(deps-dev): bump @babel/cli from 7.6.4 to 7.7.0 in /backend #2129\",\"1851 tags clickable #2091\",\"build(deps): bump graphql-shield from 7.0.0 to 7.0.1 in /backend #2123\",\"build(deps): bump merge-graphql-schemas from 1.7.0 to 1.7.2 in /backend #2121\",\"build(deps-dev): bump vue-loader from 15.7.1 to 15.7.2 in /webapp #2122\",\"build(deps-dev): bump async-validator from 3.2.0 to 3.2.1 in /webapp #2120\",\"🍰 Add migration plan and frontend code guidelines to our docs #2075\",\"Update feature template #2116\",\"Update to version 0.1.9 #2114\",\"Refactor and tidy up crop image implementation #1956\",\"🍰 First Implementation Of Filtering Posts By Language #2059\",\"build(deps-dev): bump cypress from 3.5.0 to 3.6.0 #2105\",\"Fix: Poll Interval #2108\",\"build(deps-dev): bump cypress-plugin-retries from 1.3.0 to 1.4.0 #2104\",\"build(deps): bump metascraper-title from 5.7.14 to 5.7.17 in /backend #2082\",\"build(deps): bump metascraper-publisher from 5.7.14 to 5.7.17 in /backend #2098\",\"build(deps): bump metascraper-description from 5.7.14 to 5.7.17 in /backend #2096\",\"build(deps): bump metascraper-audio from 5.7.14 to 5.7.17 in /backend #2097\",\"build(deps): bump metascraper-url from 5.7.14 to 5.7.17 in /backend #2086\",\"build(deps): bump metascraper-image from 5.7.6 to 5.7.17 in /backend #2090\",\"deleted posts no longer displayed in user profile #2093\",\"Send only one notification for mention and comment #2062\",\"build(deps): bump metascraper-date from 5.7.14 to 5.7.17 in /backend #2089\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc16 to 4.0.0-rc17 in /webapp #2088\",\"build(deps): bump metascraper-lang from 5.7.14 to 5.7.17 in /backend #2087\",\"build(deps): bump metascraper-video from 5.7.14 to 5.7.17 in /backend #2084\",\"build(deps): bump metascraper-soundcloud from 5.7.14 to 5.7.17 in /backend #2081\",\"build(deps-dev): bump auto-changelog from 1.16.1 to 1.16.2 #2085\",\"build(deps): bump metascraper-logo from 5.7.14 to 5.7.17 in /backend #2083\",\"build(deps): bump metascraper-youtube from 5.7.14 to 5.7.17 in /backend #2080\",\"build(deps): bump metascraper-author from 5.7.14 to 5.7.17 in /backend #2079\",\"build(deps): bump date-fns from 2.5.0 to 2.6.0 in /webapp #2007\",\"build(deps-dev): bump eslint from 6.5.1 to 6.6.0 in /backend #2071\",\"build(deps): bump node from 12.13.0-alpine to 13.0.1-alpine in /webapp #2019\",\"[FIX # 2058] Typo Fixed. Password -> Passwort #2060\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /backend #2064\",\"build(deps): bump date-fns from 2.5.1 to 2.6.0 in /backend #2010\",\"build(deps-dev): bump apollo-server-testing from 2.9.6 to 2.9.7 in /backend #1984\",\"build(deps): bump metascraper-date from 5.7.6 to 5.7.14 in /backend #2070\",\"build(deps): bump metascraper-video from 5.7.6 to 5.7.14 in /backend #2072\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.2 in /backend #2069\",\"build(deps): bump metascraper-audio from 5.7.6 to 5.7.14 in /backend #2068\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.0 to 23.0.2 in /webapp #2066\",\"build(deps-dev): bump cucumber from 6.0.2 to 6.0.3 in /backend #2065\",\"build(deps): bump metascraper-logo from 5.7.6 to 5.7.14 in /backend #2039\",\"build(deps): bump metascraper-url from 5.7.6 to 5.7.14 in /backend #2053\",\"build(deps): bump metascraper-youtube from 5.7.6 to 5.7.14 in /backend #2054\",\"build(deps): bump neo4j-graphql-js from 2.7.2 to 2.8.0 in /backend #2036\",\"build(deps): bump metascraper-soundcloud from 5.7.7 to 5.7.14 in /backend #2052\",\"build(deps): bump metascraper-author from 5.7.6 to 5.7.14 in /backend #2055\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.0 in /webapp #2051\",\"build(deps): bump metascraper-title from 5.7.6 to 5.7.14 in /backend #2050\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /webapp #2049\",\"build(deps): bump metascraper-description from 5.7.6 to 5.7.14 in /backend #2038\",\"build(deps-dev): bump node-sass from 4.12.0 to 4.13.0 in /webapp #2037\",\"build(deps): bump metascraper-publisher from 5.7.6 to 5.7.14 in /backend #2033\",\"build(deps): bump apollo-server from 2.9.6 to 2.9.7 in /backend #2004\",\"fix #1993 #2043\",\"Update to version 0.1.8 #2032\",\"build(deps): bump graphql-shield from 6.1.0 to 7.0.0 in /backend #2035\",\"build(deps): bump metascraper-lang from 5.7.6 to 5.7.14 in /backend #2034\",\"change Changes & History to Changes #2030\",\"chnage Änderungen & Verlauf zu Änderungen #2029\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc15 to 4.0.0-rc16 in /webapp #1990\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\",\"Merge pull request #2443 from Human-Connection/2237-longer-comments #2237\",\"fix #2329: Normalize email on login in the backend #2329\",\"Fix #2294 #2294\",\"Merge pull request #2078 from Human-Connection/fix-2042-back-link #2042\",\"Fix #2042 Back Link To Login Page #2042\",\"Merge pull request #2043 from Human-Connection/fix-1993 #1993\",\"fix #1993 #1993\"]},\"87\":{\"h\":\"\",\"t\":[\"24 October 2019\"]},\"88\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"Update to version 0.2.0 #2584\",\"build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend #2556\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 #2569\",\"build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 in /backend #2576\",\"Lokalise: Translations update #2563\",\"build(deps-dev): bump style-resources-loader from 1.3.2 to 1.3.3 in /webapp #2580\",\"build(deps): bump node from 13.3.0-alpine to 13.4.0-alpine in /webapp #2577\",\"build(deps): bump metascraper-title from 5.8.10 to 5.8.12 in /backend #2575\",\"build(deps-dev): bump apollo-server-testing from 2.9.13 to 2.9.14 in /backend #2574\",\"build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend #2572\",\"Blur Images #2351\",\"build(deps-dev): bump @babel/node from 7.7.4 to 7.7.7 in /backend #2570\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 #2567\",\"build(deps): bump metascraper-description from 5.8.10 to 5.8.12 in /backend #2566\",\"Add back layout changes/update db_manipulation #2544\",\"build(deps): bump metascraper-soundcloud from 5.8.10 to 5.8.12 in /backend #2560\",\"build(deps): bump metascraper-author from 5.8.7 to 5.8.12 in /backend #2559\",\"build(deps): bump metascraper from 5.8.9 to 5.8.12 in /backend #2558\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.12 in /backend #2547\",\"build(deps): bump metascraper-video from 5.8.10 to 5.8.12 in /backend #2557\",\"build(deps): bump metascraper-date from 5.8.7 to 5.8.12 in /backend #2555\",\"build(deps): bump metascraper-logo from 5.8.10 to 5.8.12 in /backend #2554\",\"build(deps): bump apollo-server-express from 2.9.13 to 2.9.14 in /backend #2551\",\"build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 in /webapp #2550\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.18.0 to 1.19.0 #2548\",\"Lokalise: Translations update #2545\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.10 in /backend #2522\",\"build(deps): bump metascraper-title from 5.8.7 to 5.8.10 in /backend #2525\",\"build(deps): bump metascraper-lang from 5.8.9 to 5.8.10 in /backend #2531\",\"build(deps): bump tiptap-extensions from 1.28.5 to 1.28.6 in /webapp #2535\",\"Fix maintenance service/LocaleSwitch import #2542\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /webapp #2523\",\"build(deps): bump stack-utils from 1.0.2 to 2.0.1 in /webapp #2521\",\"build(deps): bump metascraper-soundcloud from 5.8.9 to 5.8.10 in /backend #2520\",\"Update neode #2539\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /webapp #2519\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /webapp #2527\",\"build(deps): bump neo4j-graphql-js from 2.10.1 to 2.10.2 in /backend #2530\",\"build(deps): bump metascraper-image from 5.8.7 to 5.8.10 in /backend #2532\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /backend #2534\",\"build(deps): bump metascraper-video from 5.8.9 to 5.8.10 in /backend #2536\",\"build(deps): bump tiptap from 1.26.5 to 1.26.6 in /webapp #2537\",\"build(deps-dev): bump vue-loader from 15.7.2 to 15.8.3 in /webapp #2538\",\"Refactor: content menu #2512\",\"build(deps): bump metascraper-audio from 5.8.7 to 5.8.10 in /backend #2524\",\"build(deps): bump metascraper-description from 5.8.7 to 5.8.10 in /backend #2518\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /backend #2517\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /backend #2516\",\"build(deps): bump metascraper-logo from 5.8.7 to 5.8.10 in /backend #2515\",\"Fix duplicate fragment user issue #2511\",\"fix: editor not visible in server-side-rendering #2513\",\"Update it.json #2507\",\"Fix: User.name is not non-nullable #2510\",\"Update to version 0.1.13 #2506\",\"Update de.json #2492\",\"Fix broken scroll behaviour on index and profile page #2487\",\"Lokalise: Translations update #2503\",\"build(deps): bump node from 13.1.0-alpine to 13.3.0-alpine in /webapp #2454\",\"Lokalise: Translations update #2485\",\"build(deps-dev): bump css-loader from 3.3.0 to 3.3.2 in /webapp #2505\",\"build(deps-dev): bump cypress from 3.7.0 to 3.8.0 #2504\",\"Favor transaction functions #2433\",\"build(deps): bump nodemailer from 6.4.1 to 6.4.2 in /backend #2500\",\"Update en.json #2491\",\"Update es.json #2493\",\"Update fr.json #2494\",\"Update it.json #2496\",\"build(deps-dev): bump nodemon from 2.0.1 to 2.0.2 in /backend #2499\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc18 to 4.0.0-rc19 in /webapp #2498\",\"build(deps): bump neo4j-graphql-js from 2.10.0 to 2.10.1 in /backend #2497\",\"Fix docker manifest on Travis CI #2488\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 #2453\",\"build(deps-dev): bump cypress-file-upload from 3.5.0 to 3.5.1 #2489\",\"build(deps): bump cookie-universal-nuxt from 2.0.19 to 2.1.0 in /webapp #2490\",\"Update to version 0.1.12 #2483\",\"Show the comments again #2482\",\"Improve notification query performance by reducing db calls #2470\",\"Fix Cannot read 'Post' of undefined#2481\",\"Hope to fix our deployment with explicit call of bash#2480\",\"Revert layout changes image aspect ratio #2467\",\"Quick fix for null pointer error in User.vue #2472\",\"Checkbox 'no comercial + no political account' add to creat user account #2416\",\"Remove data-test attriubutes in non-dev env #2421\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 #2452\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /backend #2455\",\"build(deps-dev): bump @babel/cli from 7.7.4 to 7.7.5 in /backend #2458\",\"build(deps): bump @sentry/node from 5.10.1 to 5.10.2 in /backend #2473\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /backend #2474\",\"build(deps-dev): bump css-loader from 3.2.1 to 3.3.0 in /webapp #2475\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /webapp #2477\",\"Fix #2237, Comments 4 times as long before \\\"show more\\\" #2443\",\"Get rid of inconsistency with neode setup #2404\",\"Bump styleguide to version 0.5.22 #2468\",\"build(deps): bump nodemailer from 6.4.0 to 6.4.1 in /backend #2456\",\"build(deps-dev): bump eslint-loader from 3.0.2 to 3.0.3 in /webapp #2459\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /backend #2460\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /webapp #2461\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /webapp #2463\",\"build(deps-dev): bump async-validator from 3.2.2 to 3.2.3 in /webapp #2464\",\"build(deps): bump styleguide from 808b3c5 to 7ef8340#2465\",\"Paginate moderations page without losing filtering #2466\",\"Update it.json #2451\",\"build(deps): bump metascraper from 5.8.8 to 5.8.9 in /backend #2304\",\"build(deps): bump metascraper-video from 5.8.7 to 5.8.9 in /backend #2303\",\"build(deps): bump neo4j-graphql-js from 2.9.3 to 2.10.0 in /backend #2440\",\"Hide Donations Bar #2422\",\"build(deps): bump @sentry/node from 5.10.0 to 5.10.1 in /backend #2436\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.17.0 to 1.18.0 #2437\",\"build(deps-dev): bump apollo-server-testing from 2.9.12 to 2.9.13 in /backend #2439\",\"build(deps): bump apollo-server from 2.9.12 to 2.9.13 in /backend #2441\",\"Eliminate database calls for reports query #2435\",\"Use babel-loader with vue-svg-loader #2430\",\"Remove disable from reports.disable Query #2432\",\"2253 fix scroll layout issue #2317\",\"Update test description #2424\",\"Update yarn.lock after pulling in latest changes #2419\",\"Update privacy path #2417\",\"Add browserstack logo to attributions #2431\",\"build(deps): bump @sentry/node from 5.9.0 to 5.10.0 in /backend #2428\",\"build(deps): bump nodemailer from 6.3.1 to 6.4.0 in /backend #2427\",\"List and protocol moderation #1954\",\"fix: Re-enable webfinger feature #2335\",\"Close neo4j driver sessions #2402\",\"feat: swap user name<=>handle for discriminability #2385\",\"build(deps-dev): bump @storybook/vue from 5.2.6 to 5.2.8 in /webapp #2397\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.6 to 5.2.8 in /webapp #2398\",\"Fix German translation of \\\"Shouts\\\" #2400\",\"build(deps): bump tiptap-extensions from 1.28.4 to 1.28.5 in /webapp #2407\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.7 to 5.2.8 in /webapp #2406\",\"build(deps-dev): bump css-loader from 3.2.0 to 3.2.1 in /webapp #2405\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.6 to 5.2.8 in /webapp #2399\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /webapp #2393\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.5 to 4.1.1 in /webapp #2374\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /webapp #2392\",\"Terms of use extended with dot - no commercial use #2316\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.2 to 1.17.0 #2389\",\"Lokalise: Translations update #2380\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.6 to 5.2.7 in /webapp #2391\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /backend #2390\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /backend #2388\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2379\",\"build(deps): bump neo4j from 3.5.12-enterprise to 3.5.13-enterprise in /neo4j #2377\",\"build(deps-dev): bump @babel/cli from 7.7.0 to 7.7.4 in /backend #2366\",\"build(deps-dev): bump cypress-plugin-retries from 1.4.0 to 1.5.0 #2360\",\"No public registration in development so that backend test pass #2382\",\"Don't remove sub-addresses in emails #2375\",\"refactor: Remove obsolete code about invitation codes #2333\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc17 to 4.0.0-rc18 in /webapp #2373\",\"build(deps): bump graphql-shield from 7.0.2 to 7.0.4 in /backend #2372\",\"build(deps-dev): bump cypress from 3.6.1 to 3.7.0 #2371\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /backend #2359\",\"build(deps): bump apollo-server from 2.9.11 to 2.9.12 in /backend #2357\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /webapp #2369\",\"build(deps): bump @hapi/joi from 16.1.7 to 16.1.8 in /backend #2368\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /backend #2365\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.2.0 to 7.7.4 in /backend #2339\",\"refactor: Close session in isAuthor permission #2334\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /webapp #2323\",\"1967 component tests content view #2169\",\"If an admin searches for a user by email, don't crash if no user can be found #2295\",\"Migrate styleguide icons #2288\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /backend #2358\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /backend #2341\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /webapp #2340\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /backend #2322\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /webapp #2319\",\"Update to version 0.1.11 with bug fixes #2354\",\"Fix updating post by adding/changing image bug submits form #2350\",\"Add shoutedBy_some to _PostFilter #2353\",\"build(deps-dev): bump date-fns from 2.8.0 to 2.8.1 #2342\",\"build(deps-dev): bump @babel/node from 7.7.0 to 7.7.4 in /backend #2343\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /backend #2345\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /webapp #2346\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /webapp #2347\",\"build(deps-dev): bump nodemon from 1.19.4 to 2.0.1 in /backend #2348\",\"Update to version 0.1.11 #2324\",\"Add LegacyEmbeds component to fix bug #2328\",\"Fix incorrect link to development environment #2309\",\"2329 normalize emails in login form #2330\",\"Lokalise: Translations update #2327\",\"Changed translation must change test 😦 #2310\",\"build(deps-dev): bump apollo-server-testing from 2.9.9 to 2.9.12 in /backend #2318\",\"build(deps-dev): bump fuse.js from 3.4.5 to 3.4.6 in /webapp #2314\",\"build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 in /webapp #2302\",\"build(deps): bump metascraper-lang from 5.8.7 to 5.8.9 in /backend #2301\",\"build(deps): bump metascraper-soundcloud from 5.8.7 to 5.8.9 in /backend #2298\",\"build(deps): bump metascraper-youtube from 5.8.7 to 5.8.9 in /backend #2297\",\"build(deps-dev): bump date-fns from 2.7.0 to 2.8.0 #2296\",\"build(deps): bump apollo-server from 2.9.9 to 2.9.11 in /backend #2311\",\"Fix Typo Of Issue 2230 #2293\",\"[Systems-Development-and-Frameworks] Clickable hashtags #2076\",\"build(deps): bump neo4j-graphql-js from 2.9.0 to 2.9.3 in /backend #2283\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.3 to 23.0.4 in /backend #2285\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.7.0 in /backend #2286\",\"Lokalise: Translations update #2277\",\"build(deps-dev): bump @vue/eslint-config-prettier from 5.0.0 to 6.0.0 in /webapp #2266\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /backend #2281\",\"build(deps): bump apollo-server from 2.9.7 to 2.9.9 in /backend #2280\",\"build(deps-dev): bump apollo-server-testing from 2.9.7 to 2.9.9 in /backend #2279\",\"build(deps): bump @sentry/node from 5.8.0 to 5.9.0 in /backend #2278\",\"🍰 2119-Fix Contribution consistent form input validation #2160\",\"build(deps): bump cookie-universal-nuxt from 2.0.18 to 2.0.19 in /webapp #2265\",\"build(deps): bump metascraper modules #2257\",\"build: configure stale bot #2273\",\"Explicitly define our schema, improve performance #2243\",\"build(deps): [security] bump https-proxy-agent from 2.2.1 to 2.2.4 #2274\",\"build: record and publish all cypress test results #2251\",\"Add Emacs Backup Files To Gitignore (*~) #2261\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 in /webapp #2267\",\"2187 language does not change on edit #2200\",\"1747 show shouts #2101\",\"build(deps): bump node from 13.0.1-alpine to 13.1.0-alpine in /webapp #2180\",\"Fix #2042 Back Link To Login Page #2078\",\"2119 create post consistent form input validation improvements #2163\",\"Helper script to install all packages #2250\",\"refactor: remove redundant port configuration #2247\",\"build(deps-dev): bump eslint-config-standard from 12.0.0 to 14.1.0 in /webapp #2246\",\"build(deps-dev): bump cucumber from 6.0.3 to 6.0.5 in /backend #2236\",\"build: less verbose output on build server #2249\",\"Fix infinite scrolling out of control #2248\",\"2106-unblock a user in the user settings #2110\",\"Fix 1936 #2241\",\"fix(editor): Fix hashtags not working after embeded content #2242\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /webapp #2185\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.4 in /webapp #2245\",\"build(deps): remove deprecated debug flags #2219\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /webapp #2235\",\"build(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /webapp #2205\",\"Add locale to undefined to null #2233\",\"Update to version 0.1.10 #2231\",\"Update contribution guidelines #2127\",\"fix: return null for missig translations #2218\",\"Add donation status and button #2194\",\"Added Empty Definitions For Missing Getters And Mutations #2197\",\"build(deps): bump @sentry/node from 5.7.1 to 5.8.0 in /backend #2209\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.3 in /backend #2206\",\"build(deps-dev): bump vue-svg-loader from 0.14.0 to 0.15.0 in /webapp #2204\",\"build(deps-dev): bump async-validator from 3.2.1 to 3.2.2 in /webapp #2203\",\"Update deployment names in deploy script #2216\",\"Fix: Delete Block Button in MainPage PostCards #2193\",\"Update doctl to use default context #2199\",\"console.error in Hashtag.spec.js #2161 #2201\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.5 to 5.2.6 in /webapp #2186\",\"build(deps-dev): bump style-resources-loader from 1.2.1 to 1.3.2 in /webapp #2188\",\"build(deps-dev): bump @storybook/vue from 5.2.5 to 5.2.6 in /webapp #2183\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.5 to 5.2.6 in /webapp #2176\",\"build(deps-dev): bump cypress from 3.6.0 to 3.6.1 #2173\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /webapp #2164\",\"Update docs for deploying new server, env variables #2191\",\"Remove unintended comma #2192\",\"added Russian to locales #2111\",\"Add notifications page with All Notifications #1975\",\"1931 - after successful login the saved language of the user is set #2073\",\"build(deps-dev): bump cypress-file-upload from 3.4.0 to 3.5.0 #2167\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /backend #2166\",\"build(deps-dev): bump date-fns from 2.6.0 to 2.7.0 #2165\",\"build(deps-dev): bump eslint-plugin-vue from 5.2.3 to 6.0.0 in /webapp #2156\",\"build(deps): bump merge-graphql-schemas from 1.7.2 to 1.7.3 in /backend #2155\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.2 in /backend #2154\",\"Add missing portuguese translation #1909\",\"Migrate design tokens #2159\",\"build(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 in /webapp #2158\",\"build(deps-dev): bump vue-svg-loader from 0.12.0 to 0.14.0 in /webapp #2157\",\"Remove graphql-requests #2151\",\"close all open sessions #2148\",\"Implement refresh posts, fix duplicate posts bug #2126\",\"Fix: Email is Case-Sensitive #2118\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /backend #2135\",\"build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend #2136\",\"build(deps-dev): bump @babel/node from 7.6.3 to 7.7.0 in /backend #2134\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 in /webapp #2132\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /webapp #2133\",\"build(deps-dev): bump @babel/register from 7.6.2 to 7.7.0 in /backend #2131\",\"build(deps): bump graphql-middleware from 4.0.1 to 4.0.2 in /backend #2130\",\"build(deps-dev): bump @babel/cli from 7.6.4 to 7.7.0 in /backend #2129\",\"1851 tags clickable #2091\",\"build(deps): bump graphql-shield from 7.0.0 to 7.0.1 in /backend #2123\",\"build(deps): bump merge-graphql-schemas from 1.7.0 to 1.7.2 in /backend #2121\",\"build(deps-dev): bump vue-loader from 15.7.1 to 15.7.2 in /webapp #2122\",\"build(deps-dev): bump async-validator from 3.2.0 to 3.2.1 in /webapp #2120\",\"🍰 Add migration plan and frontend code guidelines to our docs #2075\",\"Update feature template #2116\",\"Update to version 0.1.9 #2114\",\"Refactor and tidy up crop image implementation #1956\",\"🍰 First Implementation Of Filtering Posts By Language #2059\",\"build(deps-dev): bump cypress from 3.5.0 to 3.6.0 #2105\",\"Fix: Poll Interval #2108\",\"build(deps-dev): bump cypress-plugin-retries from 1.3.0 to 1.4.0 #2104\",\"build(deps): bump metascraper-title from 5.7.14 to 5.7.17 in /backend #2082\",\"build(deps): bump metascraper-publisher from 5.7.14 to 5.7.17 in /backend #2098\",\"build(deps): bump metascraper-description from 5.7.14 to 5.7.17 in /backend #2096\",\"build(deps): bump metascraper-audio from 5.7.14 to 5.7.17 in /backend #2097\",\"build(deps): bump metascraper-url from 5.7.14 to 5.7.17 in /backend #2086\",\"build(deps): bump metascraper-image from 5.7.6 to 5.7.17 in /backend #2090\",\"deleted posts no longer displayed in user profile #2093\",\"Send only one notification for mention and comment #2062\",\"build(deps): bump metascraper-date from 5.7.14 to 5.7.17 in /backend #2089\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc16 to 4.0.0-rc17 in /webapp #2088\",\"build(deps): bump metascraper-lang from 5.7.14 to 5.7.17 in /backend #2087\",\"build(deps): bump metascraper-video from 5.7.14 to 5.7.17 in /backend #2084\",\"build(deps): bump metascraper-soundcloud from 5.7.14 to 5.7.17 in /backend #2081\",\"build(deps-dev): bump auto-changelog from 1.16.1 to 1.16.2 #2085\",\"build(deps): bump metascraper-logo from 5.7.14 to 5.7.17 in /backend #2083\",\"build(deps): bump metascraper-youtube from 5.7.14 to 5.7.17 in /backend #2080\",\"build(deps): bump metascraper-author from 5.7.14 to 5.7.17 in /backend #2079\",\"build(deps): bump date-fns from 2.5.0 to 2.6.0 in /webapp #2007\",\"build(deps-dev): bump eslint from 6.5.1 to 6.6.0 in /backend #2071\",\"build(deps): bump node from 12.13.0-alpine to 13.0.1-alpine in /webapp #2019\",\"[FIX # 2058] Typo Fixed. Password -> Passwort #2060\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /backend #2064\",\"build(deps): bump date-fns from 2.5.1 to 2.6.0 in /backend #2010\",\"build(deps-dev): bump apollo-server-testing from 2.9.6 to 2.9.7 in /backend #1984\",\"build(deps): bump metascraper-date from 5.7.6 to 5.7.14 in /backend #2070\",\"build(deps): bump metascraper-video from 5.7.6 to 5.7.14 in /backend #2072\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.2 in /backend #2069\",\"build(deps): bump metascraper-audio from 5.7.6 to 5.7.14 in /backend #2068\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.0 to 23.0.2 in /webapp #2066\",\"build(deps-dev): bump cucumber from 6.0.2 to 6.0.3 in /backend #2065\",\"build(deps): bump metascraper-logo from 5.7.6 to 5.7.14 in /backend #2039\",\"build(deps): bump metascraper-url from 5.7.6 to 5.7.14 in /backend #2053\",\"build(deps): bump metascraper-youtube from 5.7.6 to 5.7.14 in /backend #2054\",\"build(deps): bump neo4j-graphql-js from 2.7.2 to 2.8.0 in /backend #2036\",\"build(deps): bump metascraper-soundcloud from 5.7.7 to 5.7.14 in /backend #2052\",\"build(deps): bump metascraper-author from 5.7.6 to 5.7.14 in /backend #2055\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.0 in /webapp #2051\",\"build(deps): bump metascraper-title from 5.7.6 to 5.7.14 in /backend #2050\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /webapp #2049\",\"build(deps): bump metascraper-description from 5.7.6 to 5.7.14 in /backend #2038\",\"build(deps-dev): bump node-sass from 4.12.0 to 4.13.0 in /webapp #2037\",\"build(deps): bump metascraper-publisher from 5.7.6 to 5.7.14 in /backend #2033\",\"build(deps): bump apollo-server from 2.9.6 to 2.9.7 in /backend #2004\",\"fix #1993 #2043\",\"Update to version 0.1.8 #2032\",\"build(deps): bump graphql-shield from 6.1.0 to 7.0.0 in /backend #2035\",\"build(deps): bump metascraper-lang from 5.7.6 to 5.7.14 in /backend #2034\",\"change Changes & History to Changes #2030\",\"chnage Änderungen & Verlauf zu Änderungen #2029\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc15 to 4.0.0-rc16 in /webapp #1990\",\"add FAQ _blank-href in Footer #2028\",\"fix: Don't attempt to save locale if not authenticated #2025\",\"🍰 New terms and conditions version 0.0.3 #2027\",\"Remove duplicate pinned post record #2023\",\"build(deps-dev): bump cypress from 3.4.1 to 3.5.0 #2018\",\"docs: add missing SUMMARY entry for online backups #2024\",\"build(deps): bump @nuxtjs/axios from 5.6.0 to 5.8.0 in /webapp #2021\",\"Locale save by change local switch #1991\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.4 to 5.2.5 in /webapp #1983\",\"Hide shout count on user profile unless my profile #2016\",\"new terms and conditions #2017\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.4 to 5.2.5 in /webapp #1989\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.4 to 4.0.5 in /webapp #2002\",\"Update to version 0.1.7 #2015\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\",\"Merge pull request #2443 from Human-Connection/2237-longer-comments #2237\",\"fix #2329: Normalize email on login in the backend #2329\",\"Fix #2294 #2294\",\"Merge pull request #2078 from Human-Connection/fix-2042-back-link #2042\",\"Fix #2042 Back Link To Login Page #2042\",\"Merge pull request #2043 from Human-Connection/fix-1993 #1993\",\"fix #1993 #1993\"]},\"89\":{\"h\":\"\",\"t\":[\"23 October 2019\"]},\"90\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"Update to version 0.2.0 #2584\",\"build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend #2556\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 #2569\",\"build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 in /backend #2576\",\"Lokalise: Translations update #2563\",\"build(deps-dev): bump style-resources-loader from 1.3.2 to 1.3.3 in /webapp #2580\",\"build(deps): bump node from 13.3.0-alpine to 13.4.0-alpine in /webapp #2577\",\"build(deps): bump metascraper-title from 5.8.10 to 5.8.12 in /backend #2575\",\"build(deps-dev): bump apollo-server-testing from 2.9.13 to 2.9.14 in /backend #2574\",\"build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend #2572\",\"Blur Images #2351\",\"build(deps-dev): bump @babel/node from 7.7.4 to 7.7.7 in /backend #2570\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 #2567\",\"build(deps): bump metascraper-description from 5.8.10 to 5.8.12 in /backend #2566\",\"Add back layout changes/update db_manipulation #2544\",\"build(deps): bump metascraper-soundcloud from 5.8.10 to 5.8.12 in /backend #2560\",\"build(deps): bump metascraper-author from 5.8.7 to 5.8.12 in /backend #2559\",\"build(deps): bump metascraper from 5.8.9 to 5.8.12 in /backend #2558\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.12 in /backend #2547\",\"build(deps): bump metascraper-video from 5.8.10 to 5.8.12 in /backend #2557\",\"build(deps): bump metascraper-date from 5.8.7 to 5.8.12 in /backend #2555\",\"build(deps): bump metascraper-logo from 5.8.10 to 5.8.12 in /backend #2554\",\"build(deps): bump apollo-server-express from 2.9.13 to 2.9.14 in /backend #2551\",\"build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 in /webapp #2550\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.18.0 to 1.19.0 #2548\",\"Lokalise: Translations update #2545\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.10 in /backend #2522\",\"build(deps): bump metascraper-title from 5.8.7 to 5.8.10 in /backend #2525\",\"build(deps): bump metascraper-lang from 5.8.9 to 5.8.10 in /backend #2531\",\"build(deps): bump tiptap-extensions from 1.28.5 to 1.28.6 in /webapp #2535\",\"Fix maintenance service/LocaleSwitch import #2542\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /webapp #2523\",\"build(deps): bump stack-utils from 1.0.2 to 2.0.1 in /webapp #2521\",\"build(deps): bump metascraper-soundcloud from 5.8.9 to 5.8.10 in /backend #2520\",\"Update neode #2539\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /webapp #2519\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /webapp #2527\",\"build(deps): bump neo4j-graphql-js from 2.10.1 to 2.10.2 in /backend #2530\",\"build(deps): bump metascraper-image from 5.8.7 to 5.8.10 in /backend #2532\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /backend #2534\",\"build(deps): bump metascraper-video from 5.8.9 to 5.8.10 in /backend #2536\",\"build(deps): bump tiptap from 1.26.5 to 1.26.6 in /webapp #2537\",\"build(deps-dev): bump vue-loader from 15.7.2 to 15.8.3 in /webapp #2538\",\"Refactor: content menu #2512\",\"build(deps): bump metascraper-audio from 5.8.7 to 5.8.10 in /backend #2524\",\"build(deps): bump metascraper-description from 5.8.7 to 5.8.10 in /backend #2518\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /backend #2517\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /backend #2516\",\"build(deps): bump metascraper-logo from 5.8.7 to 5.8.10 in /backend #2515\",\"Fix duplicate fragment user issue #2511\",\"fix: editor not visible in server-side-rendering #2513\",\"Update it.json #2507\",\"Fix: User.name is not non-nullable #2510\",\"Update to version 0.1.13 #2506\",\"Update de.json #2492\",\"Fix broken scroll behaviour on index and profile page #2487\",\"Lokalise: Translations update #2503\",\"build(deps): bump node from 13.1.0-alpine to 13.3.0-alpine in /webapp #2454\",\"Lokalise: Translations update #2485\",\"build(deps-dev): bump css-loader from 3.3.0 to 3.3.2 in /webapp #2505\",\"build(deps-dev): bump cypress from 3.7.0 to 3.8.0 #2504\",\"Favor transaction functions #2433\",\"build(deps): bump nodemailer from 6.4.1 to 6.4.2 in /backend #2500\",\"Update en.json #2491\",\"Update es.json #2493\",\"Update fr.json #2494\",\"Update it.json #2496\",\"build(deps-dev): bump nodemon from 2.0.1 to 2.0.2 in /backend #2499\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc18 to 4.0.0-rc19 in /webapp #2498\",\"build(deps): bump neo4j-graphql-js from 2.10.0 to 2.10.1 in /backend #2497\",\"Fix docker manifest on Travis CI #2488\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 #2453\",\"build(deps-dev): bump cypress-file-upload from 3.5.0 to 3.5.1 #2489\",\"build(deps): bump cookie-universal-nuxt from 2.0.19 to 2.1.0 in /webapp #2490\",\"Update to version 0.1.12 #2483\",\"Show the comments again #2482\",\"Improve notification query performance by reducing db calls #2470\",\"Fix Cannot read 'Post' of undefined#2481\",\"Hope to fix our deployment with explicit call of bash#2480\",\"Revert layout changes image aspect ratio #2467\",\"Quick fix for null pointer error in User.vue #2472\",\"Checkbox 'no comercial + no political account' add to creat user account #2416\",\"Remove data-test attriubutes in non-dev env #2421\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 #2452\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /backend #2455\",\"build(deps-dev): bump @babel/cli from 7.7.4 to 7.7.5 in /backend #2458\",\"build(deps): bump @sentry/node from 5.10.1 to 5.10.2 in /backend #2473\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /backend #2474\",\"build(deps-dev): bump css-loader from 3.2.1 to 3.3.0 in /webapp #2475\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /webapp #2477\",\"Fix #2237, Comments 4 times as long before \\\"show more\\\" #2443\",\"Get rid of inconsistency with neode setup #2404\",\"Bump styleguide to version 0.5.22 #2468\",\"build(deps): bump nodemailer from 6.4.0 to 6.4.1 in /backend #2456\",\"build(deps-dev): bump eslint-loader from 3.0.2 to 3.0.3 in /webapp #2459\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /backend #2460\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /webapp #2461\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /webapp #2463\",\"build(deps-dev): bump async-validator from 3.2.2 to 3.2.3 in /webapp #2464\",\"build(deps): bump styleguide from 808b3c5 to 7ef8340#2465\",\"Paginate moderations page without losing filtering #2466\",\"Update it.json #2451\",\"build(deps): bump metascraper from 5.8.8 to 5.8.9 in /backend #2304\",\"build(deps): bump metascraper-video from 5.8.7 to 5.8.9 in /backend #2303\",\"build(deps): bump neo4j-graphql-js from 2.9.3 to 2.10.0 in /backend #2440\",\"Hide Donations Bar #2422\",\"build(deps): bump @sentry/node from 5.10.0 to 5.10.1 in /backend #2436\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.17.0 to 1.18.0 #2437\",\"build(deps-dev): bump apollo-server-testing from 2.9.12 to 2.9.13 in /backend #2439\",\"build(deps): bump apollo-server from 2.9.12 to 2.9.13 in /backend #2441\",\"Eliminate database calls for reports query #2435\",\"Use babel-loader with vue-svg-loader #2430\",\"Remove disable from reports.disable Query #2432\",\"2253 fix scroll layout issue #2317\",\"Update test description #2424\",\"Update yarn.lock after pulling in latest changes #2419\",\"Update privacy path #2417\",\"Add browserstack logo to attributions #2431\",\"build(deps): bump @sentry/node from 5.9.0 to 5.10.0 in /backend #2428\",\"build(deps): bump nodemailer from 6.3.1 to 6.4.0 in /backend #2427\",\"List and protocol moderation #1954\",\"fix: Re-enable webfinger feature #2335\",\"Close neo4j driver sessions #2402\",\"feat: swap user name<=>handle for discriminability #2385\",\"build(deps-dev): bump @storybook/vue from 5.2.6 to 5.2.8 in /webapp #2397\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.6 to 5.2.8 in /webapp #2398\",\"Fix German translation of \\\"Shouts\\\" #2400\",\"build(deps): bump tiptap-extensions from 1.28.4 to 1.28.5 in /webapp #2407\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.7 to 5.2.8 in /webapp #2406\",\"build(deps-dev): bump css-loader from 3.2.0 to 3.2.1 in /webapp #2405\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.6 to 5.2.8 in /webapp #2399\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /webapp #2393\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.5 to 4.1.1 in /webapp #2374\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /webapp #2392\",\"Terms of use extended with dot - no commercial use #2316\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.2 to 1.17.0 #2389\",\"Lokalise: Translations update #2380\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.6 to 5.2.7 in /webapp #2391\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /backend #2390\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /backend #2388\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2379\",\"build(deps): bump neo4j from 3.5.12-enterprise to 3.5.13-enterprise in /neo4j #2377\",\"build(deps-dev): bump @babel/cli from 7.7.0 to 7.7.4 in /backend #2366\",\"build(deps-dev): bump cypress-plugin-retries from 1.4.0 to 1.5.0 #2360\",\"No public registration in development so that backend test pass #2382\",\"Don't remove sub-addresses in emails #2375\",\"refactor: Remove obsolete code about invitation codes #2333\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc17 to 4.0.0-rc18 in /webapp #2373\",\"build(deps): bump graphql-shield from 7.0.2 to 7.0.4 in /backend #2372\",\"build(deps-dev): bump cypress from 3.6.1 to 3.7.0 #2371\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /backend #2359\",\"build(deps): bump apollo-server from 2.9.11 to 2.9.12 in /backend #2357\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /webapp #2369\",\"build(deps): bump @hapi/joi from 16.1.7 to 16.1.8 in /backend #2368\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /backend #2365\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.2.0 to 7.7.4 in /backend #2339\",\"refactor: Close session in isAuthor permission #2334\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /webapp #2323\",\"1967 component tests content view #2169\",\"If an admin searches for a user by email, don't crash if no user can be found #2295\",\"Migrate styleguide icons #2288\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /backend #2358\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /backend #2341\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /webapp #2340\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /backend #2322\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /webapp #2319\",\"Update to version 0.1.11 with bug fixes #2354\",\"Fix updating post by adding/changing image bug submits form #2350\",\"Add shoutedBy_some to _PostFilter #2353\",\"build(deps-dev): bump date-fns from 2.8.0 to 2.8.1 #2342\",\"build(deps-dev): bump @babel/node from 7.7.0 to 7.7.4 in /backend #2343\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /backend #2345\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /webapp #2346\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /webapp #2347\",\"build(deps-dev): bump nodemon from 1.19.4 to 2.0.1 in /backend #2348\",\"Update to version 0.1.11 #2324\",\"Add LegacyEmbeds component to fix bug #2328\",\"Fix incorrect link to development environment #2309\",\"2329 normalize emails in login form #2330\",\"Lokalise: Translations update #2327\",\"Changed translation must change test 😦 #2310\",\"build(deps-dev): bump apollo-server-testing from 2.9.9 to 2.9.12 in /backend #2318\",\"build(deps-dev): bump fuse.js from 3.4.5 to 3.4.6 in /webapp #2314\",\"build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 in /webapp #2302\",\"build(deps): bump metascraper-lang from 5.8.7 to 5.8.9 in /backend #2301\",\"build(deps): bump metascraper-soundcloud from 5.8.7 to 5.8.9 in /backend #2298\",\"build(deps): bump metascraper-youtube from 5.8.7 to 5.8.9 in /backend #2297\",\"build(deps-dev): bump date-fns from 2.7.0 to 2.8.0 #2296\",\"build(deps): bump apollo-server from 2.9.9 to 2.9.11 in /backend #2311\",\"Fix Typo Of Issue 2230 #2293\",\"[Systems-Development-and-Frameworks] Clickable hashtags #2076\",\"build(deps): bump neo4j-graphql-js from 2.9.0 to 2.9.3 in /backend #2283\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.3 to 23.0.4 in /backend #2285\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.7.0 in /backend #2286\",\"Lokalise: Translations update #2277\",\"build(deps-dev): bump @vue/eslint-config-prettier from 5.0.0 to 6.0.0 in /webapp #2266\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /backend #2281\",\"build(deps): bump apollo-server from 2.9.7 to 2.9.9 in /backend #2280\",\"build(deps-dev): bump apollo-server-testing from 2.9.7 to 2.9.9 in /backend #2279\",\"build(deps): bump @sentry/node from 5.8.0 to 5.9.0 in /backend #2278\",\"🍰 2119-Fix Contribution consistent form input validation #2160\",\"build(deps): bump cookie-universal-nuxt from 2.0.18 to 2.0.19 in /webapp #2265\",\"build(deps): bump metascraper modules #2257\",\"build: configure stale bot #2273\",\"Explicitly define our schema, improve performance #2243\",\"build(deps): [security] bump https-proxy-agent from 2.2.1 to 2.2.4 #2274\",\"build: record and publish all cypress test results #2251\",\"Add Emacs Backup Files To Gitignore (*~) #2261\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 in /webapp #2267\",\"2187 language does not change on edit #2200\",\"1747 show shouts #2101\",\"build(deps): bump node from 13.0.1-alpine to 13.1.0-alpine in /webapp #2180\",\"Fix #2042 Back Link To Login Page #2078\",\"2119 create post consistent form input validation improvements #2163\",\"Helper script to install all packages #2250\",\"refactor: remove redundant port configuration #2247\",\"build(deps-dev): bump eslint-config-standard from 12.0.0 to 14.1.0 in /webapp #2246\",\"build(deps-dev): bump cucumber from 6.0.3 to 6.0.5 in /backend #2236\",\"build: less verbose output on build server #2249\",\"Fix infinite scrolling out of control #2248\",\"2106-unblock a user in the user settings #2110\",\"Fix 1936 #2241\",\"fix(editor): Fix hashtags not working after embeded content #2242\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /webapp #2185\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.4 in /webapp #2245\",\"build(deps): remove deprecated debug flags #2219\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /webapp #2235\",\"build(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /webapp #2205\",\"Add locale to undefined to null #2233\",\"Update to version 0.1.10 #2231\",\"Update contribution guidelines #2127\",\"fix: return null for missig translations #2218\",\"Add donation status and button #2194\",\"Added Empty Definitions For Missing Getters And Mutations #2197\",\"build(deps): bump @sentry/node from 5.7.1 to 5.8.0 in /backend #2209\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.3 in /backend #2206\",\"build(deps-dev): bump vue-svg-loader from 0.14.0 to 0.15.0 in /webapp #2204\",\"build(deps-dev): bump async-validator from 3.2.1 to 3.2.2 in /webapp #2203\",\"Update deployment names in deploy script #2216\",\"Fix: Delete Block Button in MainPage PostCards #2193\",\"Update doctl to use default context #2199\",\"console.error in Hashtag.spec.js #2161 #2201\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.5 to 5.2.6 in /webapp #2186\",\"build(deps-dev): bump style-resources-loader from 1.2.1 to 1.3.2 in /webapp #2188\",\"build(deps-dev): bump @storybook/vue from 5.2.5 to 5.2.6 in /webapp #2183\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.5 to 5.2.6 in /webapp #2176\",\"build(deps-dev): bump cypress from 3.6.0 to 3.6.1 #2173\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /webapp #2164\",\"Update docs for deploying new server, env variables #2191\",\"Remove unintended comma #2192\",\"added Russian to locales #2111\",\"Add notifications page with All Notifications #1975\",\"1931 - after successful login the saved language of the user is set #2073\",\"build(deps-dev): bump cypress-file-upload from 3.4.0 to 3.5.0 #2167\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /backend #2166\",\"build(deps-dev): bump date-fns from 2.6.0 to 2.7.0 #2165\",\"build(deps-dev): bump eslint-plugin-vue from 5.2.3 to 6.0.0 in /webapp #2156\",\"build(deps): bump merge-graphql-schemas from 1.7.2 to 1.7.3 in /backend #2155\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.2 in /backend #2154\",\"Add missing portuguese translation #1909\",\"Migrate design tokens #2159\",\"build(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 in /webapp #2158\",\"build(deps-dev): bump vue-svg-loader from 0.12.0 to 0.14.0 in /webapp #2157\",\"Remove graphql-requests #2151\",\"close all open sessions #2148\",\"Implement refresh posts, fix duplicate posts bug #2126\",\"Fix: Email is Case-Sensitive #2118\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /backend #2135\",\"build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend #2136\",\"build(deps-dev): bump @babel/node from 7.6.3 to 7.7.0 in /backend #2134\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 in /webapp #2132\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /webapp #2133\",\"build(deps-dev): bump @babel/register from 7.6.2 to 7.7.0 in /backend #2131\",\"build(deps): bump graphql-middleware from 4.0.1 to 4.0.2 in /backend #2130\",\"build(deps-dev): bump @babel/cli from 7.6.4 to 7.7.0 in /backend #2129\",\"1851 tags clickable #2091\",\"build(deps): bump graphql-shield from 7.0.0 to 7.0.1 in /backend #2123\",\"build(deps): bump merge-graphql-schemas from 1.7.0 to 1.7.2 in /backend #2121\",\"build(deps-dev): bump vue-loader from 15.7.1 to 15.7.2 in /webapp #2122\",\"build(deps-dev): bump async-validator from 3.2.0 to 3.2.1 in /webapp #2120\",\"🍰 Add migration plan and frontend code guidelines to our docs #2075\",\"Update feature template #2116\",\"Update to version 0.1.9 #2114\",\"Refactor and tidy up crop image implementation #1956\",\"🍰 First Implementation Of Filtering Posts By Language #2059\",\"build(deps-dev): bump cypress from 3.5.0 to 3.6.0 #2105\",\"Fix: Poll Interval #2108\",\"build(deps-dev): bump cypress-plugin-retries from 1.3.0 to 1.4.0 #2104\",\"build(deps): bump metascraper-title from 5.7.14 to 5.7.17 in /backend #2082\",\"build(deps): bump metascraper-publisher from 5.7.14 to 5.7.17 in /backend #2098\",\"build(deps): bump metascraper-description from 5.7.14 to 5.7.17 in /backend #2096\",\"build(deps): bump metascraper-audio from 5.7.14 to 5.7.17 in /backend #2097\",\"build(deps): bump metascraper-url from 5.7.14 to 5.7.17 in /backend #2086\",\"build(deps): bump metascraper-image from 5.7.6 to 5.7.17 in /backend #2090\",\"deleted posts no longer displayed in user profile #2093\",\"Send only one notification for mention and comment #2062\",\"build(deps): bump metascraper-date from 5.7.14 to 5.7.17 in /backend #2089\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc16 to 4.0.0-rc17 in /webapp #2088\",\"build(deps): bump metascraper-lang from 5.7.14 to 5.7.17 in /backend #2087\",\"build(deps): bump metascraper-video from 5.7.14 to 5.7.17 in /backend #2084\",\"build(deps): bump metascraper-soundcloud from 5.7.14 to 5.7.17 in /backend #2081\",\"build(deps-dev): bump auto-changelog from 1.16.1 to 1.16.2 #2085\",\"build(deps): bump metascraper-logo from 5.7.14 to 5.7.17 in /backend #2083\",\"build(deps): bump metascraper-youtube from 5.7.14 to 5.7.17 in /backend #2080\",\"build(deps): bump metascraper-author from 5.7.14 to 5.7.17 in /backend #2079\",\"build(deps): bump date-fns from 2.5.0 to 2.6.0 in /webapp #2007\",\"build(deps-dev): bump eslint from 6.5.1 to 6.6.0 in /backend #2071\",\"build(deps): bump node from 12.13.0-alpine to 13.0.1-alpine in /webapp #2019\",\"[FIX # 2058] Typo Fixed. Password -> Passwort #2060\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /backend #2064\",\"build(deps): bump date-fns from 2.5.1 to 2.6.0 in /backend #2010\",\"build(deps-dev): bump apollo-server-testing from 2.9.6 to 2.9.7 in /backend #1984\",\"build(deps): bump metascraper-date from 5.7.6 to 5.7.14 in /backend #2070\",\"build(deps): bump metascraper-video from 5.7.6 to 5.7.14 in /backend #2072\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.2 in /backend #2069\",\"build(deps): bump metascraper-audio from 5.7.6 to 5.7.14 in /backend #2068\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.0 to 23.0.2 in /webapp #2066\",\"build(deps-dev): bump cucumber from 6.0.2 to 6.0.3 in /backend #2065\",\"build(deps): bump metascraper-logo from 5.7.6 to 5.7.14 in /backend #2039\",\"build(deps): bump metascraper-url from 5.7.6 to 5.7.14 in /backend #2053\",\"build(deps): bump metascraper-youtube from 5.7.6 to 5.7.14 in /backend #2054\",\"build(deps): bump neo4j-graphql-js from 2.7.2 to 2.8.0 in /backend #2036\",\"build(deps): bump metascraper-soundcloud from 5.7.7 to 5.7.14 in /backend #2052\",\"build(deps): bump metascraper-author from 5.7.6 to 5.7.14 in /backend #2055\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.0 in /webapp #2051\",\"build(deps): bump metascraper-title from 5.7.6 to 5.7.14 in /backend #2050\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /webapp #2049\",\"build(deps): bump metascraper-description from 5.7.6 to 5.7.14 in /backend #2038\",\"build(deps-dev): bump node-sass from 4.12.0 to 4.13.0 in /webapp #2037\",\"build(deps): bump metascraper-publisher from 5.7.6 to 5.7.14 in /backend #2033\",\"build(deps): bump apollo-server from 2.9.6 to 2.9.7 in /backend #2004\",\"fix #1993 #2043\",\"Update to version 0.1.8 #2032\",\"build(deps): bump graphql-shield from 6.1.0 to 7.0.0 in /backend #2035\",\"build(deps): bump metascraper-lang from 5.7.6 to 5.7.14 in /backend #2034\",\"change Changes & History to Changes #2030\",\"chnage Änderungen & Verlauf zu Änderungen #2029\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc15 to 4.0.0-rc16 in /webapp #1990\",\"add FAQ _blank-href in Footer #2028\",\"fix: Don't attempt to save locale if not authenticated #2025\",\"🍰 New terms and conditions version 0.0.3 #2027\",\"Remove duplicate pinned post record #2023\",\"build(deps-dev): bump cypress from 3.4.1 to 3.5.0 #2018\",\"docs: add missing SUMMARY entry for online backups #2024\",\"build(deps): bump @nuxtjs/axios from 5.6.0 to 5.8.0 in /webapp #2021\",\"Locale save by change local switch #1991\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.4 to 5.2.5 in /webapp #1983\",\"Hide shout count on user profile unless my profile #2016\",\"new terms and conditions #2017\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.4 to 5.2.5 in /webapp #1989\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.4 to 4.0.5 in /webapp #2002\",\"Update to version 0.1.7 #2015\",\"Update fetchMore functionality on profile page #2012\",\"build(deps-dev): bump date-fns from 2.5.1 to 2.6.0 #2001\",\"build(deps): bump faker from 10bfb9f to 9fd8d7d in /backend #2000\",\"build(deps): bump helmet from 3.21.1 to 3.21.2 in /backend #1986\",\"build(deps-dev): bump eslint-plugin-jest from 22.19.0 to 22.20.0 in /webapp #1985\",\"build(deps): bump apollo-server-express from 2.9.6 to 2.9.7 in /backend #1982\",\"1997 fix performance issue with pinned post #1998\",\"Update to version 0.1.6 #1996\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\",\"Merge pull request #2443 from Human-Connection/2237-longer-comments #2237\",\"fix #2329: Normalize email on login in the backend #2329\",\"Fix #2294 #2294\",\"Merge pull request #2078 from Human-Connection/fix-2042-back-link #2042\",\"Fix #2042 Back Link To Login Page #2042\",\"Merge pull request #2043 from Human-Connection/fix-1993 #1993\",\"fix #1993 #1993\"]},\"91\":{\"h\":\"\",\"t\":[\"22 October 2019\"]},\"92\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"Update to version 0.2.0 #2584\",\"build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend #2556\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 #2569\",\"build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 in /backend #2576\",\"Lokalise: Translations update #2563\",\"build(deps-dev): bump style-resources-loader from 1.3.2 to 1.3.3 in /webapp #2580\",\"build(deps): bump node from 13.3.0-alpine to 13.4.0-alpine in /webapp #2577\",\"build(deps): bump metascraper-title from 5.8.10 to 5.8.12 in /backend #2575\",\"build(deps-dev): bump apollo-server-testing from 2.9.13 to 2.9.14 in /backend #2574\",\"build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend #2572\",\"Blur Images #2351\",\"build(deps-dev): bump @babel/node from 7.7.4 to 7.7.7 in /backend #2570\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 #2567\",\"build(deps): bump metascraper-description from 5.8.10 to 5.8.12 in /backend #2566\",\"Add back layout changes/update db_manipulation #2544\",\"build(deps): bump metascraper-soundcloud from 5.8.10 to 5.8.12 in /backend #2560\",\"build(deps): bump metascraper-author from 5.8.7 to 5.8.12 in /backend #2559\",\"build(deps): bump metascraper from 5.8.9 to 5.8.12 in /backend #2558\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.12 in /backend #2547\",\"build(deps): bump metascraper-video from 5.8.10 to 5.8.12 in /backend #2557\",\"build(deps): bump metascraper-date from 5.8.7 to 5.8.12 in /backend #2555\",\"build(deps): bump metascraper-logo from 5.8.10 to 5.8.12 in /backend #2554\",\"build(deps): bump apollo-server-express from 2.9.13 to 2.9.14 in /backend #2551\",\"build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 in /webapp #2550\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.18.0 to 1.19.0 #2548\",\"Lokalise: Translations update #2545\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.10 in /backend #2522\",\"build(deps): bump metascraper-title from 5.8.7 to 5.8.10 in /backend #2525\",\"build(deps): bump metascraper-lang from 5.8.9 to 5.8.10 in /backend #2531\",\"build(deps): bump tiptap-extensions from 1.28.5 to 1.28.6 in /webapp #2535\",\"Fix maintenance service/LocaleSwitch import #2542\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /webapp #2523\",\"build(deps): bump stack-utils from 1.0.2 to 2.0.1 in /webapp #2521\",\"build(deps): bump metascraper-soundcloud from 5.8.9 to 5.8.10 in /backend #2520\",\"Update neode #2539\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /webapp #2519\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /webapp #2527\",\"build(deps): bump neo4j-graphql-js from 2.10.1 to 2.10.2 in /backend #2530\",\"build(deps): bump metascraper-image from 5.8.7 to 5.8.10 in /backend #2532\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /backend #2534\",\"build(deps): bump metascraper-video from 5.8.9 to 5.8.10 in /backend #2536\",\"build(deps): bump tiptap from 1.26.5 to 1.26.6 in /webapp #2537\",\"build(deps-dev): bump vue-loader from 15.7.2 to 15.8.3 in /webapp #2538\",\"Refactor: content menu #2512\",\"build(deps): bump metascraper-audio from 5.8.7 to 5.8.10 in /backend #2524\",\"build(deps): bump metascraper-description from 5.8.7 to 5.8.10 in /backend #2518\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /backend #2517\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /backend #2516\",\"build(deps): bump metascraper-logo from 5.8.7 to 5.8.10 in /backend #2515\",\"Fix duplicate fragment user issue #2511\",\"fix: editor not visible in server-side-rendering #2513\",\"Update it.json #2507\",\"Fix: User.name is not non-nullable #2510\",\"Update to version 0.1.13 #2506\",\"Update de.json #2492\",\"Fix broken scroll behaviour on index and profile page #2487\",\"Lokalise: Translations update #2503\",\"build(deps): bump node from 13.1.0-alpine to 13.3.0-alpine in /webapp #2454\",\"Lokalise: Translations update #2485\",\"build(deps-dev): bump css-loader from 3.3.0 to 3.3.2 in /webapp #2505\",\"build(deps-dev): bump cypress from 3.7.0 to 3.8.0 #2504\",\"Favor transaction functions #2433\",\"build(deps): bump nodemailer from 6.4.1 to 6.4.2 in /backend #2500\",\"Update en.json #2491\",\"Update es.json #2493\",\"Update fr.json #2494\",\"Update it.json #2496\",\"build(deps-dev): bump nodemon from 2.0.1 to 2.0.2 in /backend #2499\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc18 to 4.0.0-rc19 in /webapp #2498\",\"build(deps): bump neo4j-graphql-js from 2.10.0 to 2.10.1 in /backend #2497\",\"Fix docker manifest on Travis CI #2488\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 #2453\",\"build(deps-dev): bump cypress-file-upload from 3.5.0 to 3.5.1 #2489\",\"build(deps): bump cookie-universal-nuxt from 2.0.19 to 2.1.0 in /webapp #2490\",\"Update to version 0.1.12 #2483\",\"Show the comments again #2482\",\"Improve notification query performance by reducing db calls #2470\",\"Fix Cannot read 'Post' of undefined#2481\",\"Hope to fix our deployment with explicit call of bash#2480\",\"Revert layout changes image aspect ratio #2467\",\"Quick fix for null pointer error in User.vue #2472\",\"Checkbox 'no comercial + no political account' add to creat user account #2416\",\"Remove data-test attriubutes in non-dev env #2421\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 #2452\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /backend #2455\",\"build(deps-dev): bump @babel/cli from 7.7.4 to 7.7.5 in /backend #2458\",\"build(deps): bump @sentry/node from 5.10.1 to 5.10.2 in /backend #2473\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /backend #2474\",\"build(deps-dev): bump css-loader from 3.2.1 to 3.3.0 in /webapp #2475\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /webapp #2477\",\"Fix #2237, Comments 4 times as long before \\\"show more\\\" #2443\",\"Get rid of inconsistency with neode setup #2404\",\"Bump styleguide to version 0.5.22 #2468\",\"build(deps): bump nodemailer from 6.4.0 to 6.4.1 in /backend #2456\",\"build(deps-dev): bump eslint-loader from 3.0.2 to 3.0.3 in /webapp #2459\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /backend #2460\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /webapp #2461\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /webapp #2463\",\"build(deps-dev): bump async-validator from 3.2.2 to 3.2.3 in /webapp #2464\",\"build(deps): bump styleguide from 808b3c5 to 7ef8340#2465\",\"Paginate moderations page without losing filtering #2466\",\"Update it.json #2451\",\"build(deps): bump metascraper from 5.8.8 to 5.8.9 in /backend #2304\",\"build(deps): bump metascraper-video from 5.8.7 to 5.8.9 in /backend #2303\",\"build(deps): bump neo4j-graphql-js from 2.9.3 to 2.10.0 in /backend #2440\",\"Hide Donations Bar #2422\",\"build(deps): bump @sentry/node from 5.10.0 to 5.10.1 in /backend #2436\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.17.0 to 1.18.0 #2437\",\"build(deps-dev): bump apollo-server-testing from 2.9.12 to 2.9.13 in /backend #2439\",\"build(deps): bump apollo-server from 2.9.12 to 2.9.13 in /backend #2441\",\"Eliminate database calls for reports query #2435\",\"Use babel-loader with vue-svg-loader #2430\",\"Remove disable from reports.disable Query #2432\",\"2253 fix scroll layout issue #2317\",\"Update test description #2424\",\"Update yarn.lock after pulling in latest changes #2419\",\"Update privacy path #2417\",\"Add browserstack logo to attributions #2431\",\"build(deps): bump @sentry/node from 5.9.0 to 5.10.0 in /backend #2428\",\"build(deps): bump nodemailer from 6.3.1 to 6.4.0 in /backend #2427\",\"List and protocol moderation #1954\",\"fix: Re-enable webfinger feature #2335\",\"Close neo4j driver sessions #2402\",\"feat: swap user name<=>handle for discriminability #2385\",\"build(deps-dev): bump @storybook/vue from 5.2.6 to 5.2.8 in /webapp #2397\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.6 to 5.2.8 in /webapp #2398\",\"Fix German translation of \\\"Shouts\\\" #2400\",\"build(deps): bump tiptap-extensions from 1.28.4 to 1.28.5 in /webapp #2407\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.7 to 5.2.8 in /webapp #2406\",\"build(deps-dev): bump css-loader from 3.2.0 to 3.2.1 in /webapp #2405\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.6 to 5.2.8 in /webapp #2399\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /webapp #2393\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.5 to 4.1.1 in /webapp #2374\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /webapp #2392\",\"Terms of use extended with dot - no commercial use #2316\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.2 to 1.17.0 #2389\",\"Lokalise: Translations update #2380\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.6 to 5.2.7 in /webapp #2391\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /backend #2390\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /backend #2388\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2379\",\"build(deps): bump neo4j from 3.5.12-enterprise to 3.5.13-enterprise in /neo4j #2377\",\"build(deps-dev): bump @babel/cli from 7.7.0 to 7.7.4 in /backend #2366\",\"build(deps-dev): bump cypress-plugin-retries from 1.4.0 to 1.5.0 #2360\",\"No public registration in development so that backend test pass #2382\",\"Don't remove sub-addresses in emails #2375\",\"refactor: Remove obsolete code about invitation codes #2333\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc17 to 4.0.0-rc18 in /webapp #2373\",\"build(deps): bump graphql-shield from 7.0.2 to 7.0.4 in /backend #2372\",\"build(deps-dev): bump cypress from 3.6.1 to 3.7.0 #2371\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /backend #2359\",\"build(deps): bump apollo-server from 2.9.11 to 2.9.12 in /backend #2357\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /webapp #2369\",\"build(deps): bump @hapi/joi from 16.1.7 to 16.1.8 in /backend #2368\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /backend #2365\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.2.0 to 7.7.4 in /backend #2339\",\"refactor: Close session in isAuthor permission #2334\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /webapp #2323\",\"1967 component tests content view #2169\",\"If an admin searches for a user by email, don't crash if no user can be found #2295\",\"Migrate styleguide icons #2288\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /backend #2358\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /backend #2341\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /webapp #2340\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /backend #2322\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /webapp #2319\",\"Update to version 0.1.11 with bug fixes #2354\",\"Fix updating post by adding/changing image bug submits form #2350\",\"Add shoutedBy_some to _PostFilter #2353\",\"build(deps-dev): bump date-fns from 2.8.0 to 2.8.1 #2342\",\"build(deps-dev): bump @babel/node from 7.7.0 to 7.7.4 in /backend #2343\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /backend #2345\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /webapp #2346\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /webapp #2347\",\"build(deps-dev): bump nodemon from 1.19.4 to 2.0.1 in /backend #2348\",\"Update to version 0.1.11 #2324\",\"Add LegacyEmbeds component to fix bug #2328\",\"Fix incorrect link to development environment #2309\",\"2329 normalize emails in login form #2330\",\"Lokalise: Translations update #2327\",\"Changed translation must change test 😦 #2310\",\"build(deps-dev): bump apollo-server-testing from 2.9.9 to 2.9.12 in /backend #2318\",\"build(deps-dev): bump fuse.js from 3.4.5 to 3.4.6 in /webapp #2314\",\"build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 in /webapp #2302\",\"build(deps): bump metascraper-lang from 5.8.7 to 5.8.9 in /backend #2301\",\"build(deps): bump metascraper-soundcloud from 5.8.7 to 5.8.9 in /backend #2298\",\"build(deps): bump metascraper-youtube from 5.8.7 to 5.8.9 in /backend #2297\",\"build(deps-dev): bump date-fns from 2.7.0 to 2.8.0 #2296\",\"build(deps): bump apollo-server from 2.9.9 to 2.9.11 in /backend #2311\",\"Fix Typo Of Issue 2230 #2293\",\"[Systems-Development-and-Frameworks] Clickable hashtags #2076\",\"build(deps): bump neo4j-graphql-js from 2.9.0 to 2.9.3 in /backend #2283\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.3 to 23.0.4 in /backend #2285\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.7.0 in /backend #2286\",\"Lokalise: Translations update #2277\",\"build(deps-dev): bump @vue/eslint-config-prettier from 5.0.0 to 6.0.0 in /webapp #2266\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /backend #2281\",\"build(deps): bump apollo-server from 2.9.7 to 2.9.9 in /backend #2280\",\"build(deps-dev): bump apollo-server-testing from 2.9.7 to 2.9.9 in /backend #2279\",\"build(deps): bump @sentry/node from 5.8.0 to 5.9.0 in /backend #2278\",\"🍰 2119-Fix Contribution consistent form input validation #2160\",\"build(deps): bump cookie-universal-nuxt from 2.0.18 to 2.0.19 in /webapp #2265\",\"build(deps): bump metascraper modules #2257\",\"build: configure stale bot #2273\",\"Explicitly define our schema, improve performance #2243\",\"build(deps): [security] bump https-proxy-agent from 2.2.1 to 2.2.4 #2274\",\"build: record and publish all cypress test results #2251\",\"Add Emacs Backup Files To Gitignore (*~) #2261\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 in /webapp #2267\",\"2187 language does not change on edit #2200\",\"1747 show shouts #2101\",\"build(deps): bump node from 13.0.1-alpine to 13.1.0-alpine in /webapp #2180\",\"Fix #2042 Back Link To Login Page #2078\",\"2119 create post consistent form input validation improvements #2163\",\"Helper script to install all packages #2250\",\"refactor: remove redundant port configuration #2247\",\"build(deps-dev): bump eslint-config-standard from 12.0.0 to 14.1.0 in /webapp #2246\",\"build(deps-dev): bump cucumber from 6.0.3 to 6.0.5 in /backend #2236\",\"build: less verbose output on build server #2249\",\"Fix infinite scrolling out of control #2248\",\"2106-unblock a user in the user settings #2110\",\"Fix 1936 #2241\",\"fix(editor): Fix hashtags not working after embeded content #2242\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /webapp #2185\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.4 in /webapp #2245\",\"build(deps): remove deprecated debug flags #2219\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /webapp #2235\",\"build(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /webapp #2205\",\"Add locale to undefined to null #2233\",\"Update to version 0.1.10 #2231\",\"Update contribution guidelines #2127\",\"fix: return null for missig translations #2218\",\"Add donation status and button #2194\",\"Added Empty Definitions For Missing Getters And Mutations #2197\",\"build(deps): bump @sentry/node from 5.7.1 to 5.8.0 in /backend #2209\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.3 in /backend #2206\",\"build(deps-dev): bump vue-svg-loader from 0.14.0 to 0.15.0 in /webapp #2204\",\"build(deps-dev): bump async-validator from 3.2.1 to 3.2.2 in /webapp #2203\",\"Update deployment names in deploy script #2216\",\"Fix: Delete Block Button in MainPage PostCards #2193\",\"Update doctl to use default context #2199\",\"console.error in Hashtag.spec.js #2161 #2201\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.5 to 5.2.6 in /webapp #2186\",\"build(deps-dev): bump style-resources-loader from 1.2.1 to 1.3.2 in /webapp #2188\",\"build(deps-dev): bump @storybook/vue from 5.2.5 to 5.2.6 in /webapp #2183\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.5 to 5.2.6 in /webapp #2176\",\"build(deps-dev): bump cypress from 3.6.0 to 3.6.1 #2173\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /webapp #2164\",\"Update docs for deploying new server, env variables #2191\",\"Remove unintended comma #2192\",\"added Russian to locales #2111\",\"Add notifications page with All Notifications #1975\",\"1931 - after successful login the saved language of the user is set #2073\",\"build(deps-dev): bump cypress-file-upload from 3.4.0 to 3.5.0 #2167\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /backend #2166\",\"build(deps-dev): bump date-fns from 2.6.0 to 2.7.0 #2165\",\"build(deps-dev): bump eslint-plugin-vue from 5.2.3 to 6.0.0 in /webapp #2156\",\"build(deps): bump merge-graphql-schemas from 1.7.2 to 1.7.3 in /backend #2155\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.2 in /backend #2154\",\"Add missing portuguese translation #1909\",\"Migrate design tokens #2159\",\"build(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 in /webapp #2158\",\"build(deps-dev): bump vue-svg-loader from 0.12.0 to 0.14.0 in /webapp #2157\",\"Remove graphql-requests #2151\",\"close all open sessions #2148\",\"Implement refresh posts, fix duplicate posts bug #2126\",\"Fix: Email is Case-Sensitive #2118\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /backend #2135\",\"build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend #2136\",\"build(deps-dev): bump @babel/node from 7.6.3 to 7.7.0 in /backend #2134\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 in /webapp #2132\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /webapp #2133\",\"build(deps-dev): bump @babel/register from 7.6.2 to 7.7.0 in /backend #2131\",\"build(deps): bump graphql-middleware from 4.0.1 to 4.0.2 in /backend #2130\",\"build(deps-dev): bump @babel/cli from 7.6.4 to 7.7.0 in /backend #2129\",\"1851 tags clickable #2091\",\"build(deps): bump graphql-shield from 7.0.0 to 7.0.1 in /backend #2123\",\"build(deps): bump merge-graphql-schemas from 1.7.0 to 1.7.2 in /backend #2121\",\"build(deps-dev): bump vue-loader from 15.7.1 to 15.7.2 in /webapp #2122\",\"build(deps-dev): bump async-validator from 3.2.0 to 3.2.1 in /webapp #2120\",\"🍰 Add migration plan and frontend code guidelines to our docs #2075\",\"Update feature template #2116\",\"Update to version 0.1.9 #2114\",\"Refactor and tidy up crop image implementation #1956\",\"🍰 First Implementation Of Filtering Posts By Language #2059\",\"build(deps-dev): bump cypress from 3.5.0 to 3.6.0 #2105\",\"Fix: Poll Interval #2108\",\"build(deps-dev): bump cypress-plugin-retries from 1.3.0 to 1.4.0 #2104\",\"build(deps): bump metascraper-title from 5.7.14 to 5.7.17 in /backend #2082\",\"build(deps): bump metascraper-publisher from 5.7.14 to 5.7.17 in /backend #2098\",\"build(deps): bump metascraper-description from 5.7.14 to 5.7.17 in /backend #2096\",\"build(deps): bump metascraper-audio from 5.7.14 to 5.7.17 in /backend #2097\",\"build(deps): bump metascraper-url from 5.7.14 to 5.7.17 in /backend #2086\",\"build(deps): bump metascraper-image from 5.7.6 to 5.7.17 in /backend #2090\",\"deleted posts no longer displayed in user profile #2093\",\"Send only one notification for mention and comment #2062\",\"build(deps): bump metascraper-date from 5.7.14 to 5.7.17 in /backend #2089\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc16 to 4.0.0-rc17 in /webapp #2088\",\"build(deps): bump metascraper-lang from 5.7.14 to 5.7.17 in /backend #2087\",\"build(deps): bump metascraper-video from 5.7.14 to 5.7.17 in /backend #2084\",\"build(deps): bump metascraper-soundcloud from 5.7.14 to 5.7.17 in /backend #2081\",\"build(deps-dev): bump auto-changelog from 1.16.1 to 1.16.2 #2085\",\"build(deps): bump metascraper-logo from 5.7.14 to 5.7.17 in /backend #2083\",\"build(deps): bump metascraper-youtube from 5.7.14 to 5.7.17 in /backend #2080\",\"build(deps): bump metascraper-author from 5.7.14 to 5.7.17 in /backend #2079\",\"build(deps): bump date-fns from 2.5.0 to 2.6.0 in /webapp #2007\",\"build(deps-dev): bump eslint from 6.5.1 to 6.6.0 in /backend #2071\",\"build(deps): bump node from 12.13.0-alpine to 13.0.1-alpine in /webapp #2019\",\"[FIX # 2058] Typo Fixed. Password -> Passwort #2060\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /backend #2064\",\"build(deps): bump date-fns from 2.5.1 to 2.6.0 in /backend #2010\",\"build(deps-dev): bump apollo-server-testing from 2.9.6 to 2.9.7 in /backend #1984\",\"build(deps): bump metascraper-date from 5.7.6 to 5.7.14 in /backend #2070\",\"build(deps): bump metascraper-video from 5.7.6 to 5.7.14 in /backend #2072\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.2 in /backend #2069\",\"build(deps): bump metascraper-audio from 5.7.6 to 5.7.14 in /backend #2068\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.0 to 23.0.2 in /webapp #2066\",\"build(deps-dev): bump cucumber from 6.0.2 to 6.0.3 in /backend #2065\",\"build(deps): bump metascraper-logo from 5.7.6 to 5.7.14 in /backend #2039\",\"build(deps): bump metascraper-url from 5.7.6 to 5.7.14 in /backend #2053\",\"build(deps): bump metascraper-youtube from 5.7.6 to 5.7.14 in /backend #2054\",\"build(deps): bump neo4j-graphql-js from 2.7.2 to 2.8.0 in /backend #2036\",\"build(deps): bump metascraper-soundcloud from 5.7.7 to 5.7.14 in /backend #2052\",\"build(deps): bump metascraper-author from 5.7.6 to 5.7.14 in /backend #2055\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.0 in /webapp #2051\",\"build(deps): bump metascraper-title from 5.7.6 to 5.7.14 in /backend #2050\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /webapp #2049\",\"build(deps): bump metascraper-description from 5.7.6 to 5.7.14 in /backend #2038\",\"build(deps-dev): bump node-sass from 4.12.0 to 4.13.0 in /webapp #2037\",\"build(deps): bump metascraper-publisher from 5.7.6 to 5.7.14 in /backend #2033\",\"build(deps): bump apollo-server from 2.9.6 to 2.9.7 in /backend #2004\",\"fix #1993 #2043\",\"Update to version 0.1.8 #2032\",\"build(deps): bump graphql-shield from 6.1.0 to 7.0.0 in /backend #2035\",\"build(deps): bump metascraper-lang from 5.7.6 to 5.7.14 in /backend #2034\",\"change Changes & History to Changes #2030\",\"chnage Änderungen & Verlauf zu Änderungen #2029\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc15 to 4.0.0-rc16 in /webapp #1990\",\"add FAQ _blank-href in Footer #2028\",\"fix: Don't attempt to save locale if not authenticated #2025\",\"🍰 New terms and conditions version 0.0.3 #2027\",\"Remove duplicate pinned post record #2023\",\"build(deps-dev): bump cypress from 3.4.1 to 3.5.0 #2018\",\"docs: add missing SUMMARY entry for online backups #2024\",\"build(deps): bump @nuxtjs/axios from 5.6.0 to 5.8.0 in /webapp #2021\",\"Locale save by change local switch #1991\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.4 to 5.2.5 in /webapp #1983\",\"Hide shout count on user profile unless my profile #2016\",\"new terms and conditions #2017\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.4 to 5.2.5 in /webapp #1989\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.4 to 4.0.5 in /webapp #2002\",\"Update to version 0.1.7 #2015\",\"Update fetchMore functionality on profile page #2012\",\"build(deps-dev): bump date-fns from 2.5.1 to 2.6.0 #2001\",\"build(deps): bump faker from 10bfb9f to 9fd8d7d in /backend #2000\",\"build(deps): bump helmet from 3.21.1 to 3.21.2 in /backend #1986\",\"build(deps-dev): bump eslint-plugin-jest from 22.19.0 to 22.20.0 in /webapp #1985\",\"build(deps): bump apollo-server-express from 2.9.6 to 2.9.7 in /backend #1982\",\"1997 fix performance issue with pinned post #1998\",\"Update to version 0.1.6 #1996\",\"🍰 Fix - maintaining sorting after navigation #1872\",\"Add storybook stories for our university students #1906\",\"build(deps): bump nuxt from 2.10.1 to 2.10.2 in /webapp #1987\",\"build(deps-dev): bump @storybook/vue from 5.2.4 to 5.2.5 in /webapp #1981\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.20.0 in /backend #1978\",\"build(deps): bump node from 12.12.0-alpine to 12.13.0-alpine in /webapp #1977\",\"build(deps-dev): bump date-fns from 2.5.0 to 2.5.1 #1962\",\"build(deps): bump faker from 10bfb9f to 9fd8d7d in /backend #1961\",\"build(deps-dev): bump async-validator from 3.1.0 to 3.2.0 in /webapp #1920\",\"build(deps): bump @sentry/node from 5.7.0 to 5.7.1 in /backend #1914\",\"Hide new CommentForm while editing a comment #1973\",\"🍰 Translate texts for pinning a post to German #1972\",\"Allow admins to pin a post #1840\",\"fix: Only one ellipse is displayed #1968\",\"Refactor reports resolver spec #1957\",\"Added createdAt date for follow and shout #1853\",\"build(deps-dev): bump @vue/cli-shared-utils from 3.12.0 to 4.0.4 in /webapp #1965\",\"build(deps): bump neo4j from 3.5.11-enterprise to 3.5.12-enterprise in /neo4j #1963\",\"build(deps-dev): bump cypress-file-upload from 3.3.4 to 3.4.0 #1960\",\"build(deps): bump date-fns from 2.5.0 to 2.5.1 in /backend #1959\",\"build(deps-dev): bump faker from 10bfb9f to 9fd8d7d#1958\",\"build(deps): bump tiptap-extensions from 1.28.3 to 1.28.4 in /webapp #1946\",\"build(deps): bump metascraper-soundcloud from 5.7.6 to 5.7.7 in /backend #1943\",\"fix: console warnings during frontend tests #1942\",\"Language will be saved in the database of the user during registration #1927\",\"Update to version 0.1.5 #1951\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\",\"Merge pull request #2443 from Human-Connection/2237-longer-comments #2237\",\"fix #2329: Normalize email on login in the backend #2329\",\"Fix #2294 #2294\",\"Merge pull request #2078 from Human-Connection/fix-2042-back-link #2042\",\"Fix #2042 Back Link To Login Page #2042\",\"Merge pull request #2043 from Human-Connection/fix-1993 #1993\",\"fix #1993 #1993\"]},\"93\":{\"h\":\"\",\"t\":[\"17 October 2019\"]},\"94\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"Update to version 0.2.0 #2584\",\"build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend #2556\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 #2569\",\"build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 in /backend #2576\",\"Lokalise: Translations update #2563\",\"build(deps-dev): bump style-resources-loader from 1.3.2 to 1.3.3 in /webapp #2580\",\"build(deps): bump node from 13.3.0-alpine to 13.4.0-alpine in /webapp #2577\",\"build(deps): bump metascraper-title from 5.8.10 to 5.8.12 in /backend #2575\",\"build(deps-dev): bump apollo-server-testing from 2.9.13 to 2.9.14 in /backend #2574\",\"build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend #2572\",\"Blur Images #2351\",\"build(deps-dev): bump @babel/node from 7.7.4 to 7.7.7 in /backend #2570\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 #2567\",\"build(deps): bump metascraper-description from 5.8.10 to 5.8.12 in /backend #2566\",\"Add back layout changes/update db_manipulation #2544\",\"build(deps): bump metascraper-soundcloud from 5.8.10 to 5.8.12 in /backend #2560\",\"build(deps): bump metascraper-author from 5.8.7 to 5.8.12 in /backend #2559\",\"build(deps): bump metascraper from 5.8.9 to 5.8.12 in /backend #2558\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.12 in /backend #2547\",\"build(deps): bump metascraper-video from 5.8.10 to 5.8.12 in /backend #2557\",\"build(deps): bump metascraper-date from 5.8.7 to 5.8.12 in /backend #2555\",\"build(deps): bump metascraper-logo from 5.8.10 to 5.8.12 in /backend #2554\",\"build(deps): bump apollo-server-express from 2.9.13 to 2.9.14 in /backend #2551\",\"build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 in /webapp #2550\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.18.0 to 1.19.0 #2548\",\"Lokalise: Translations update #2545\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.10 in /backend #2522\",\"build(deps): bump metascraper-title from 5.8.7 to 5.8.10 in /backend #2525\",\"build(deps): bump metascraper-lang from 5.8.9 to 5.8.10 in /backend #2531\",\"build(deps): bump tiptap-extensions from 1.28.5 to 1.28.6 in /webapp #2535\",\"Fix maintenance service/LocaleSwitch import #2542\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /webapp #2523\",\"build(deps): bump stack-utils from 1.0.2 to 2.0.1 in /webapp #2521\",\"build(deps): bump metascraper-soundcloud from 5.8.9 to 5.8.10 in /backend #2520\",\"Update neode #2539\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /webapp #2519\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /webapp #2527\",\"build(deps): bump neo4j-graphql-js from 2.10.1 to 2.10.2 in /backend #2530\",\"build(deps): bump metascraper-image from 5.8.7 to 5.8.10 in /backend #2532\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /backend #2534\",\"build(deps): bump metascraper-video from 5.8.9 to 5.8.10 in /backend #2536\",\"build(deps): bump tiptap from 1.26.5 to 1.26.6 in /webapp #2537\",\"build(deps-dev): bump vue-loader from 15.7.2 to 15.8.3 in /webapp #2538\",\"Refactor: content menu #2512\",\"build(deps): bump metascraper-audio from 5.8.7 to 5.8.10 in /backend #2524\",\"build(deps): bump metascraper-description from 5.8.7 to 5.8.10 in /backend #2518\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /backend #2517\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /backend #2516\",\"build(deps): bump metascraper-logo from 5.8.7 to 5.8.10 in /backend #2515\",\"Fix duplicate fragment user issue #2511\",\"fix: editor not visible in server-side-rendering #2513\",\"Update it.json #2507\",\"Fix: User.name is not non-nullable #2510\",\"Update to version 0.1.13 #2506\",\"Update de.json #2492\",\"Fix broken scroll behaviour on index and profile page #2487\",\"Lokalise: Translations update #2503\",\"build(deps): bump node from 13.1.0-alpine to 13.3.0-alpine in /webapp #2454\",\"Lokalise: Translations update #2485\",\"build(deps-dev): bump css-loader from 3.3.0 to 3.3.2 in /webapp #2505\",\"build(deps-dev): bump cypress from 3.7.0 to 3.8.0 #2504\",\"Favor transaction functions #2433\",\"build(deps): bump nodemailer from 6.4.1 to 6.4.2 in /backend #2500\",\"Update en.json #2491\",\"Update es.json #2493\",\"Update fr.json #2494\",\"Update it.json #2496\",\"build(deps-dev): bump nodemon from 2.0.1 to 2.0.2 in /backend #2499\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc18 to 4.0.0-rc19 in /webapp #2498\",\"build(deps): bump neo4j-graphql-js from 2.10.0 to 2.10.1 in /backend #2497\",\"Fix docker manifest on Travis CI #2488\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 #2453\",\"build(deps-dev): bump cypress-file-upload from 3.5.0 to 3.5.1 #2489\",\"build(deps): bump cookie-universal-nuxt from 2.0.19 to 2.1.0 in /webapp #2490\",\"Update to version 0.1.12 #2483\",\"Show the comments again #2482\",\"Improve notification query performance by reducing db calls #2470\",\"Fix Cannot read 'Post' of undefined#2481\",\"Hope to fix our deployment with explicit call of bash#2480\",\"Revert layout changes image aspect ratio #2467\",\"Quick fix for null pointer error in User.vue #2472\",\"Checkbox 'no comercial + no political account' add to creat user account #2416\",\"Remove data-test attriubutes in non-dev env #2421\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 #2452\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /backend #2455\",\"build(deps-dev): bump @babel/cli from 7.7.4 to 7.7.5 in /backend #2458\",\"build(deps): bump @sentry/node from 5.10.1 to 5.10.2 in /backend #2473\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /backend #2474\",\"build(deps-dev): bump css-loader from 3.2.1 to 3.3.0 in /webapp #2475\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /webapp #2477\",\"Fix #2237, Comments 4 times as long before \\\"show more\\\" #2443\",\"Get rid of inconsistency with neode setup #2404\",\"Bump styleguide to version 0.5.22 #2468\",\"build(deps): bump nodemailer from 6.4.0 to 6.4.1 in /backend #2456\",\"build(deps-dev): bump eslint-loader from 3.0.2 to 3.0.3 in /webapp #2459\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /backend #2460\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /webapp #2461\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /webapp #2463\",\"build(deps-dev): bump async-validator from 3.2.2 to 3.2.3 in /webapp #2464\",\"build(deps): bump styleguide from 808b3c5 to 7ef8340#2465\",\"Paginate moderations page without losing filtering #2466\",\"Update it.json #2451\",\"build(deps): bump metascraper from 5.8.8 to 5.8.9 in /backend #2304\",\"build(deps): bump metascraper-video from 5.8.7 to 5.8.9 in /backend #2303\",\"build(deps): bump neo4j-graphql-js from 2.9.3 to 2.10.0 in /backend #2440\",\"Hide Donations Bar #2422\",\"build(deps): bump @sentry/node from 5.10.0 to 5.10.1 in /backend #2436\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.17.0 to 1.18.0 #2437\",\"build(deps-dev): bump apollo-server-testing from 2.9.12 to 2.9.13 in /backend #2439\",\"build(deps): bump apollo-server from 2.9.12 to 2.9.13 in /backend #2441\",\"Eliminate database calls for reports query #2435\",\"Use babel-loader with vue-svg-loader #2430\",\"Remove disable from reports.disable Query #2432\",\"2253 fix scroll layout issue #2317\",\"Update test description #2424\",\"Update yarn.lock after pulling in latest changes #2419\",\"Update privacy path #2417\",\"Add browserstack logo to attributions #2431\",\"build(deps): bump @sentry/node from 5.9.0 to 5.10.0 in /backend #2428\",\"build(deps): bump nodemailer from 6.3.1 to 6.4.0 in /backend #2427\",\"List and protocol moderation #1954\",\"fix: Re-enable webfinger feature #2335\",\"Close neo4j driver sessions #2402\",\"feat: swap user name<=>handle for discriminability #2385\",\"build(deps-dev): bump @storybook/vue from 5.2.6 to 5.2.8 in /webapp #2397\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.6 to 5.2.8 in /webapp #2398\",\"Fix German translation of \\\"Shouts\\\" #2400\",\"build(deps): bump tiptap-extensions from 1.28.4 to 1.28.5 in /webapp #2407\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.7 to 5.2.8 in /webapp #2406\",\"build(deps-dev): bump css-loader from 3.2.0 to 3.2.1 in /webapp #2405\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.6 to 5.2.8 in /webapp #2399\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /webapp #2393\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.5 to 4.1.1 in /webapp #2374\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /webapp #2392\",\"Terms of use extended with dot - no commercial use #2316\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.2 to 1.17.0 #2389\",\"Lokalise: Translations update #2380\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.6 to 5.2.7 in /webapp #2391\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /backend #2390\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /backend #2388\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2379\",\"build(deps): bump neo4j from 3.5.12-enterprise to 3.5.13-enterprise in /neo4j #2377\",\"build(deps-dev): bump @babel/cli from 7.7.0 to 7.7.4 in /backend #2366\",\"build(deps-dev): bump cypress-plugin-retries from 1.4.0 to 1.5.0 #2360\",\"No public registration in development so that backend test pass #2382\",\"Don't remove sub-addresses in emails #2375\",\"refactor: Remove obsolete code about invitation codes #2333\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc17 to 4.0.0-rc18 in /webapp #2373\",\"build(deps): bump graphql-shield from 7.0.2 to 7.0.4 in /backend #2372\",\"build(deps-dev): bump cypress from 3.6.1 to 3.7.0 #2371\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /backend #2359\",\"build(deps): bump apollo-server from 2.9.11 to 2.9.12 in /backend #2357\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /webapp #2369\",\"build(deps): bump @hapi/joi from 16.1.7 to 16.1.8 in /backend #2368\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /backend #2365\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.2.0 to 7.7.4 in /backend #2339\",\"refactor: Close session in isAuthor permission #2334\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /webapp #2323\",\"1967 component tests content view #2169\",\"If an admin searches for a user by email, don't crash if no user can be found #2295\",\"Migrate styleguide icons #2288\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /backend #2358\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /backend #2341\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /webapp #2340\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /backend #2322\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /webapp #2319\",\"Update to version 0.1.11 with bug fixes #2354\",\"Fix updating post by adding/changing image bug submits form #2350\",\"Add shoutedBy_some to _PostFilter #2353\",\"build(deps-dev): bump date-fns from 2.8.0 to 2.8.1 #2342\",\"build(deps-dev): bump @babel/node from 7.7.0 to 7.7.4 in /backend #2343\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /backend #2345\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /webapp #2346\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /webapp #2347\",\"build(deps-dev): bump nodemon from 1.19.4 to 2.0.1 in /backend #2348\",\"Update to version 0.1.11 #2324\",\"Add LegacyEmbeds component to fix bug #2328\",\"Fix incorrect link to development environment #2309\",\"2329 normalize emails in login form #2330\",\"Lokalise: Translations update #2327\",\"Changed translation must change test 😦 #2310\",\"build(deps-dev): bump apollo-server-testing from 2.9.9 to 2.9.12 in /backend #2318\",\"build(deps-dev): bump fuse.js from 3.4.5 to 3.4.6 in /webapp #2314\",\"build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 in /webapp #2302\",\"build(deps): bump metascraper-lang from 5.8.7 to 5.8.9 in /backend #2301\",\"build(deps): bump metascraper-soundcloud from 5.8.7 to 5.8.9 in /backend #2298\",\"build(deps): bump metascraper-youtube from 5.8.7 to 5.8.9 in /backend #2297\",\"build(deps-dev): bump date-fns from 2.7.0 to 2.8.0 #2296\",\"build(deps): bump apollo-server from 2.9.9 to 2.9.11 in /backend #2311\",\"Fix Typo Of Issue 2230 #2293\",\"[Systems-Development-and-Frameworks] Clickable hashtags #2076\",\"build(deps): bump neo4j-graphql-js from 2.9.0 to 2.9.3 in /backend #2283\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.3 to 23.0.4 in /backend #2285\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.7.0 in /backend #2286\",\"Lokalise: Translations update #2277\",\"build(deps-dev): bump @vue/eslint-config-prettier from 5.0.0 to 6.0.0 in /webapp #2266\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /backend #2281\",\"build(deps): bump apollo-server from 2.9.7 to 2.9.9 in /backend #2280\",\"build(deps-dev): bump apollo-server-testing from 2.9.7 to 2.9.9 in /backend #2279\",\"build(deps): bump @sentry/node from 5.8.0 to 5.9.0 in /backend #2278\",\"🍰 2119-Fix Contribution consistent form input validation #2160\",\"build(deps): bump cookie-universal-nuxt from 2.0.18 to 2.0.19 in /webapp #2265\",\"build(deps): bump metascraper modules #2257\",\"build: configure stale bot #2273\",\"Explicitly define our schema, improve performance #2243\",\"build(deps): [security] bump https-proxy-agent from 2.2.1 to 2.2.4 #2274\",\"build: record and publish all cypress test results #2251\",\"Add Emacs Backup Files To Gitignore (*~) #2261\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 in /webapp #2267\",\"2187 language does not change on edit #2200\",\"1747 show shouts #2101\",\"build(deps): bump node from 13.0.1-alpine to 13.1.0-alpine in /webapp #2180\",\"Fix #2042 Back Link To Login Page #2078\",\"2119 create post consistent form input validation improvements #2163\",\"Helper script to install all packages #2250\",\"refactor: remove redundant port configuration #2247\",\"build(deps-dev): bump eslint-config-standard from 12.0.0 to 14.1.0 in /webapp #2246\",\"build(deps-dev): bump cucumber from 6.0.3 to 6.0.5 in /backend #2236\",\"build: less verbose output on build server #2249\",\"Fix infinite scrolling out of control #2248\",\"2106-unblock a user in the user settings #2110\",\"Fix 1936 #2241\",\"fix(editor): Fix hashtags not working after embeded content #2242\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /webapp #2185\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.4 in /webapp #2245\",\"build(deps): remove deprecated debug flags #2219\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /webapp #2235\",\"build(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /webapp #2205\",\"Add locale to undefined to null #2233\",\"Update to version 0.1.10 #2231\",\"Update contribution guidelines #2127\",\"fix: return null for missig translations #2218\",\"Add donation status and button #2194\",\"Added Empty Definitions For Missing Getters And Mutations #2197\",\"build(deps): bump @sentry/node from 5.7.1 to 5.8.0 in /backend #2209\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.3 in /backend #2206\",\"build(deps-dev): bump vue-svg-loader from 0.14.0 to 0.15.0 in /webapp #2204\",\"build(deps-dev): bump async-validator from 3.2.1 to 3.2.2 in /webapp #2203\",\"Update deployment names in deploy script #2216\",\"Fix: Delete Block Button in MainPage PostCards #2193\",\"Update doctl to use default context #2199\",\"console.error in Hashtag.spec.js #2161 #2201\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.5 to 5.2.6 in /webapp #2186\",\"build(deps-dev): bump style-resources-loader from 1.2.1 to 1.3.2 in /webapp #2188\",\"build(deps-dev): bump @storybook/vue from 5.2.5 to 5.2.6 in /webapp #2183\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.5 to 5.2.6 in /webapp #2176\",\"build(deps-dev): bump cypress from 3.6.0 to 3.6.1 #2173\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /webapp #2164\",\"Update docs for deploying new server, env variables #2191\",\"Remove unintended comma #2192\",\"added Russian to locales #2111\",\"Add notifications page with All Notifications #1975\",\"1931 - after successful login the saved language of the user is set #2073\",\"build(deps-dev): bump cypress-file-upload from 3.4.0 to 3.5.0 #2167\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /backend #2166\",\"build(deps-dev): bump date-fns from 2.6.0 to 2.7.0 #2165\",\"build(deps-dev): bump eslint-plugin-vue from 5.2.3 to 6.0.0 in /webapp #2156\",\"build(deps): bump merge-graphql-schemas from 1.7.2 to 1.7.3 in /backend #2155\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.2 in /backend #2154\",\"Add missing portuguese translation #1909\",\"Migrate design tokens #2159\",\"build(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 in /webapp #2158\",\"build(deps-dev): bump vue-svg-loader from 0.12.0 to 0.14.0 in /webapp #2157\",\"Remove graphql-requests #2151\",\"close all open sessions #2148\",\"Implement refresh posts, fix duplicate posts bug #2126\",\"Fix: Email is Case-Sensitive #2118\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /backend #2135\",\"build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend #2136\",\"build(deps-dev): bump @babel/node from 7.6.3 to 7.7.0 in /backend #2134\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 in /webapp #2132\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /webapp #2133\",\"build(deps-dev): bump @babel/register from 7.6.2 to 7.7.0 in /backend #2131\",\"build(deps): bump graphql-middleware from 4.0.1 to 4.0.2 in /backend #2130\",\"build(deps-dev): bump @babel/cli from 7.6.4 to 7.7.0 in /backend #2129\",\"1851 tags clickable #2091\",\"build(deps): bump graphql-shield from 7.0.0 to 7.0.1 in /backend #2123\",\"build(deps): bump merge-graphql-schemas from 1.7.0 to 1.7.2 in /backend #2121\",\"build(deps-dev): bump vue-loader from 15.7.1 to 15.7.2 in /webapp #2122\",\"build(deps-dev): bump async-validator from 3.2.0 to 3.2.1 in /webapp #2120\",\"🍰 Add migration plan and frontend code guidelines to our docs #2075\",\"Update feature template #2116\",\"Update to version 0.1.9 #2114\",\"Refactor and tidy up crop image implementation #1956\",\"🍰 First Implementation Of Filtering Posts By Language #2059\",\"build(deps-dev): bump cypress from 3.5.0 to 3.6.0 #2105\",\"Fix: Poll Interval #2108\",\"build(deps-dev): bump cypress-plugin-retries from 1.3.0 to 1.4.0 #2104\",\"build(deps): bump metascraper-title from 5.7.14 to 5.7.17 in /backend #2082\",\"build(deps): bump metascraper-publisher from 5.7.14 to 5.7.17 in /backend #2098\",\"build(deps): bump metascraper-description from 5.7.14 to 5.7.17 in /backend #2096\",\"build(deps): bump metascraper-audio from 5.7.14 to 5.7.17 in /backend #2097\",\"build(deps): bump metascraper-url from 5.7.14 to 5.7.17 in /backend #2086\",\"build(deps): bump metascraper-image from 5.7.6 to 5.7.17 in /backend #2090\",\"deleted posts no longer displayed in user profile #2093\",\"Send only one notification for mention and comment #2062\",\"build(deps): bump metascraper-date from 5.7.14 to 5.7.17 in /backend #2089\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc16 to 4.0.0-rc17 in /webapp #2088\",\"build(deps): bump metascraper-lang from 5.7.14 to 5.7.17 in /backend #2087\",\"build(deps): bump metascraper-video from 5.7.14 to 5.7.17 in /backend #2084\",\"build(deps): bump metascraper-soundcloud from 5.7.14 to 5.7.17 in /backend #2081\",\"build(deps-dev): bump auto-changelog from 1.16.1 to 1.16.2 #2085\",\"build(deps): bump metascraper-logo from 5.7.14 to 5.7.17 in /backend #2083\",\"build(deps): bump metascraper-youtube from 5.7.14 to 5.7.17 in /backend #2080\",\"build(deps): bump metascraper-author from 5.7.14 to 5.7.17 in /backend #2079\",\"build(deps): bump date-fns from 2.5.0 to 2.6.0 in /webapp #2007\",\"build(deps-dev): bump eslint from 6.5.1 to 6.6.0 in /backend #2071\",\"build(deps): bump node from 12.13.0-alpine to 13.0.1-alpine in /webapp #2019\",\"[FIX # 2058] Typo Fixed. Password -> Passwort #2060\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /backend #2064\",\"build(deps): bump date-fns from 2.5.1 to 2.6.0 in /backend #2010\",\"build(deps-dev): bump apollo-server-testing from 2.9.6 to 2.9.7 in /backend #1984\",\"build(deps): bump metascraper-date from 5.7.6 to 5.7.14 in /backend #2070\",\"build(deps): bump metascraper-video from 5.7.6 to 5.7.14 in /backend #2072\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.2 in /backend #2069\",\"build(deps): bump metascraper-audio from 5.7.6 to 5.7.14 in /backend #2068\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.0 to 23.0.2 in /webapp #2066\",\"build(deps-dev): bump cucumber from 6.0.2 to 6.0.3 in /backend #2065\",\"build(deps): bump metascraper-logo from 5.7.6 to 5.7.14 in /backend #2039\",\"build(deps): bump metascraper-url from 5.7.6 to 5.7.14 in /backend #2053\",\"build(deps): bump metascraper-youtube from 5.7.6 to 5.7.14 in /backend #2054\",\"build(deps): bump neo4j-graphql-js from 2.7.2 to 2.8.0 in /backend #2036\",\"build(deps): bump metascraper-soundcloud from 5.7.7 to 5.7.14 in /backend #2052\",\"build(deps): bump metascraper-author from 5.7.6 to 5.7.14 in /backend #2055\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.0 in /webapp #2051\",\"build(deps): bump metascraper-title from 5.7.6 to 5.7.14 in /backend #2050\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /webapp #2049\",\"build(deps): bump metascraper-description from 5.7.6 to 5.7.14 in /backend #2038\",\"build(deps-dev): bump node-sass from 4.12.0 to 4.13.0 in /webapp #2037\",\"build(deps): bump metascraper-publisher from 5.7.6 to 5.7.14 in /backend #2033\",\"build(deps): bump apollo-server from 2.9.6 to 2.9.7 in /backend #2004\",\"fix #1993 #2043\",\"Update to version 0.1.8 #2032\",\"build(deps): bump graphql-shield from 6.1.0 to 7.0.0 in /backend #2035\",\"build(deps): bump metascraper-lang from 5.7.6 to 5.7.14 in /backend #2034\",\"change Changes & History to Changes #2030\",\"chnage Änderungen & Verlauf zu Änderungen #2029\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc15 to 4.0.0-rc16 in /webapp #1990\",\"add FAQ _blank-href in Footer #2028\",\"fix: Don't attempt to save locale if not authenticated #2025\",\"🍰 New terms and conditions version 0.0.3 #2027\",\"Remove duplicate pinned post record #2023\",\"build(deps-dev): bump cypress from 3.4.1 to 3.5.0 #2018\",\"docs: add missing SUMMARY entry for online backups #2024\",\"build(deps): bump @nuxtjs/axios from 5.6.0 to 5.8.0 in /webapp #2021\",\"Locale save by change local switch #1991\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.4 to 5.2.5 in /webapp #1983\",\"Hide shout count on user profile unless my profile #2016\",\"new terms and conditions #2017\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.4 to 5.2.5 in /webapp #1989\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.4 to 4.0.5 in /webapp #2002\",\"Update to version 0.1.7 #2015\",\"Update fetchMore functionality on profile page #2012\",\"build(deps-dev): bump date-fns from 2.5.1 to 2.6.0 #2001\",\"build(deps): bump faker from 10bfb9f to 9fd8d7d in /backend #2000\",\"build(deps): bump helmet from 3.21.1 to 3.21.2 in /backend #1986\",\"build(deps-dev): bump eslint-plugin-jest from 22.19.0 to 22.20.0 in /webapp #1985\",\"build(deps): bump apollo-server-express from 2.9.6 to 2.9.7 in /backend #1982\",\"1997 fix performance issue with pinned post #1998\",\"Update to version 0.1.6 #1996\",\"🍰 Fix - maintaining sorting after navigation #1872\",\"Add storybook stories for our university students #1906\",\"build(deps): bump nuxt from 2.10.1 to 2.10.2 in /webapp #1987\",\"build(deps-dev): bump @storybook/vue from 5.2.4 to 5.2.5 in /webapp #1981\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.20.0 in /backend #1978\",\"build(deps): bump node from 12.12.0-alpine to 12.13.0-alpine in /webapp #1977\",\"build(deps-dev): bump date-fns from 2.5.0 to 2.5.1 #1962\",\"build(deps): bump faker from 10bfb9f to 9fd8d7d in /backend #1961\",\"build(deps-dev): bump async-validator from 3.1.0 to 3.2.0 in /webapp #1920\",\"build(deps): bump @sentry/node from 5.7.0 to 5.7.1 in /backend #1914\",\"Hide new CommentForm while editing a comment #1973\",\"🍰 Translate texts for pinning a post to German #1972\",\"Allow admins to pin a post #1840\",\"fix: Only one ellipse is displayed #1968\",\"Refactor reports resolver spec #1957\",\"Added createdAt date for follow and shout #1853\",\"build(deps-dev): bump @vue/cli-shared-utils from 3.12.0 to 4.0.4 in /webapp #1965\",\"build(deps): bump neo4j from 3.5.11-enterprise to 3.5.12-enterprise in /neo4j #1963\",\"build(deps-dev): bump cypress-file-upload from 3.3.4 to 3.4.0 #1960\",\"build(deps): bump date-fns from 2.5.0 to 2.5.1 in /backend #1959\",\"build(deps-dev): bump faker from 10bfb9f to 9fd8d7d#1958\",\"build(deps): bump tiptap-extensions from 1.28.3 to 1.28.4 in /webapp #1946\",\"build(deps): bump metascraper-soundcloud from 5.7.6 to 5.7.7 in /backend #1943\",\"fix: console warnings during frontend tests #1942\",\"Language will be saved in the database of the user during registration #1927\",\"Update to version 0.1.5 #1951\",\"build(deps-dev): bump dotenv from 8.1.0 to 8.2.0 #1917\",\"Fix vue errors for Contribution form #1941\",\"Follow @alina-beck and @Tirokk PR suggestions #1940\",\"🍰 Add Cypher statement for ordering #1926\",\"Improved comment truncation #1925\",\"fix: typo in German translation #1911\",\"build(deps): bump styleguide from 808b3c5 to d46fc15#1923\",\"build(deps): bump date-fns from 2.4.1 to 2.5.0 in /webapp #1921\",\"build(deps): bump date-fns from 2.4.1 to 2.5.0 in /backend #1915\",\"Maintain filename for cropped images #1935\",\"build(deps-dev): bump date-fns from 2.4.1 to 2.5.0 #1919\",\"build(deps-dev): bump nodemon from 1.19.3 to 1.19.4 in /backend #1916\",\"build(deps-dev): bump neode from 0.3.3 to 0.3.6 #1918\",\"Highlight and expand linked comment #1903\",\"Add missing translations for Title placeholder #1910\",\"🍰 Reporting with specific information #1797\",\"build(deps): bump dotenv from 8.1.0 to 8.2.0 in /backend #1912\",\"Confirm privacy policy minimum age at registration #1907\",\"refactor: improve locale imports #1904\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.3 to 5.2.4 in /webapp #1899\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0 in /webapp #1889\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0 in /backend #1888\",\"build(deps): bump node from 12.11.1-alpine to 12.12.0-alpine in /webapp #1894\",\"build(deps-dev): bump @storybook/vue from 5.2.3 to 5.2.4 in /webapp #1897\",\"build(deps): bump node from 12.11.1-alpine to 12.12.0-alpine in /backend #1895\",\"build(deps): bump @nuxtjs/sentry from 3.0.0 to 3.0.1 in /webapp #1896\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.3 to 5.2.4 in /webapp #1898\",\"🍰 Refactor Database for Reporting with specific information #1878\",\"build(deps): bump nuxt from 2.10.0 to 2.10.1 in /webapp #1890\",\"build(deps-dev): bump @babel/cli from 7.6.3 to 7.6.4 in /backend #1868\",\"build(deps): bump apollo-server from 2.9.5 to 2.9.6 in /backend #1864\",\"build(deps-dev): bump apollo-server-testing from 2.9.5 to 2.9.6 in /backend #1870\",\"build(deps-dev): bump @babel/core from 7.6.3 to 7.6.4 in /webapp #1867\",\"build(deps-dev): bump core-js from 2.6.9 to 2.6.10 in /webapp #1892\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc14 to 4.0.0-rc15 in /webapp #1891\",\"build(deps): bump @sentry/node from 5.6.2 to 5.7.0 in /backend #1871\",\"build(deps-dev): bump @vue/cli-shared-utils from 3.11.0 to 3.12.0 in /webapp #1869\",\"build(deps): bump apollo-server-express from 2.9.5 to 2.9.6 in /backend #1866\",\"build(deps-dev): bump @babel/core from 7.6.2 to 7.6.4 in /backend #1865\",\"🍰 Implement basic image cropping solution #1666\",\"1773 refactor rewards spec #1884\",\"fix: search for email case-insensitively #1863\",\"Fix translation error in login page #1885\",\"fix: security vulnerability with yarn resolutions #1862\",\"Fix embeds settings page #1877\",\"update version to 0.1.4 #1860\",\"Update profile posts apollo query #1805\",\"Add Hall of Fame to README #1859\",\"Implement public registration #1814\",\"Refactor embed settings page #1861\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\",\"Merge pull request #2443 from Human-Connection/2237-longer-comments #2237\",\"fix #2329: Normalize email on login in the backend #2329\",\"Fix #2294 #2294\",\"Merge pull request #2078 from Human-Connection/fix-2042-back-link #2042\",\"Fix #2042 Back Link To Login Page #2042\",\"Merge pull request #2043 from Human-Connection/fix-1993 #1993\",\"fix #1993 #1993\"]},\"95\":{\"h\":\"\",\"t\":[\"10 October 2019\"]},\"96\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"Update to version 0.2.0 #2584\",\"build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend #2556\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 #2569\",\"build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 in /backend #2576\",\"Lokalise: Translations update #2563\",\"build(deps-dev): bump style-resources-loader from 1.3.2 to 1.3.3 in /webapp #2580\",\"build(deps): bump node from 13.3.0-alpine to 13.4.0-alpine in /webapp #2577\",\"build(deps): bump metascraper-title from 5.8.10 to 5.8.12 in /backend #2575\",\"build(deps-dev): bump apollo-server-testing from 2.9.13 to 2.9.14 in /backend #2574\",\"build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend #2572\",\"Blur Images #2351\",\"build(deps-dev): bump @babel/node from 7.7.4 to 7.7.7 in /backend #2570\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 #2567\",\"build(deps): bump metascraper-description from 5.8.10 to 5.8.12 in /backend #2566\",\"Add back layout changes/update db_manipulation #2544\",\"build(deps): bump metascraper-soundcloud from 5.8.10 to 5.8.12 in /backend #2560\",\"build(deps): bump metascraper-author from 5.8.7 to 5.8.12 in /backend #2559\",\"build(deps): bump metascraper from 5.8.9 to 5.8.12 in /backend #2558\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.12 in /backend #2547\",\"build(deps): bump metascraper-video from 5.8.10 to 5.8.12 in /backend #2557\",\"build(deps): bump metascraper-date from 5.8.7 to 5.8.12 in /backend #2555\",\"build(deps): bump metascraper-logo from 5.8.10 to 5.8.12 in /backend #2554\",\"build(deps): bump apollo-server-express from 2.9.13 to 2.9.14 in /backend #2551\",\"build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 in /webapp #2550\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.18.0 to 1.19.0 #2548\",\"Lokalise: Translations update #2545\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.10 in /backend #2522\",\"build(deps): bump metascraper-title from 5.8.7 to 5.8.10 in /backend #2525\",\"build(deps): bump metascraper-lang from 5.8.9 to 5.8.10 in /backend #2531\",\"build(deps): bump tiptap-extensions from 1.28.5 to 1.28.6 in /webapp #2535\",\"Fix maintenance service/LocaleSwitch import #2542\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /webapp #2523\",\"build(deps): bump stack-utils from 1.0.2 to 2.0.1 in /webapp #2521\",\"build(deps): bump metascraper-soundcloud from 5.8.9 to 5.8.10 in /backend #2520\",\"Update neode #2539\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /webapp #2519\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /webapp #2527\",\"build(deps): bump neo4j-graphql-js from 2.10.1 to 2.10.2 in /backend #2530\",\"build(deps): bump metascraper-image from 5.8.7 to 5.8.10 in /backend #2532\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /backend #2534\",\"build(deps): bump metascraper-video from 5.8.9 to 5.8.10 in /backend #2536\",\"build(deps): bump tiptap from 1.26.5 to 1.26.6 in /webapp #2537\",\"build(deps-dev): bump vue-loader from 15.7.2 to 15.8.3 in /webapp #2538\",\"Refactor: content menu #2512\",\"build(deps): bump metascraper-audio from 5.8.7 to 5.8.10 in /backend #2524\",\"build(deps): bump metascraper-description from 5.8.7 to 5.8.10 in /backend #2518\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /backend #2517\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /backend #2516\",\"build(deps): bump metascraper-logo from 5.8.7 to 5.8.10 in /backend #2515\",\"Fix duplicate fragment user issue #2511\",\"fix: editor not visible in server-side-rendering #2513\",\"Update it.json #2507\",\"Fix: User.name is not non-nullable #2510\",\"Update to version 0.1.13 #2506\",\"Update de.json #2492\",\"Fix broken scroll behaviour on index and profile page #2487\",\"Lokalise: Translations update #2503\",\"build(deps): bump node from 13.1.0-alpine to 13.3.0-alpine in /webapp #2454\",\"Lokalise: Translations update #2485\",\"build(deps-dev): bump css-loader from 3.3.0 to 3.3.2 in /webapp #2505\",\"build(deps-dev): bump cypress from 3.7.0 to 3.8.0 #2504\",\"Favor transaction functions #2433\",\"build(deps): bump nodemailer from 6.4.1 to 6.4.2 in /backend #2500\",\"Update en.json #2491\",\"Update es.json #2493\",\"Update fr.json #2494\",\"Update it.json #2496\",\"build(deps-dev): bump nodemon from 2.0.1 to 2.0.2 in /backend #2499\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc18 to 4.0.0-rc19 in /webapp #2498\",\"build(deps): bump neo4j-graphql-js from 2.10.0 to 2.10.1 in /backend #2497\",\"Fix docker manifest on Travis CI #2488\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 #2453\",\"build(deps-dev): bump cypress-file-upload from 3.5.0 to 3.5.1 #2489\",\"build(deps): bump cookie-universal-nuxt from 2.0.19 to 2.1.0 in /webapp #2490\",\"Update to version 0.1.12 #2483\",\"Show the comments again #2482\",\"Improve notification query performance by reducing db calls #2470\",\"Fix Cannot read 'Post' of undefined#2481\",\"Hope to fix our deployment with explicit call of bash#2480\",\"Revert layout changes image aspect ratio #2467\",\"Quick fix for null pointer error in User.vue #2472\",\"Checkbox 'no comercial + no political account' add to creat user account #2416\",\"Remove data-test attriubutes in non-dev env #2421\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 #2452\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /backend #2455\",\"build(deps-dev): bump @babel/cli from 7.7.4 to 7.7.5 in /backend #2458\",\"build(deps): bump @sentry/node from 5.10.1 to 5.10.2 in /backend #2473\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /backend #2474\",\"build(deps-dev): bump css-loader from 3.2.1 to 3.3.0 in /webapp #2475\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /webapp #2477\",\"Fix #2237, Comments 4 times as long before \\\"show more\\\" #2443\",\"Get rid of inconsistency with neode setup #2404\",\"Bump styleguide to version 0.5.22 #2468\",\"build(deps): bump nodemailer from 6.4.0 to 6.4.1 in /backend #2456\",\"build(deps-dev): bump eslint-loader from 3.0.2 to 3.0.3 in /webapp #2459\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /backend #2460\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /webapp #2461\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /webapp #2463\",\"build(deps-dev): bump async-validator from 3.2.2 to 3.2.3 in /webapp #2464\",\"build(deps): bump styleguide from 808b3c5 to 7ef8340#2465\",\"Paginate moderations page without losing filtering #2466\",\"Update it.json #2451\",\"build(deps): bump metascraper from 5.8.8 to 5.8.9 in /backend #2304\",\"build(deps): bump metascraper-video from 5.8.7 to 5.8.9 in /backend #2303\",\"build(deps): bump neo4j-graphql-js from 2.9.3 to 2.10.0 in /backend #2440\",\"Hide Donations Bar #2422\",\"build(deps): bump @sentry/node from 5.10.0 to 5.10.1 in /backend #2436\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.17.0 to 1.18.0 #2437\",\"build(deps-dev): bump apollo-server-testing from 2.9.12 to 2.9.13 in /backend #2439\",\"build(deps): bump apollo-server from 2.9.12 to 2.9.13 in /backend #2441\",\"Eliminate database calls for reports query #2435\",\"Use babel-loader with vue-svg-loader #2430\",\"Remove disable from reports.disable Query #2432\",\"2253 fix scroll layout issue #2317\",\"Update test description #2424\",\"Update yarn.lock after pulling in latest changes #2419\",\"Update privacy path #2417\",\"Add browserstack logo to attributions #2431\",\"build(deps): bump @sentry/node from 5.9.0 to 5.10.0 in /backend #2428\",\"build(deps): bump nodemailer from 6.3.1 to 6.4.0 in /backend #2427\",\"List and protocol moderation #1954\",\"fix: Re-enable webfinger feature #2335\",\"Close neo4j driver sessions #2402\",\"feat: swap user name<=>handle for discriminability #2385\",\"build(deps-dev): bump @storybook/vue from 5.2.6 to 5.2.8 in /webapp #2397\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.6 to 5.2.8 in /webapp #2398\",\"Fix German translation of \\\"Shouts\\\" #2400\",\"build(deps): bump tiptap-extensions from 1.28.4 to 1.28.5 in /webapp #2407\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.7 to 5.2.8 in /webapp #2406\",\"build(deps-dev): bump css-loader from 3.2.0 to 3.2.1 in /webapp #2405\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.6 to 5.2.8 in /webapp #2399\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /webapp #2393\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.5 to 4.1.1 in /webapp #2374\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /webapp #2392\",\"Terms of use extended with dot - no commercial use #2316\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.2 to 1.17.0 #2389\",\"Lokalise: Translations update #2380\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.6 to 5.2.7 in /webapp #2391\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /backend #2390\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /backend #2388\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2379\",\"build(deps): bump neo4j from 3.5.12-enterprise to 3.5.13-enterprise in /neo4j #2377\",\"build(deps-dev): bump @babel/cli from 7.7.0 to 7.7.4 in /backend #2366\",\"build(deps-dev): bump cypress-plugin-retries from 1.4.0 to 1.5.0 #2360\",\"No public registration in development so that backend test pass #2382\",\"Don't remove sub-addresses in emails #2375\",\"refactor: Remove obsolete code about invitation codes #2333\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc17 to 4.0.0-rc18 in /webapp #2373\",\"build(deps): bump graphql-shield from 7.0.2 to 7.0.4 in /backend #2372\",\"build(deps-dev): bump cypress from 3.6.1 to 3.7.0 #2371\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /backend #2359\",\"build(deps): bump apollo-server from 2.9.11 to 2.9.12 in /backend #2357\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /webapp #2369\",\"build(deps): bump @hapi/joi from 16.1.7 to 16.1.8 in /backend #2368\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /backend #2365\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.2.0 to 7.7.4 in /backend #2339\",\"refactor: Close session in isAuthor permission #2334\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /webapp #2323\",\"1967 component tests content view #2169\",\"If an admin searches for a user by email, don't crash if no user can be found #2295\",\"Migrate styleguide icons #2288\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /backend #2358\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /backend #2341\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /webapp #2340\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /backend #2322\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /webapp #2319\",\"Update to version 0.1.11 with bug fixes #2354\",\"Fix updating post by adding/changing image bug submits form #2350\",\"Add shoutedBy_some to _PostFilter #2353\",\"build(deps-dev): bump date-fns from 2.8.0 to 2.8.1 #2342\",\"build(deps-dev): bump @babel/node from 7.7.0 to 7.7.4 in /backend #2343\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /backend #2345\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /webapp #2346\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /webapp #2347\",\"build(deps-dev): bump nodemon from 1.19.4 to 2.0.1 in /backend #2348\",\"Update to version 0.1.11 #2324\",\"Add LegacyEmbeds component to fix bug #2328\",\"Fix incorrect link to development environment #2309\",\"2329 normalize emails in login form #2330\",\"Lokalise: Translations update #2327\",\"Changed translation must change test 😦 #2310\",\"build(deps-dev): bump apollo-server-testing from 2.9.9 to 2.9.12 in /backend #2318\",\"build(deps-dev): bump fuse.js from 3.4.5 to 3.4.6 in /webapp #2314\",\"build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 in /webapp #2302\",\"build(deps): bump metascraper-lang from 5.8.7 to 5.8.9 in /backend #2301\",\"build(deps): bump metascraper-soundcloud from 5.8.7 to 5.8.9 in /backend #2298\",\"build(deps): bump metascraper-youtube from 5.8.7 to 5.8.9 in /backend #2297\",\"build(deps-dev): bump date-fns from 2.7.0 to 2.8.0 #2296\",\"build(deps): bump apollo-server from 2.9.9 to 2.9.11 in /backend #2311\",\"Fix Typo Of Issue 2230 #2293\",\"[Systems-Development-and-Frameworks] Clickable hashtags #2076\",\"build(deps): bump neo4j-graphql-js from 2.9.0 to 2.9.3 in /backend #2283\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.3 to 23.0.4 in /backend #2285\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.7.0 in /backend #2286\",\"Lokalise: Translations update #2277\",\"build(deps-dev): bump @vue/eslint-config-prettier from 5.0.0 to 6.0.0 in /webapp #2266\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /backend #2281\",\"build(deps): bump apollo-server from 2.9.7 to 2.9.9 in /backend #2280\",\"build(deps-dev): bump apollo-server-testing from 2.9.7 to 2.9.9 in /backend #2279\",\"build(deps): bump @sentry/node from 5.8.0 to 5.9.0 in /backend #2278\",\"🍰 2119-Fix Contribution consistent form input validation #2160\",\"build(deps): bump cookie-universal-nuxt from 2.0.18 to 2.0.19 in /webapp #2265\",\"build(deps): bump metascraper modules #2257\",\"build: configure stale bot #2273\",\"Explicitly define our schema, improve performance #2243\",\"build(deps): [security] bump https-proxy-agent from 2.2.1 to 2.2.4 #2274\",\"build: record and publish all cypress test results #2251\",\"Add Emacs Backup Files To Gitignore (*~) #2261\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 in /webapp #2267\",\"2187 language does not change on edit #2200\",\"1747 show shouts #2101\",\"build(deps): bump node from 13.0.1-alpine to 13.1.0-alpine in /webapp #2180\",\"Fix #2042 Back Link To Login Page #2078\",\"2119 create post consistent form input validation improvements #2163\",\"Helper script to install all packages #2250\",\"refactor: remove redundant port configuration #2247\",\"build(deps-dev): bump eslint-config-standard from 12.0.0 to 14.1.0 in /webapp #2246\",\"build(deps-dev): bump cucumber from 6.0.3 to 6.0.5 in /backend #2236\",\"build: less verbose output on build server #2249\",\"Fix infinite scrolling out of control #2248\",\"2106-unblock a user in the user settings #2110\",\"Fix 1936 #2241\",\"fix(editor): Fix hashtags not working after embeded content #2242\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /webapp #2185\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.4 in /webapp #2245\",\"build(deps): remove deprecated debug flags #2219\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /webapp #2235\",\"build(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /webapp #2205\",\"Add locale to undefined to null #2233\",\"Update to version 0.1.10 #2231\",\"Update contribution guidelines #2127\",\"fix: return null for missig translations #2218\",\"Add donation status and button #2194\",\"Added Empty Definitions For Missing Getters And Mutations #2197\",\"build(deps): bump @sentry/node from 5.7.1 to 5.8.0 in /backend #2209\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.3 in /backend #2206\",\"build(deps-dev): bump vue-svg-loader from 0.14.0 to 0.15.0 in /webapp #2204\",\"build(deps-dev): bump async-validator from 3.2.1 to 3.2.2 in /webapp #2203\",\"Update deployment names in deploy script #2216\",\"Fix: Delete Block Button in MainPage PostCards #2193\",\"Update doctl to use default context #2199\",\"console.error in Hashtag.spec.js #2161 #2201\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.5 to 5.2.6 in /webapp #2186\",\"build(deps-dev): bump style-resources-loader from 1.2.1 to 1.3.2 in /webapp #2188\",\"build(deps-dev): bump @storybook/vue from 5.2.5 to 5.2.6 in /webapp #2183\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.5 to 5.2.6 in /webapp #2176\",\"build(deps-dev): bump cypress from 3.6.0 to 3.6.1 #2173\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /webapp #2164\",\"Update docs for deploying new server, env variables #2191\",\"Remove unintended comma #2192\",\"added Russian to locales #2111\",\"Add notifications page with All Notifications #1975\",\"1931 - after successful login the saved language of the user is set #2073\",\"build(deps-dev): bump cypress-file-upload from 3.4.0 to 3.5.0 #2167\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /backend #2166\",\"build(deps-dev): bump date-fns from 2.6.0 to 2.7.0 #2165\",\"build(deps-dev): bump eslint-plugin-vue from 5.2.3 to 6.0.0 in /webapp #2156\",\"build(deps): bump merge-graphql-schemas from 1.7.2 to 1.7.3 in /backend #2155\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.2 in /backend #2154\",\"Add missing portuguese translation #1909\",\"Migrate design tokens #2159\",\"build(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 in /webapp #2158\",\"build(deps-dev): bump vue-svg-loader from 0.12.0 to 0.14.0 in /webapp #2157\",\"Remove graphql-requests #2151\",\"close all open sessions #2148\",\"Implement refresh posts, fix duplicate posts bug #2126\",\"Fix: Email is Case-Sensitive #2118\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /backend #2135\",\"build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend #2136\",\"build(deps-dev): bump @babel/node from 7.6.3 to 7.7.0 in /backend #2134\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 in /webapp #2132\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /webapp #2133\",\"build(deps-dev): bump @babel/register from 7.6.2 to 7.7.0 in /backend #2131\",\"build(deps): bump graphql-middleware from 4.0.1 to 4.0.2 in /backend #2130\",\"build(deps-dev): bump @babel/cli from 7.6.4 to 7.7.0 in /backend #2129\",\"1851 tags clickable #2091\",\"build(deps): bump graphql-shield from 7.0.0 to 7.0.1 in /backend #2123\",\"build(deps): bump merge-graphql-schemas from 1.7.0 to 1.7.2 in /backend #2121\",\"build(deps-dev): bump vue-loader from 15.7.1 to 15.7.2 in /webapp #2122\",\"build(deps-dev): bump async-validator from 3.2.0 to 3.2.1 in /webapp #2120\",\"🍰 Add migration plan and frontend code guidelines to our docs #2075\",\"Update feature template #2116\",\"Update to version 0.1.9 #2114\",\"Refactor and tidy up crop image implementation #1956\",\"🍰 First Implementation Of Filtering Posts By Language #2059\",\"build(deps-dev): bump cypress from 3.5.0 to 3.6.0 #2105\",\"Fix: Poll Interval #2108\",\"build(deps-dev): bump cypress-plugin-retries from 1.3.0 to 1.4.0 #2104\",\"build(deps): bump metascraper-title from 5.7.14 to 5.7.17 in /backend #2082\",\"build(deps): bump metascraper-publisher from 5.7.14 to 5.7.17 in /backend #2098\",\"build(deps): bump metascraper-description from 5.7.14 to 5.7.17 in /backend #2096\",\"build(deps): bump metascraper-audio from 5.7.14 to 5.7.17 in /backend #2097\",\"build(deps): bump metascraper-url from 5.7.14 to 5.7.17 in /backend #2086\",\"build(deps): bump metascraper-image from 5.7.6 to 5.7.17 in /backend #2090\",\"deleted posts no longer displayed in user profile #2093\",\"Send only one notification for mention and comment #2062\",\"build(deps): bump metascraper-date from 5.7.14 to 5.7.17 in /backend #2089\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc16 to 4.0.0-rc17 in /webapp #2088\",\"build(deps): bump metascraper-lang from 5.7.14 to 5.7.17 in /backend #2087\",\"build(deps): bump metascraper-video from 5.7.14 to 5.7.17 in /backend #2084\",\"build(deps): bump metascraper-soundcloud from 5.7.14 to 5.7.17 in /backend #2081\",\"build(deps-dev): bump auto-changelog from 1.16.1 to 1.16.2 #2085\",\"build(deps): bump metascraper-logo from 5.7.14 to 5.7.17 in /backend #2083\",\"build(deps): bump metascraper-youtube from 5.7.14 to 5.7.17 in /backend #2080\",\"build(deps): bump metascraper-author from 5.7.14 to 5.7.17 in /backend #2079\",\"build(deps): bump date-fns from 2.5.0 to 2.6.0 in /webapp #2007\",\"build(deps-dev): bump eslint from 6.5.1 to 6.6.0 in /backend #2071\",\"build(deps): bump node from 12.13.0-alpine to 13.0.1-alpine in /webapp #2019\",\"[FIX # 2058] Typo Fixed. Password -> Passwort #2060\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /backend #2064\",\"build(deps): bump date-fns from 2.5.1 to 2.6.0 in /backend #2010\",\"build(deps-dev): bump apollo-server-testing from 2.9.6 to 2.9.7 in /backend #1984\",\"build(deps): bump metascraper-date from 5.7.6 to 5.7.14 in /backend #2070\",\"build(deps): bump metascraper-video from 5.7.6 to 5.7.14 in /backend #2072\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.2 in /backend #2069\",\"build(deps): bump metascraper-audio from 5.7.6 to 5.7.14 in /backend #2068\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.0 to 23.0.2 in /webapp #2066\",\"build(deps-dev): bump cucumber from 6.0.2 to 6.0.3 in /backend #2065\",\"build(deps): bump metascraper-logo from 5.7.6 to 5.7.14 in /backend #2039\",\"build(deps): bump metascraper-url from 5.7.6 to 5.7.14 in /backend #2053\",\"build(deps): bump metascraper-youtube from 5.7.6 to 5.7.14 in /backend #2054\",\"build(deps): bump neo4j-graphql-js from 2.7.2 to 2.8.0 in /backend #2036\",\"build(deps): bump metascraper-soundcloud from 5.7.7 to 5.7.14 in /backend #2052\",\"build(deps): bump metascraper-author from 5.7.6 to 5.7.14 in /backend #2055\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.0 in /webapp #2051\",\"build(deps): bump metascraper-title from 5.7.6 to 5.7.14 in /backend #2050\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /webapp #2049\",\"build(deps): bump metascraper-description from 5.7.6 to 5.7.14 in /backend #2038\",\"build(deps-dev): bump node-sass from 4.12.0 to 4.13.0 in /webapp #2037\",\"build(deps): bump metascraper-publisher from 5.7.6 to 5.7.14 in /backend #2033\",\"build(deps): bump apollo-server from 2.9.6 to 2.9.7 in /backend #2004\",\"fix #1993 #2043\",\"Update to version 0.1.8 #2032\",\"build(deps): bump graphql-shield from 6.1.0 to 7.0.0 in /backend #2035\",\"build(deps): bump metascraper-lang from 5.7.6 to 5.7.14 in /backend #2034\",\"change Changes & History to Changes #2030\",\"chnage Änderungen & Verlauf zu Änderungen #2029\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc15 to 4.0.0-rc16 in /webapp #1990\",\"add FAQ _blank-href in Footer #2028\",\"fix: Don't attempt to save locale if not authenticated #2025\",\"🍰 New terms and conditions version 0.0.3 #2027\",\"Remove duplicate pinned post record #2023\",\"build(deps-dev): bump cypress from 3.4.1 to 3.5.0 #2018\",\"docs: add missing SUMMARY entry for online backups #2024\",\"build(deps): bump @nuxtjs/axios from 5.6.0 to 5.8.0 in /webapp #2021\",\"Locale save by change local switch #1991\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.4 to 5.2.5 in /webapp #1983\",\"Hide shout count on user profile unless my profile #2016\",\"new terms and conditions #2017\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.4 to 5.2.5 in /webapp #1989\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.4 to 4.0.5 in /webapp #2002\",\"Update to version 0.1.7 #2015\",\"Update fetchMore functionality on profile page #2012\",\"build(deps-dev): bump date-fns from 2.5.1 to 2.6.0 #2001\",\"build(deps): bump faker from 10bfb9f to 9fd8d7d in /backend #2000\",\"build(deps): bump helmet from 3.21.1 to 3.21.2 in /backend #1986\",\"build(deps-dev): bump eslint-plugin-jest from 22.19.0 to 22.20.0 in /webapp #1985\",\"build(deps): bump apollo-server-express from 2.9.6 to 2.9.7 in /backend #1982\",\"1997 fix performance issue with pinned post #1998\",\"Update to version 0.1.6 #1996\",\"🍰 Fix - maintaining sorting after navigation #1872\",\"Add storybook stories for our university students #1906\",\"build(deps): bump nuxt from 2.10.1 to 2.10.2 in /webapp #1987\",\"build(deps-dev): bump @storybook/vue from 5.2.4 to 5.2.5 in /webapp #1981\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.20.0 in /backend #1978\",\"build(deps): bump node from 12.12.0-alpine to 12.13.0-alpine in /webapp #1977\",\"build(deps-dev): bump date-fns from 2.5.0 to 2.5.1 #1962\",\"build(deps): bump faker from 10bfb9f to 9fd8d7d in /backend #1961\",\"build(deps-dev): bump async-validator from 3.1.0 to 3.2.0 in /webapp #1920\",\"build(deps): bump @sentry/node from 5.7.0 to 5.7.1 in /backend #1914\",\"Hide new CommentForm while editing a comment #1973\",\"🍰 Translate texts for pinning a post to German #1972\",\"Allow admins to pin a post #1840\",\"fix: Only one ellipse is displayed #1968\",\"Refactor reports resolver spec #1957\",\"Added createdAt date for follow and shout #1853\",\"build(deps-dev): bump @vue/cli-shared-utils from 3.12.0 to 4.0.4 in /webapp #1965\",\"build(deps): bump neo4j from 3.5.11-enterprise to 3.5.12-enterprise in /neo4j #1963\",\"build(deps-dev): bump cypress-file-upload from 3.3.4 to 3.4.0 #1960\",\"build(deps): bump date-fns from 2.5.0 to 2.5.1 in /backend #1959\",\"build(deps-dev): bump faker from 10bfb9f to 9fd8d7d#1958\",\"build(deps): bump tiptap-extensions from 1.28.3 to 1.28.4 in /webapp #1946\",\"build(deps): bump metascraper-soundcloud from 5.7.6 to 5.7.7 in /backend #1943\",\"fix: console warnings during frontend tests #1942\",\"Language will be saved in the database of the user during registration #1927\",\"Update to version 0.1.5 #1951\",\"build(deps-dev): bump dotenv from 8.1.0 to 8.2.0 #1917\",\"Fix vue errors for Contribution form #1941\",\"Follow @alina-beck and @Tirokk PR suggestions #1940\",\"🍰 Add Cypher statement for ordering #1926\",\"Improved comment truncation #1925\",\"fix: typo in German translation #1911\",\"build(deps): bump styleguide from 808b3c5 to d46fc15#1923\",\"build(deps): bump date-fns from 2.4.1 to 2.5.0 in /webapp #1921\",\"build(deps): bump date-fns from 2.4.1 to 2.5.0 in /backend #1915\",\"Maintain filename for cropped images #1935\",\"build(deps-dev): bump date-fns from 2.4.1 to 2.5.0 #1919\",\"build(deps-dev): bump nodemon from 1.19.3 to 1.19.4 in /backend #1916\",\"build(deps-dev): bump neode from 0.3.3 to 0.3.6 #1918\",\"Highlight and expand linked comment #1903\",\"Add missing translations for Title placeholder #1910\",\"🍰 Reporting with specific information #1797\",\"build(deps): bump dotenv from 8.1.0 to 8.2.0 in /backend #1912\",\"Confirm privacy policy minimum age at registration #1907\",\"refactor: improve locale imports #1904\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.3 to 5.2.4 in /webapp #1899\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0 in /webapp #1889\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0 in /backend #1888\",\"build(deps): bump node from 12.11.1-alpine to 12.12.0-alpine in /webapp #1894\",\"build(deps-dev): bump @storybook/vue from 5.2.3 to 5.2.4 in /webapp #1897\",\"build(deps): bump node from 12.11.1-alpine to 12.12.0-alpine in /backend #1895\",\"build(deps): bump @nuxtjs/sentry from 3.0.0 to 3.0.1 in /webapp #1896\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.3 to 5.2.4 in /webapp #1898\",\"🍰 Refactor Database for Reporting with specific information #1878\",\"build(deps): bump nuxt from 2.10.0 to 2.10.1 in /webapp #1890\",\"build(deps-dev): bump @babel/cli from 7.6.3 to 7.6.4 in /backend #1868\",\"build(deps): bump apollo-server from 2.9.5 to 2.9.6 in /backend #1864\",\"build(deps-dev): bump apollo-server-testing from 2.9.5 to 2.9.6 in /backend #1870\",\"build(deps-dev): bump @babel/core from 7.6.3 to 7.6.4 in /webapp #1867\",\"build(deps-dev): bump core-js from 2.6.9 to 2.6.10 in /webapp #1892\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc14 to 4.0.0-rc15 in /webapp #1891\",\"build(deps): bump @sentry/node from 5.6.2 to 5.7.0 in /backend #1871\",\"build(deps-dev): bump @vue/cli-shared-utils from 3.11.0 to 3.12.0 in /webapp #1869\",\"build(deps): bump apollo-server-express from 2.9.5 to 2.9.6 in /backend #1866\",\"build(deps-dev): bump @babel/core from 7.6.2 to 7.6.4 in /backend #1865\",\"🍰 Implement basic image cropping solution #1666\",\"1773 refactor rewards spec #1884\",\"fix: search for email case-insensitively #1863\",\"Fix translation error in login page #1885\",\"fix: security vulnerability with yarn resolutions #1862\",\"Fix embeds settings page #1877\",\"update version to 0.1.4 #1860\",\"Update profile posts apollo query #1805\",\"Add Hall of Fame to README #1859\",\"Implement public registration #1814\",\"Refactor embed settings page #1861\",\"Save user setting to show embed code II #1852\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.1 to 1.16.2 #1855\",\"build(deps): bump nodemailer from 6.3.0 to 6.3.1 in /backend #1854\",\"build(deps-dev): bump @babel/preset-env from 7.6.2 to 7.6.3 in /webapp #1849\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.1 to 5.2.3 in /webapp #1836\",\"build(deps-dev): bump @babel/core from 7.6.2 to 7.6.3 in /webapp #1848\",\"build(deps): bump node from 12.11.0-alpine to 12.11.1-alpine in /backend #1837\",\"build(deps): bump styleguide from 808b3c5 to d46fc15#1839\",\"build(deps-dev): bump @babel/cli from 7.6.2 to 7.6.3 in /backend #1847\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.1 to 5.2.3 in /webapp #1838\",\"build(deps-dev): bump @babel/preset-env from 7.6.2 to 7.6.3 in /backend #1846\",\"Title character increased from 64 to 100 #1850\",\"build(deps-dev): bump @babel/node from 7.6.2 to 7.6.3 in /backend #1843\",\"build(deps): bump node from 12.11.0-alpine to 12.11.1-alpine in /webapp #1835\",\"build(deps-dev): bump @storybook/vue from 5.2.1 to 5.2.3 in /webapp #1834\",\"build(deps-dev): bump cucumber from 6.0.1 to 6.0.2 in /backend #1833\",\"build(deps): bump tiptap-extensions from 1.28.0 to 1.28.3 in /webapp #1822\",\"Fix typo in email template #1829\",\"build(deps-dev): bump apollo-server-testing from 2.9.4 to 2.9.5 in /backend #1823\",\"build(deps-dev): bump cucumber from 5.1.0 to 6.0.1 in /backend #1827\",\"build(deps): bump node from 12.10.0-alpine to 12.11.0-alpine in /backend #1826\",\"Display user email for administrators #1808\",\"build(deps): bump tiptap from 1.26.0 to 1.26.3 in /webapp #1821\",\"build(deps): bump apollo-server from 2.9.4 to 2.9.5 in /backend #1825\",\"build(deps): bump node from 12.10.0-alpine to 12.11.0-alpine in /webapp #1824\",\"build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 in /webapp #1819\",\"build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 in /backend #1818\",\"build(deps): bump @hapi/joi from 16.1.5 to 16.1.7 in /backend #1817\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.0 to 1.16.1 #1816\",\"Update to 0.1.3 #1813\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\",\"Merge pull request #2443 from Human-Connection/2237-longer-comments #2237\",\"fix #2329: Normalize email on login in the backend #2329\",\"Fix #2294 #2294\",\"Merge pull request #2078 from Human-Connection/fix-2042-back-link #2042\",\"Fix #2042 Back Link To Login Page #2042\",\"Merge pull request #2043 from Human-Connection/fix-1993 #1993\",\"fix #1993 #1993\"]},\"97\":{\"h\":\"\",\"t\":[\"4 October 2019\"]},\"98\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"Update to version 0.2.0 #2584\",\"build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend #2556\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 #2569\",\"build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 in /backend #2576\",\"Lokalise: Translations update #2563\",\"build(deps-dev): bump style-resources-loader from 1.3.2 to 1.3.3 in /webapp #2580\",\"build(deps): bump node from 13.3.0-alpine to 13.4.0-alpine in /webapp #2577\",\"build(deps): bump metascraper-title from 5.8.10 to 5.8.12 in /backend #2575\",\"build(deps-dev): bump apollo-server-testing from 2.9.13 to 2.9.14 in /backend #2574\",\"build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend #2572\",\"Blur Images #2351\",\"build(deps-dev): bump @babel/node from 7.7.4 to 7.7.7 in /backend #2570\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 #2567\",\"build(deps): bump metascraper-description from 5.8.10 to 5.8.12 in /backend #2566\",\"Add back layout changes/update db_manipulation #2544\",\"build(deps): bump metascraper-soundcloud from 5.8.10 to 5.8.12 in /backend #2560\",\"build(deps): bump metascraper-author from 5.8.7 to 5.8.12 in /backend #2559\",\"build(deps): bump metascraper from 5.8.9 to 5.8.12 in /backend #2558\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.12 in /backend #2547\",\"build(deps): bump metascraper-video from 5.8.10 to 5.8.12 in /backend #2557\",\"build(deps): bump metascraper-date from 5.8.7 to 5.8.12 in /backend #2555\",\"build(deps): bump metascraper-logo from 5.8.10 to 5.8.12 in /backend #2554\",\"build(deps): bump apollo-server-express from 2.9.13 to 2.9.14 in /backend #2551\",\"build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 in /webapp #2550\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.18.0 to 1.19.0 #2548\",\"Lokalise: Translations update #2545\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.10 in /backend #2522\",\"build(deps): bump metascraper-title from 5.8.7 to 5.8.10 in /backend #2525\",\"build(deps): bump metascraper-lang from 5.8.9 to 5.8.10 in /backend #2531\",\"build(deps): bump tiptap-extensions from 1.28.5 to 1.28.6 in /webapp #2535\",\"Fix maintenance service/LocaleSwitch import #2542\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /webapp #2523\",\"build(deps): bump stack-utils from 1.0.2 to 2.0.1 in /webapp #2521\",\"build(deps): bump metascraper-soundcloud from 5.8.9 to 5.8.10 in /backend #2520\",\"Update neode #2539\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /webapp #2519\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /webapp #2527\",\"build(deps): bump neo4j-graphql-js from 2.10.1 to 2.10.2 in /backend #2530\",\"build(deps): bump metascraper-image from 5.8.7 to 5.8.10 in /backend #2532\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /backend #2534\",\"build(deps): bump metascraper-video from 5.8.9 to 5.8.10 in /backend #2536\",\"build(deps): bump tiptap from 1.26.5 to 1.26.6 in /webapp #2537\",\"build(deps-dev): bump vue-loader from 15.7.2 to 15.8.3 in /webapp #2538\",\"Refactor: content menu #2512\",\"build(deps): bump metascraper-audio from 5.8.7 to 5.8.10 in /backend #2524\",\"build(deps): bump metascraper-description from 5.8.7 to 5.8.10 in /backend #2518\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /backend #2517\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /backend #2516\",\"build(deps): bump metascraper-logo from 5.8.7 to 5.8.10 in /backend #2515\",\"Fix duplicate fragment user issue #2511\",\"fix: editor not visible in server-side-rendering #2513\",\"Update it.json #2507\",\"Fix: User.name is not non-nullable #2510\",\"Update to version 0.1.13 #2506\",\"Update de.json #2492\",\"Fix broken scroll behaviour on index and profile page #2487\",\"Lokalise: Translations update #2503\",\"build(deps): bump node from 13.1.0-alpine to 13.3.0-alpine in /webapp #2454\",\"Lokalise: Translations update #2485\",\"build(deps-dev): bump css-loader from 3.3.0 to 3.3.2 in /webapp #2505\",\"build(deps-dev): bump cypress from 3.7.0 to 3.8.0 #2504\",\"Favor transaction functions #2433\",\"build(deps): bump nodemailer from 6.4.1 to 6.4.2 in /backend #2500\",\"Update en.json #2491\",\"Update es.json #2493\",\"Update fr.json #2494\",\"Update it.json #2496\",\"build(deps-dev): bump nodemon from 2.0.1 to 2.0.2 in /backend #2499\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc18 to 4.0.0-rc19 in /webapp #2498\",\"build(deps): bump neo4j-graphql-js from 2.10.0 to 2.10.1 in /backend #2497\",\"Fix docker manifest on Travis CI #2488\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 #2453\",\"build(deps-dev): bump cypress-file-upload from 3.5.0 to 3.5.1 #2489\",\"build(deps): bump cookie-universal-nuxt from 2.0.19 to 2.1.0 in /webapp #2490\",\"Update to version 0.1.12 #2483\",\"Show the comments again #2482\",\"Improve notification query performance by reducing db calls #2470\",\"Fix Cannot read 'Post' of undefined#2481\",\"Hope to fix our deployment with explicit call of bash#2480\",\"Revert layout changes image aspect ratio #2467\",\"Quick fix for null pointer error in User.vue #2472\",\"Checkbox 'no comercial + no political account' add to creat user account #2416\",\"Remove data-test attriubutes in non-dev env #2421\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 #2452\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /backend #2455\",\"build(deps-dev): bump @babel/cli from 7.7.4 to 7.7.5 in /backend #2458\",\"build(deps): bump @sentry/node from 5.10.1 to 5.10.2 in /backend #2473\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /backend #2474\",\"build(deps-dev): bump css-loader from 3.2.1 to 3.3.0 in /webapp #2475\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /webapp #2477\",\"Fix #2237, Comments 4 times as long before \\\"show more\\\" #2443\",\"Get rid of inconsistency with neode setup #2404\",\"Bump styleguide to version 0.5.22 #2468\",\"build(deps): bump nodemailer from 6.4.0 to 6.4.1 in /backend #2456\",\"build(deps-dev): bump eslint-loader from 3.0.2 to 3.0.3 in /webapp #2459\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /backend #2460\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /webapp #2461\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /webapp #2463\",\"build(deps-dev): bump async-validator from 3.2.2 to 3.2.3 in /webapp #2464\",\"build(deps): bump styleguide from 808b3c5 to 7ef8340#2465\",\"Paginate moderations page without losing filtering #2466\",\"Update it.json #2451\",\"build(deps): bump metascraper from 5.8.8 to 5.8.9 in /backend #2304\",\"build(deps): bump metascraper-video from 5.8.7 to 5.8.9 in /backend #2303\",\"build(deps): bump neo4j-graphql-js from 2.9.3 to 2.10.0 in /backend #2440\",\"Hide Donations Bar #2422\",\"build(deps): bump @sentry/node from 5.10.0 to 5.10.1 in /backend #2436\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.17.0 to 1.18.0 #2437\",\"build(deps-dev): bump apollo-server-testing from 2.9.12 to 2.9.13 in /backend #2439\",\"build(deps): bump apollo-server from 2.9.12 to 2.9.13 in /backend #2441\",\"Eliminate database calls for reports query #2435\",\"Use babel-loader with vue-svg-loader #2430\",\"Remove disable from reports.disable Query #2432\",\"2253 fix scroll layout issue #2317\",\"Update test description #2424\",\"Update yarn.lock after pulling in latest changes #2419\",\"Update privacy path #2417\",\"Add browserstack logo to attributions #2431\",\"build(deps): bump @sentry/node from 5.9.0 to 5.10.0 in /backend #2428\",\"build(deps): bump nodemailer from 6.3.1 to 6.4.0 in /backend #2427\",\"List and protocol moderation #1954\",\"fix: Re-enable webfinger feature #2335\",\"Close neo4j driver sessions #2402\",\"feat: swap user name<=>handle for discriminability #2385\",\"build(deps-dev): bump @storybook/vue from 5.2.6 to 5.2.8 in /webapp #2397\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.6 to 5.2.8 in /webapp #2398\",\"Fix German translation of \\\"Shouts\\\" #2400\",\"build(deps): bump tiptap-extensions from 1.28.4 to 1.28.5 in /webapp #2407\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.7 to 5.2.8 in /webapp #2406\",\"build(deps-dev): bump css-loader from 3.2.0 to 3.2.1 in /webapp #2405\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.6 to 5.2.8 in /webapp #2399\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /webapp #2393\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.5 to 4.1.1 in /webapp #2374\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /webapp #2392\",\"Terms of use extended with dot - no commercial use #2316\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.2 to 1.17.0 #2389\",\"Lokalise: Translations update #2380\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.6 to 5.2.7 in /webapp #2391\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /backend #2390\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /backend #2388\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2379\",\"build(deps): bump neo4j from 3.5.12-enterprise to 3.5.13-enterprise in /neo4j #2377\",\"build(deps-dev): bump @babel/cli from 7.7.0 to 7.7.4 in /backend #2366\",\"build(deps-dev): bump cypress-plugin-retries from 1.4.0 to 1.5.0 #2360\",\"No public registration in development so that backend test pass #2382\",\"Don't remove sub-addresses in emails #2375\",\"refactor: Remove obsolete code about invitation codes #2333\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc17 to 4.0.0-rc18 in /webapp #2373\",\"build(deps): bump graphql-shield from 7.0.2 to 7.0.4 in /backend #2372\",\"build(deps-dev): bump cypress from 3.6.1 to 3.7.0 #2371\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /backend #2359\",\"build(deps): bump apollo-server from 2.9.11 to 2.9.12 in /backend #2357\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /webapp #2369\",\"build(deps): bump @hapi/joi from 16.1.7 to 16.1.8 in /backend #2368\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /backend #2365\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.2.0 to 7.7.4 in /backend #2339\",\"refactor: Close session in isAuthor permission #2334\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /webapp #2323\",\"1967 component tests content view #2169\",\"If an admin searches for a user by email, don't crash if no user can be found #2295\",\"Migrate styleguide icons #2288\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /backend #2358\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /backend #2341\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /webapp #2340\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /backend #2322\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /webapp #2319\",\"Update to version 0.1.11 with bug fixes #2354\",\"Fix updating post by adding/changing image bug submits form #2350\",\"Add shoutedBy_some to _PostFilter #2353\",\"build(deps-dev): bump date-fns from 2.8.0 to 2.8.1 #2342\",\"build(deps-dev): bump @babel/node from 7.7.0 to 7.7.4 in /backend #2343\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /backend #2345\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /webapp #2346\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /webapp #2347\",\"build(deps-dev): bump nodemon from 1.19.4 to 2.0.1 in /backend #2348\",\"Update to version 0.1.11 #2324\",\"Add LegacyEmbeds component to fix bug #2328\",\"Fix incorrect link to development environment #2309\",\"2329 normalize emails in login form #2330\",\"Lokalise: Translations update #2327\",\"Changed translation must change test 😦 #2310\",\"build(deps-dev): bump apollo-server-testing from 2.9.9 to 2.9.12 in /backend #2318\",\"build(deps-dev): bump fuse.js from 3.4.5 to 3.4.6 in /webapp #2314\",\"build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 in /webapp #2302\",\"build(deps): bump metascraper-lang from 5.8.7 to 5.8.9 in /backend #2301\",\"build(deps): bump metascraper-soundcloud from 5.8.7 to 5.8.9 in /backend #2298\",\"build(deps): bump metascraper-youtube from 5.8.7 to 5.8.9 in /backend #2297\",\"build(deps-dev): bump date-fns from 2.7.0 to 2.8.0 #2296\",\"build(deps): bump apollo-server from 2.9.9 to 2.9.11 in /backend #2311\",\"Fix Typo Of Issue 2230 #2293\",\"[Systems-Development-and-Frameworks] Clickable hashtags #2076\",\"build(deps): bump neo4j-graphql-js from 2.9.0 to 2.9.3 in /backend #2283\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.3 to 23.0.4 in /backend #2285\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.7.0 in /backend #2286\",\"Lokalise: Translations update #2277\",\"build(deps-dev): bump @vue/eslint-config-prettier from 5.0.0 to 6.0.0 in /webapp #2266\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /backend #2281\",\"build(deps): bump apollo-server from 2.9.7 to 2.9.9 in /backend #2280\",\"build(deps-dev): bump apollo-server-testing from 2.9.7 to 2.9.9 in /backend #2279\",\"build(deps): bump @sentry/node from 5.8.0 to 5.9.0 in /backend #2278\",\"🍰 2119-Fix Contribution consistent form input validation #2160\",\"build(deps): bump cookie-universal-nuxt from 2.0.18 to 2.0.19 in /webapp #2265\",\"build(deps): bump metascraper modules #2257\",\"build: configure stale bot #2273\",\"Explicitly define our schema, improve performance #2243\",\"build(deps): [security] bump https-proxy-agent from 2.2.1 to 2.2.4 #2274\",\"build: record and publish all cypress test results #2251\",\"Add Emacs Backup Files To Gitignore (*~) #2261\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 in /webapp #2267\",\"2187 language does not change on edit #2200\",\"1747 show shouts #2101\",\"build(deps): bump node from 13.0.1-alpine to 13.1.0-alpine in /webapp #2180\",\"Fix #2042 Back Link To Login Page #2078\",\"2119 create post consistent form input validation improvements #2163\",\"Helper script to install all packages #2250\",\"refactor: remove redundant port configuration #2247\",\"build(deps-dev): bump eslint-config-standard from 12.0.0 to 14.1.0 in /webapp #2246\",\"build(deps-dev): bump cucumber from 6.0.3 to 6.0.5 in /backend #2236\",\"build: less verbose output on build server #2249\",\"Fix infinite scrolling out of control #2248\",\"2106-unblock a user in the user settings #2110\",\"Fix 1936 #2241\",\"fix(editor): Fix hashtags not working after embeded content #2242\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /webapp #2185\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.4 in /webapp #2245\",\"build(deps): remove deprecated debug flags #2219\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /webapp #2235\",\"build(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /webapp #2205\",\"Add locale to undefined to null #2233\",\"Update to version 0.1.10 #2231\",\"Update contribution guidelines #2127\",\"fix: return null for missig translations #2218\",\"Add donation status and button #2194\",\"Added Empty Definitions For Missing Getters And Mutations #2197\",\"build(deps): bump @sentry/node from 5.7.1 to 5.8.0 in /backend #2209\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.3 in /backend #2206\",\"build(deps-dev): bump vue-svg-loader from 0.14.0 to 0.15.0 in /webapp #2204\",\"build(deps-dev): bump async-validator from 3.2.1 to 3.2.2 in /webapp #2203\",\"Update deployment names in deploy script #2216\",\"Fix: Delete Block Button in MainPage PostCards #2193\",\"Update doctl to use default context #2199\",\"console.error in Hashtag.spec.js #2161 #2201\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.5 to 5.2.6 in /webapp #2186\",\"build(deps-dev): bump style-resources-loader from 1.2.1 to 1.3.2 in /webapp #2188\",\"build(deps-dev): bump @storybook/vue from 5.2.5 to 5.2.6 in /webapp #2183\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.5 to 5.2.6 in /webapp #2176\",\"build(deps-dev): bump cypress from 3.6.0 to 3.6.1 #2173\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /webapp #2164\",\"Update docs for deploying new server, env variables #2191\",\"Remove unintended comma #2192\",\"added Russian to locales #2111\",\"Add notifications page with All Notifications #1975\",\"1931 - after successful login the saved language of the user is set #2073\",\"build(deps-dev): bump cypress-file-upload from 3.4.0 to 3.5.0 #2167\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /backend #2166\",\"build(deps-dev): bump date-fns from 2.6.0 to 2.7.0 #2165\",\"build(deps-dev): bump eslint-plugin-vue from 5.2.3 to 6.0.0 in /webapp #2156\",\"build(deps): bump merge-graphql-schemas from 1.7.2 to 1.7.3 in /backend #2155\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.2 in /backend #2154\",\"Add missing portuguese translation #1909\",\"Migrate design tokens #2159\",\"build(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 in /webapp #2158\",\"build(deps-dev): bump vue-svg-loader from 0.12.0 to 0.14.0 in /webapp #2157\",\"Remove graphql-requests #2151\",\"close all open sessions #2148\",\"Implement refresh posts, fix duplicate posts bug #2126\",\"Fix: Email is Case-Sensitive #2118\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /backend #2135\",\"build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend #2136\",\"build(deps-dev): bump @babel/node from 7.6.3 to 7.7.0 in /backend #2134\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 in /webapp #2132\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /webapp #2133\",\"build(deps-dev): bump @babel/register from 7.6.2 to 7.7.0 in /backend #2131\",\"build(deps): bump graphql-middleware from 4.0.1 to 4.0.2 in /backend #2130\",\"build(deps-dev): bump @babel/cli from 7.6.4 to 7.7.0 in /backend #2129\",\"1851 tags clickable #2091\",\"build(deps): bump graphql-shield from 7.0.0 to 7.0.1 in /backend #2123\",\"build(deps): bump merge-graphql-schemas from 1.7.0 to 1.7.2 in /backend #2121\",\"build(deps-dev): bump vue-loader from 15.7.1 to 15.7.2 in /webapp #2122\",\"build(deps-dev): bump async-validator from 3.2.0 to 3.2.1 in /webapp #2120\",\"🍰 Add migration plan and frontend code guidelines to our docs #2075\",\"Update feature template #2116\",\"Update to version 0.1.9 #2114\",\"Refactor and tidy up crop image implementation #1956\",\"🍰 First Implementation Of Filtering Posts By Language #2059\",\"build(deps-dev): bump cypress from 3.5.0 to 3.6.0 #2105\",\"Fix: Poll Interval #2108\",\"build(deps-dev): bump cypress-plugin-retries from 1.3.0 to 1.4.0 #2104\",\"build(deps): bump metascraper-title from 5.7.14 to 5.7.17 in /backend #2082\",\"build(deps): bump metascraper-publisher from 5.7.14 to 5.7.17 in /backend #2098\",\"build(deps): bump metascraper-description from 5.7.14 to 5.7.17 in /backend #2096\",\"build(deps): bump metascraper-audio from 5.7.14 to 5.7.17 in /backend #2097\",\"build(deps): bump metascraper-url from 5.7.14 to 5.7.17 in /backend #2086\",\"build(deps): bump metascraper-image from 5.7.6 to 5.7.17 in /backend #2090\",\"deleted posts no longer displayed in user profile #2093\",\"Send only one notification for mention and comment #2062\",\"build(deps): bump metascraper-date from 5.7.14 to 5.7.17 in /backend #2089\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc16 to 4.0.0-rc17 in /webapp #2088\",\"build(deps): bump metascraper-lang from 5.7.14 to 5.7.17 in /backend #2087\",\"build(deps): bump metascraper-video from 5.7.14 to 5.7.17 in /backend #2084\",\"build(deps): bump metascraper-soundcloud from 5.7.14 to 5.7.17 in /backend #2081\",\"build(deps-dev): bump auto-changelog from 1.16.1 to 1.16.2 #2085\",\"build(deps): bump metascraper-logo from 5.7.14 to 5.7.17 in /backend #2083\",\"build(deps): bump metascraper-youtube from 5.7.14 to 5.7.17 in /backend #2080\",\"build(deps): bump metascraper-author from 5.7.14 to 5.7.17 in /backend #2079\",\"build(deps): bump date-fns from 2.5.0 to 2.6.0 in /webapp #2007\",\"build(deps-dev): bump eslint from 6.5.1 to 6.6.0 in /backend #2071\",\"build(deps): bump node from 12.13.0-alpine to 13.0.1-alpine in /webapp #2019\",\"[FIX # 2058] Typo Fixed. Password -> Passwort #2060\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /backend #2064\",\"build(deps): bump date-fns from 2.5.1 to 2.6.0 in /backend #2010\",\"build(deps-dev): bump apollo-server-testing from 2.9.6 to 2.9.7 in /backend #1984\",\"build(deps): bump metascraper-date from 5.7.6 to 5.7.14 in /backend #2070\",\"build(deps): bump metascraper-video from 5.7.6 to 5.7.14 in /backend #2072\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.2 in /backend #2069\",\"build(deps): bump metascraper-audio from 5.7.6 to 5.7.14 in /backend #2068\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.0 to 23.0.2 in /webapp #2066\",\"build(deps-dev): bump cucumber from 6.0.2 to 6.0.3 in /backend #2065\",\"build(deps): bump metascraper-logo from 5.7.6 to 5.7.14 in /backend #2039\",\"build(deps): bump metascraper-url from 5.7.6 to 5.7.14 in /backend #2053\",\"build(deps): bump metascraper-youtube from 5.7.6 to 5.7.14 in /backend #2054\",\"build(deps): bump neo4j-graphql-js from 2.7.2 to 2.8.0 in /backend #2036\",\"build(deps): bump metascraper-soundcloud from 5.7.7 to 5.7.14 in /backend #2052\",\"build(deps): bump metascraper-author from 5.7.6 to 5.7.14 in /backend #2055\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.0 in /webapp #2051\",\"build(deps): bump metascraper-title from 5.7.6 to 5.7.14 in /backend #2050\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /webapp #2049\",\"build(deps): bump metascraper-description from 5.7.6 to 5.7.14 in /backend #2038\",\"build(deps-dev): bump node-sass from 4.12.0 to 4.13.0 in /webapp #2037\",\"build(deps): bump metascraper-publisher from 5.7.6 to 5.7.14 in /backend #2033\",\"build(deps): bump apollo-server from 2.9.6 to 2.9.7 in /backend #2004\",\"fix #1993 #2043\",\"Update to version 0.1.8 #2032\",\"build(deps): bump graphql-shield from 6.1.0 to 7.0.0 in /backend #2035\",\"build(deps): bump metascraper-lang from 5.7.6 to 5.7.14 in /backend #2034\",\"change Changes & History to Changes #2030\",\"chnage Änderungen & Verlauf zu Änderungen #2029\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc15 to 4.0.0-rc16 in /webapp #1990\",\"add FAQ _blank-href in Footer #2028\",\"fix: Don't attempt to save locale if not authenticated #2025\",\"🍰 New terms and conditions version 0.0.3 #2027\",\"Remove duplicate pinned post record #2023\",\"build(deps-dev): bump cypress from 3.4.1 to 3.5.0 #2018\",\"docs: add missing SUMMARY entry for online backups #2024\",\"build(deps): bump @nuxtjs/axios from 5.6.0 to 5.8.0 in /webapp #2021\",\"Locale save by change local switch #1991\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.4 to 5.2.5 in /webapp #1983\",\"Hide shout count on user profile unless my profile #2016\",\"new terms and conditions #2017\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.4 to 5.2.5 in /webapp #1989\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.4 to 4.0.5 in /webapp #2002\",\"Update to version 0.1.7 #2015\",\"Update fetchMore functionality on profile page #2012\",\"build(deps-dev): bump date-fns from 2.5.1 to 2.6.0 #2001\",\"build(deps): bump faker from 10bfb9f to 9fd8d7d in /backend #2000\",\"build(deps): bump helmet from 3.21.1 to 3.21.2 in /backend #1986\",\"build(deps-dev): bump eslint-plugin-jest from 22.19.0 to 22.20.0 in /webapp #1985\",\"build(deps): bump apollo-server-express from 2.9.6 to 2.9.7 in /backend #1982\",\"1997 fix performance issue with pinned post #1998\",\"Update to version 0.1.6 #1996\",\"🍰 Fix - maintaining sorting after navigation #1872\",\"Add storybook stories for our university students #1906\",\"build(deps): bump nuxt from 2.10.1 to 2.10.2 in /webapp #1987\",\"build(deps-dev): bump @storybook/vue from 5.2.4 to 5.2.5 in /webapp #1981\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.20.0 in /backend #1978\",\"build(deps): bump node from 12.12.0-alpine to 12.13.0-alpine in /webapp #1977\",\"build(deps-dev): bump date-fns from 2.5.0 to 2.5.1 #1962\",\"build(deps): bump faker from 10bfb9f to 9fd8d7d in /backend #1961\",\"build(deps-dev): bump async-validator from 3.1.0 to 3.2.0 in /webapp #1920\",\"build(deps): bump @sentry/node from 5.7.0 to 5.7.1 in /backend #1914\",\"Hide new CommentForm while editing a comment #1973\",\"🍰 Translate texts for pinning a post to German #1972\",\"Allow admins to pin a post #1840\",\"fix: Only one ellipse is displayed #1968\",\"Refactor reports resolver spec #1957\",\"Added createdAt date for follow and shout #1853\",\"build(deps-dev): bump @vue/cli-shared-utils from 3.12.0 to 4.0.4 in /webapp #1965\",\"build(deps): bump neo4j from 3.5.11-enterprise to 3.5.12-enterprise in /neo4j #1963\",\"build(deps-dev): bump cypress-file-upload from 3.3.4 to 3.4.0 #1960\",\"build(deps): bump date-fns from 2.5.0 to 2.5.1 in /backend #1959\",\"build(deps-dev): bump faker from 10bfb9f to 9fd8d7d#1958\",\"build(deps): bump tiptap-extensions from 1.28.3 to 1.28.4 in /webapp #1946\",\"build(deps): bump metascraper-soundcloud from 5.7.6 to 5.7.7 in /backend #1943\",\"fix: console warnings during frontend tests #1942\",\"Language will be saved in the database of the user during registration #1927\",\"Update to version 0.1.5 #1951\",\"build(deps-dev): bump dotenv from 8.1.0 to 8.2.0 #1917\",\"Fix vue errors for Contribution form #1941\",\"Follow @alina-beck and @Tirokk PR suggestions #1940\",\"🍰 Add Cypher statement for ordering #1926\",\"Improved comment truncation #1925\",\"fix: typo in German translation #1911\",\"build(deps): bump styleguide from 808b3c5 to d46fc15#1923\",\"build(deps): bump date-fns from 2.4.1 to 2.5.0 in /webapp #1921\",\"build(deps): bump date-fns from 2.4.1 to 2.5.0 in /backend #1915\",\"Maintain filename for cropped images #1935\",\"build(deps-dev): bump date-fns from 2.4.1 to 2.5.0 #1919\",\"build(deps-dev): bump nodemon from 1.19.3 to 1.19.4 in /backend #1916\",\"build(deps-dev): bump neode from 0.3.3 to 0.3.6 #1918\",\"Highlight and expand linked comment #1903\",\"Add missing translations for Title placeholder #1910\",\"🍰 Reporting with specific information #1797\",\"build(deps): bump dotenv from 8.1.0 to 8.2.0 in /backend #1912\",\"Confirm privacy policy minimum age at registration #1907\",\"refactor: improve locale imports #1904\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.3 to 5.2.4 in /webapp #1899\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0 in /webapp #1889\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0 in /backend #1888\",\"build(deps): bump node from 12.11.1-alpine to 12.12.0-alpine in /webapp #1894\",\"build(deps-dev): bump @storybook/vue from 5.2.3 to 5.2.4 in /webapp #1897\",\"build(deps): bump node from 12.11.1-alpine to 12.12.0-alpine in /backend #1895\",\"build(deps): bump @nuxtjs/sentry from 3.0.0 to 3.0.1 in /webapp #1896\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.3 to 5.2.4 in /webapp #1898\",\"🍰 Refactor Database for Reporting with specific information #1878\",\"build(deps): bump nuxt from 2.10.0 to 2.10.1 in /webapp #1890\",\"build(deps-dev): bump @babel/cli from 7.6.3 to 7.6.4 in /backend #1868\",\"build(deps): bump apollo-server from 2.9.5 to 2.9.6 in /backend #1864\",\"build(deps-dev): bump apollo-server-testing from 2.9.5 to 2.9.6 in /backend #1870\",\"build(deps-dev): bump @babel/core from 7.6.3 to 7.6.4 in /webapp #1867\",\"build(deps-dev): bump core-js from 2.6.9 to 2.6.10 in /webapp #1892\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc14 to 4.0.0-rc15 in /webapp #1891\",\"build(deps): bump @sentry/node from 5.6.2 to 5.7.0 in /backend #1871\",\"build(deps-dev): bump @vue/cli-shared-utils from 3.11.0 to 3.12.0 in /webapp #1869\",\"build(deps): bump apollo-server-express from 2.9.5 to 2.9.6 in /backend #1866\",\"build(deps-dev): bump @babel/core from 7.6.2 to 7.6.4 in /backend #1865\",\"🍰 Implement basic image cropping solution #1666\",\"1773 refactor rewards spec #1884\",\"fix: search for email case-insensitively #1863\",\"Fix translation error in login page #1885\",\"fix: security vulnerability with yarn resolutions #1862\",\"Fix embeds settings page #1877\",\"update version to 0.1.4 #1860\",\"Update profile posts apollo query #1805\",\"Add Hall of Fame to README #1859\",\"Implement public registration #1814\",\"Refactor embed settings page #1861\",\"Save user setting to show embed code II #1852\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.1 to 1.16.2 #1855\",\"build(deps): bump nodemailer from 6.3.0 to 6.3.1 in /backend #1854\",\"build(deps-dev): bump @babel/preset-env from 7.6.2 to 7.6.3 in /webapp #1849\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.1 to 5.2.3 in /webapp #1836\",\"build(deps-dev): bump @babel/core from 7.6.2 to 7.6.3 in /webapp #1848\",\"build(deps): bump node from 12.11.0-alpine to 12.11.1-alpine in /backend #1837\",\"build(deps): bump styleguide from 808b3c5 to d46fc15#1839\",\"build(deps-dev): bump @babel/cli from 7.6.2 to 7.6.3 in /backend #1847\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.1 to 5.2.3 in /webapp #1838\",\"build(deps-dev): bump @babel/preset-env from 7.6.2 to 7.6.3 in /backend #1846\",\"Title character increased from 64 to 100 #1850\",\"build(deps-dev): bump @babel/node from 7.6.2 to 7.6.3 in /backend #1843\",\"build(deps): bump node from 12.11.0-alpine to 12.11.1-alpine in /webapp #1835\",\"build(deps-dev): bump @storybook/vue from 5.2.1 to 5.2.3 in /webapp #1834\",\"build(deps-dev): bump cucumber from 6.0.1 to 6.0.2 in /backend #1833\",\"build(deps): bump tiptap-extensions from 1.28.0 to 1.28.3 in /webapp #1822\",\"Fix typo in email template #1829\",\"build(deps-dev): bump apollo-server-testing from 2.9.4 to 2.9.5 in /backend #1823\",\"build(deps-dev): bump cucumber from 5.1.0 to 6.0.1 in /backend #1827\",\"build(deps): bump node from 12.10.0-alpine to 12.11.0-alpine in /backend #1826\",\"Display user email for administrators #1808\",\"build(deps): bump tiptap from 1.26.0 to 1.26.3 in /webapp #1821\",\"build(deps): bump apollo-server from 2.9.4 to 2.9.5 in /backend #1825\",\"build(deps): bump node from 12.10.0-alpine to 12.11.0-alpine in /webapp #1824\",\"build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 in /webapp #1819\",\"build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 in /backend #1818\",\"build(deps): bump @hapi/joi from 16.1.5 to 16.1.7 in /backend #1817\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.0 to 1.16.1 #1816\",\"Update to 0.1.3 #1813\",\"Show that a Post/Comment has been edited #1807\",\"Max aspect ratio of 1:1 for Post index page #1796\",\"fixes#1305 lastActiveAt #1809\",\"Remove language toggle from email template #1798\",\"build(deps): bump nuxt from 2.9.2 to 2.10.0 in /webapp #1804\",\"build(deps): bump cross-env from 6.0.2 to 6.0.3 in /backend #1801\",\"fix invites count calculation for admin dashboard #1806\",\"build(deps-dev): bump cross-env from 6.0.2 to 6.0.3 #1800\",\"build(deps): bump cross-env from 6.0.2 to 6.0.3 in /webapp #1803\",\"build(deps): bump @hapi/joi from 16.1.4 to 16.1.5 in /backend #1802\",\"Update neo4j to Enterprise edition #1787\",\"Update to 0.1.2 #1786\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\",\"Merge pull request #2443 from Human-Connection/2237-longer-comments #2237\",\"fix #2329: Normalize email on login in the backend #2329\",\"Fix #2294 #2294\",\"Merge pull request #2078 from Human-Connection/fix-2042-back-link #2042\",\"Fix #2042 Back Link To Login Page #2042\",\"Merge pull request #2043 from Human-Connection/fix-1993 #1993\",\"fix #1993 #1993\"]},\"99\":{\"h\":\"\",\"t\":[\"2 October 2019\"]},\"100\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"Update to version 0.2.0 #2584\",\"build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend #2556\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 #2569\",\"build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 in /backend #2576\",\"Lokalise: Translations update #2563\",\"build(deps-dev): bump style-resources-loader from 1.3.2 to 1.3.3 in /webapp #2580\",\"build(deps): bump node from 13.3.0-alpine to 13.4.0-alpine in /webapp #2577\",\"build(deps): bump metascraper-title from 5.8.10 to 5.8.12 in /backend #2575\",\"build(deps-dev): bump apollo-server-testing from 2.9.13 to 2.9.14 in /backend #2574\",\"build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend #2572\",\"Blur Images #2351\",\"build(deps-dev): bump @babel/node from 7.7.4 to 7.7.7 in /backend #2570\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 #2567\",\"build(deps): bump metascraper-description from 5.8.10 to 5.8.12 in /backend #2566\",\"Add back layout changes/update db_manipulation #2544\",\"build(deps): bump metascraper-soundcloud from 5.8.10 to 5.8.12 in /backend #2560\",\"build(deps): bump metascraper-author from 5.8.7 to 5.8.12 in /backend #2559\",\"build(deps): bump metascraper from 5.8.9 to 5.8.12 in /backend #2558\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.12 in /backend #2547\",\"build(deps): bump metascraper-video from 5.8.10 to 5.8.12 in /backend #2557\",\"build(deps): bump metascraper-date from 5.8.7 to 5.8.12 in /backend #2555\",\"build(deps): bump metascraper-logo from 5.8.10 to 5.8.12 in /backend #2554\",\"build(deps): bump apollo-server-express from 2.9.13 to 2.9.14 in /backend #2551\",\"build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 in /webapp #2550\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.18.0 to 1.19.0 #2548\",\"Lokalise: Translations update #2545\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.10 in /backend #2522\",\"build(deps): bump metascraper-title from 5.8.7 to 5.8.10 in /backend #2525\",\"build(deps): bump metascraper-lang from 5.8.9 to 5.8.10 in /backend #2531\",\"build(deps): bump tiptap-extensions from 1.28.5 to 1.28.6 in /webapp #2535\",\"Fix maintenance service/LocaleSwitch import #2542\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /webapp #2523\",\"build(deps): bump stack-utils from 1.0.2 to 2.0.1 in /webapp #2521\",\"build(deps): bump metascraper-soundcloud from 5.8.9 to 5.8.10 in /backend #2520\",\"Update neode #2539\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /webapp #2519\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /webapp #2527\",\"build(deps): bump neo4j-graphql-js from 2.10.1 to 2.10.2 in /backend #2530\",\"build(deps): bump metascraper-image from 5.8.7 to 5.8.10 in /backend #2532\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /backend #2534\",\"build(deps): bump metascraper-video from 5.8.9 to 5.8.10 in /backend #2536\",\"build(deps): bump tiptap from 1.26.5 to 1.26.6 in /webapp #2537\",\"build(deps-dev): bump vue-loader from 15.7.2 to 15.8.3 in /webapp #2538\",\"Refactor: content menu #2512\",\"build(deps): bump metascraper-audio from 5.8.7 to 5.8.10 in /backend #2524\",\"build(deps): bump metascraper-description from 5.8.7 to 5.8.10 in /backend #2518\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /backend #2517\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /backend #2516\",\"build(deps): bump metascraper-logo from 5.8.7 to 5.8.10 in /backend #2515\",\"Fix duplicate fragment user issue #2511\",\"fix: editor not visible in server-side-rendering #2513\",\"Update it.json #2507\",\"Fix: User.name is not non-nullable #2510\",\"Update to version 0.1.13 #2506\",\"Update de.json #2492\",\"Fix broken scroll behaviour on index and profile page #2487\",\"Lokalise: Translations update #2503\",\"build(deps): bump node from 13.1.0-alpine to 13.3.0-alpine in /webapp #2454\",\"Lokalise: Translations update #2485\",\"build(deps-dev): bump css-loader from 3.3.0 to 3.3.2 in /webapp #2505\",\"build(deps-dev): bump cypress from 3.7.0 to 3.8.0 #2504\",\"Favor transaction functions #2433\",\"build(deps): bump nodemailer from 6.4.1 to 6.4.2 in /backend #2500\",\"Update en.json #2491\",\"Update es.json #2493\",\"Update fr.json #2494\",\"Update it.json #2496\",\"build(deps-dev): bump nodemon from 2.0.1 to 2.0.2 in /backend #2499\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc18 to 4.0.0-rc19 in /webapp #2498\",\"build(deps): bump neo4j-graphql-js from 2.10.0 to 2.10.1 in /backend #2497\",\"Fix docker manifest on Travis CI #2488\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 #2453\",\"build(deps-dev): bump cypress-file-upload from 3.5.0 to 3.5.1 #2489\",\"build(deps): bump cookie-universal-nuxt from 2.0.19 to 2.1.0 in /webapp #2490\",\"Update to version 0.1.12 #2483\",\"Show the comments again #2482\",\"Improve notification query performance by reducing db calls #2470\",\"Fix Cannot read 'Post' of undefined#2481\",\"Hope to fix our deployment with explicit call of bash#2480\",\"Revert layout changes image aspect ratio #2467\",\"Quick fix for null pointer error in User.vue #2472\",\"Checkbox 'no comercial + no political account' add to creat user account #2416\",\"Remove data-test attriubutes in non-dev env #2421\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 #2452\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /backend #2455\",\"build(deps-dev): bump @babel/cli from 7.7.4 to 7.7.5 in /backend #2458\",\"build(deps): bump @sentry/node from 5.10.1 to 5.10.2 in /backend #2473\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /backend #2474\",\"build(deps-dev): bump css-loader from 3.2.1 to 3.3.0 in /webapp #2475\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /webapp #2477\",\"Fix #2237, Comments 4 times as long before \\\"show more\\\" #2443\",\"Get rid of inconsistency with neode setup #2404\",\"Bump styleguide to version 0.5.22 #2468\",\"build(deps): bump nodemailer from 6.4.0 to 6.4.1 in /backend #2456\",\"build(deps-dev): bump eslint-loader from 3.0.2 to 3.0.3 in /webapp #2459\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /backend #2460\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /webapp #2461\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /webapp #2463\",\"build(deps-dev): bump async-validator from 3.2.2 to 3.2.3 in /webapp #2464\",\"build(deps): bump styleguide from 808b3c5 to 7ef8340#2465\",\"Paginate moderations page without losing filtering #2466\",\"Update it.json #2451\",\"build(deps): bump metascraper from 5.8.8 to 5.8.9 in /backend #2304\",\"build(deps): bump metascraper-video from 5.8.7 to 5.8.9 in /backend #2303\",\"build(deps): bump neo4j-graphql-js from 2.9.3 to 2.10.0 in /backend #2440\",\"Hide Donations Bar #2422\",\"build(deps): bump @sentry/node from 5.10.0 to 5.10.1 in /backend #2436\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.17.0 to 1.18.0 #2437\",\"build(deps-dev): bump apollo-server-testing from 2.9.12 to 2.9.13 in /backend #2439\",\"build(deps): bump apollo-server from 2.9.12 to 2.9.13 in /backend #2441\",\"Eliminate database calls for reports query #2435\",\"Use babel-loader with vue-svg-loader #2430\",\"Remove disable from reports.disable Query #2432\",\"2253 fix scroll layout issue #2317\",\"Update test description #2424\",\"Update yarn.lock after pulling in latest changes #2419\",\"Update privacy path #2417\",\"Add browserstack logo to attributions #2431\",\"build(deps): bump @sentry/node from 5.9.0 to 5.10.0 in /backend #2428\",\"build(deps): bump nodemailer from 6.3.1 to 6.4.0 in /backend #2427\",\"List and protocol moderation #1954\",\"fix: Re-enable webfinger feature #2335\",\"Close neo4j driver sessions #2402\",\"feat: swap user name<=>handle for discriminability #2385\",\"build(deps-dev): bump @storybook/vue from 5.2.6 to 5.2.8 in /webapp #2397\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.6 to 5.2.8 in /webapp #2398\",\"Fix German translation of \\\"Shouts\\\" #2400\",\"build(deps): bump tiptap-extensions from 1.28.4 to 1.28.5 in /webapp #2407\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.7 to 5.2.8 in /webapp #2406\",\"build(deps-dev): bump css-loader from 3.2.0 to 3.2.1 in /webapp #2405\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.6 to 5.2.8 in /webapp #2399\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /webapp #2393\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.5 to 4.1.1 in /webapp #2374\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /webapp #2392\",\"Terms of use extended with dot - no commercial use #2316\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.2 to 1.17.0 #2389\",\"Lokalise: Translations update #2380\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.6 to 5.2.7 in /webapp #2391\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /backend #2390\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /backend #2388\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2379\",\"build(deps): bump neo4j from 3.5.12-enterprise to 3.5.13-enterprise in /neo4j #2377\",\"build(deps-dev): bump @babel/cli from 7.7.0 to 7.7.4 in /backend #2366\",\"build(deps-dev): bump cypress-plugin-retries from 1.4.0 to 1.5.0 #2360\",\"No public registration in development so that backend test pass #2382\",\"Don't remove sub-addresses in emails #2375\",\"refactor: Remove obsolete code about invitation codes #2333\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc17 to 4.0.0-rc18 in /webapp #2373\",\"build(deps): bump graphql-shield from 7.0.2 to 7.0.4 in /backend #2372\",\"build(deps-dev): bump cypress from 3.6.1 to 3.7.0 #2371\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /backend #2359\",\"build(deps): bump apollo-server from 2.9.11 to 2.9.12 in /backend #2357\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /webapp #2369\",\"build(deps): bump @hapi/joi from 16.1.7 to 16.1.8 in /backend #2368\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /backend #2365\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.2.0 to 7.7.4 in /backend #2339\",\"refactor: Close session in isAuthor permission #2334\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /webapp #2323\",\"1967 component tests content view #2169\",\"If an admin searches for a user by email, don't crash if no user can be found #2295\",\"Migrate styleguide icons #2288\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /backend #2358\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /backend #2341\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /webapp #2340\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /backend #2322\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /webapp #2319\",\"Update to version 0.1.11 with bug fixes #2354\",\"Fix updating post by adding/changing image bug submits form #2350\",\"Add shoutedBy_some to _PostFilter #2353\",\"build(deps-dev): bump date-fns from 2.8.0 to 2.8.1 #2342\",\"build(deps-dev): bump @babel/node from 7.7.0 to 7.7.4 in /backend #2343\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /backend #2345\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /webapp #2346\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /webapp #2347\",\"build(deps-dev): bump nodemon from 1.19.4 to 2.0.1 in /backend #2348\",\"Update to version 0.1.11 #2324\",\"Add LegacyEmbeds component to fix bug #2328\",\"Fix incorrect link to development environment #2309\",\"2329 normalize emails in login form #2330\",\"Lokalise: Translations update #2327\",\"Changed translation must change test 😦 #2310\",\"build(deps-dev): bump apollo-server-testing from 2.9.9 to 2.9.12 in /backend #2318\",\"build(deps-dev): bump fuse.js from 3.4.5 to 3.4.6 in /webapp #2314\",\"build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 in /webapp #2302\",\"build(deps): bump metascraper-lang from 5.8.7 to 5.8.9 in /backend #2301\",\"build(deps): bump metascraper-soundcloud from 5.8.7 to 5.8.9 in /backend #2298\",\"build(deps): bump metascraper-youtube from 5.8.7 to 5.8.9 in /backend #2297\",\"build(deps-dev): bump date-fns from 2.7.0 to 2.8.0 #2296\",\"build(deps): bump apollo-server from 2.9.9 to 2.9.11 in /backend #2311\",\"Fix Typo Of Issue 2230 #2293\",\"[Systems-Development-and-Frameworks] Clickable hashtags #2076\",\"build(deps): bump neo4j-graphql-js from 2.9.0 to 2.9.3 in /backend #2283\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.3 to 23.0.4 in /backend #2285\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.7.0 in /backend #2286\",\"Lokalise: Translations update #2277\",\"build(deps-dev): bump @vue/eslint-config-prettier from 5.0.0 to 6.0.0 in /webapp #2266\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /backend #2281\",\"build(deps): bump apollo-server from 2.9.7 to 2.9.9 in /backend #2280\",\"build(deps-dev): bump apollo-server-testing from 2.9.7 to 2.9.9 in /backend #2279\",\"build(deps): bump @sentry/node from 5.8.0 to 5.9.0 in /backend #2278\",\"🍰 2119-Fix Contribution consistent form input validation #2160\",\"build(deps): bump cookie-universal-nuxt from 2.0.18 to 2.0.19 in /webapp #2265\",\"build(deps): bump metascraper modules #2257\",\"build: configure stale bot #2273\",\"Explicitly define our schema, improve performance #2243\",\"build(deps): [security] bump https-proxy-agent from 2.2.1 to 2.2.4 #2274\",\"build: record and publish all cypress test results #2251\",\"Add Emacs Backup Files To Gitignore (*~) #2261\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 in /webapp #2267\",\"2187 language does not change on edit #2200\",\"1747 show shouts #2101\",\"build(deps): bump node from 13.0.1-alpine to 13.1.0-alpine in /webapp #2180\",\"Fix #2042 Back Link To Login Page #2078\",\"2119 create post consistent form input validation improvements #2163\",\"Helper script to install all packages #2250\",\"refactor: remove redundant port configuration #2247\",\"build(deps-dev): bump eslint-config-standard from 12.0.0 to 14.1.0 in /webapp #2246\",\"build(deps-dev): bump cucumber from 6.0.3 to 6.0.5 in /backend #2236\",\"build: less verbose output on build server #2249\",\"Fix infinite scrolling out of control #2248\",\"2106-unblock a user in the user settings #2110\",\"Fix 1936 #2241\",\"fix(editor): Fix hashtags not working after embeded content #2242\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /webapp #2185\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.4 in /webapp #2245\",\"build(deps): remove deprecated debug flags #2219\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /webapp #2235\",\"build(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /webapp #2205\",\"Add locale to undefined to null #2233\",\"Update to version 0.1.10 #2231\",\"Update contribution guidelines #2127\",\"fix: return null for missig translations #2218\",\"Add donation status and button #2194\",\"Added Empty Definitions For Missing Getters And Mutations #2197\",\"build(deps): bump @sentry/node from 5.7.1 to 5.8.0 in /backend #2209\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.3 in /backend #2206\",\"build(deps-dev): bump vue-svg-loader from 0.14.0 to 0.15.0 in /webapp #2204\",\"build(deps-dev): bump async-validator from 3.2.1 to 3.2.2 in /webapp #2203\",\"Update deployment names in deploy script #2216\",\"Fix: Delete Block Button in MainPage PostCards #2193\",\"Update doctl to use default context #2199\",\"console.error in Hashtag.spec.js #2161 #2201\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.5 to 5.2.6 in /webapp #2186\",\"build(deps-dev): bump style-resources-loader from 1.2.1 to 1.3.2 in /webapp #2188\",\"build(deps-dev): bump @storybook/vue from 5.2.5 to 5.2.6 in /webapp #2183\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.5 to 5.2.6 in /webapp #2176\",\"build(deps-dev): bump cypress from 3.6.0 to 3.6.1 #2173\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /webapp #2164\",\"Update docs for deploying new server, env variables #2191\",\"Remove unintended comma #2192\",\"added Russian to locales #2111\",\"Add notifications page with All Notifications #1975\",\"1931 - after successful login the saved language of the user is set #2073\",\"build(deps-dev): bump cypress-file-upload from 3.4.0 to 3.5.0 #2167\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /backend #2166\",\"build(deps-dev): bump date-fns from 2.6.0 to 2.7.0 #2165\",\"build(deps-dev): bump eslint-plugin-vue from 5.2.3 to 6.0.0 in /webapp #2156\",\"build(deps): bump merge-graphql-schemas from 1.7.2 to 1.7.3 in /backend #2155\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.2 in /backend #2154\",\"Add missing portuguese translation #1909\",\"Migrate design tokens #2159\",\"build(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 in /webapp #2158\",\"build(deps-dev): bump vue-svg-loader from 0.12.0 to 0.14.0 in /webapp #2157\",\"Remove graphql-requests #2151\",\"close all open sessions #2148\",\"Implement refresh posts, fix duplicate posts bug #2126\",\"Fix: Email is Case-Sensitive #2118\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /backend #2135\",\"build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend #2136\",\"build(deps-dev): bump @babel/node from 7.6.3 to 7.7.0 in /backend #2134\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 in /webapp #2132\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /webapp #2133\",\"build(deps-dev): bump @babel/register from 7.6.2 to 7.7.0 in /backend #2131\",\"build(deps): bump graphql-middleware from 4.0.1 to 4.0.2 in /backend #2130\",\"build(deps-dev): bump @babel/cli from 7.6.4 to 7.7.0 in /backend #2129\",\"1851 tags clickable #2091\",\"build(deps): bump graphql-shield from 7.0.0 to 7.0.1 in /backend #2123\",\"build(deps): bump merge-graphql-schemas from 1.7.0 to 1.7.2 in /backend #2121\",\"build(deps-dev): bump vue-loader from 15.7.1 to 15.7.2 in /webapp #2122\",\"build(deps-dev): bump async-validator from 3.2.0 to 3.2.1 in /webapp #2120\",\"🍰 Add migration plan and frontend code guidelines to our docs #2075\",\"Update feature template #2116\",\"Update to version 0.1.9 #2114\",\"Refactor and tidy up crop image implementation #1956\",\"🍰 First Implementation Of Filtering Posts By Language #2059\",\"build(deps-dev): bump cypress from 3.5.0 to 3.6.0 #2105\",\"Fix: Poll Interval #2108\",\"build(deps-dev): bump cypress-plugin-retries from 1.3.0 to 1.4.0 #2104\",\"build(deps): bump metascraper-title from 5.7.14 to 5.7.17 in /backend #2082\",\"build(deps): bump metascraper-publisher from 5.7.14 to 5.7.17 in /backend #2098\",\"build(deps): bump metascraper-description from 5.7.14 to 5.7.17 in /backend #2096\",\"build(deps): bump metascraper-audio from 5.7.14 to 5.7.17 in /backend #2097\",\"build(deps): bump metascraper-url from 5.7.14 to 5.7.17 in /backend #2086\",\"build(deps): bump metascraper-image from 5.7.6 to 5.7.17 in /backend #2090\",\"deleted posts no longer displayed in user profile #2093\",\"Send only one notification for mention and comment #2062\",\"build(deps): bump metascraper-date from 5.7.14 to 5.7.17 in /backend #2089\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc16 to 4.0.0-rc17 in /webapp #2088\",\"build(deps): bump metascraper-lang from 5.7.14 to 5.7.17 in /backend #2087\",\"build(deps): bump metascraper-video from 5.7.14 to 5.7.17 in /backend #2084\",\"build(deps): bump metascraper-soundcloud from 5.7.14 to 5.7.17 in /backend #2081\",\"build(deps-dev): bump auto-changelog from 1.16.1 to 1.16.2 #2085\",\"build(deps): bump metascraper-logo from 5.7.14 to 5.7.17 in /backend #2083\",\"build(deps): bump metascraper-youtube from 5.7.14 to 5.7.17 in /backend #2080\",\"build(deps): bump metascraper-author from 5.7.14 to 5.7.17 in /backend #2079\",\"build(deps): bump date-fns from 2.5.0 to 2.6.0 in /webapp #2007\",\"build(deps-dev): bump eslint from 6.5.1 to 6.6.0 in /backend #2071\",\"build(deps): bump node from 12.13.0-alpine to 13.0.1-alpine in /webapp #2019\",\"[FIX # 2058] Typo Fixed. Password -> Passwort #2060\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /backend #2064\",\"build(deps): bump date-fns from 2.5.1 to 2.6.0 in /backend #2010\",\"build(deps-dev): bump apollo-server-testing from 2.9.6 to 2.9.7 in /backend #1984\",\"build(deps): bump metascraper-date from 5.7.6 to 5.7.14 in /backend #2070\",\"build(deps): bump metascraper-video from 5.7.6 to 5.7.14 in /backend #2072\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.2 in /backend #2069\",\"build(deps): bump metascraper-audio from 5.7.6 to 5.7.14 in /backend #2068\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.0 to 23.0.2 in /webapp #2066\",\"build(deps-dev): bump cucumber from 6.0.2 to 6.0.3 in /backend #2065\",\"build(deps): bump metascraper-logo from 5.7.6 to 5.7.14 in /backend #2039\",\"build(deps): bump metascraper-url from 5.7.6 to 5.7.14 in /backend #2053\",\"build(deps): bump metascraper-youtube from 5.7.6 to 5.7.14 in /backend #2054\",\"build(deps): bump neo4j-graphql-js from 2.7.2 to 2.8.0 in /backend #2036\",\"build(deps): bump metascraper-soundcloud from 5.7.7 to 5.7.14 in /backend #2052\",\"build(deps): bump metascraper-author from 5.7.6 to 5.7.14 in /backend #2055\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.0 in /webapp #2051\",\"build(deps): bump metascraper-title from 5.7.6 to 5.7.14 in /backend #2050\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /webapp #2049\",\"build(deps): bump metascraper-description from 5.7.6 to 5.7.14 in /backend #2038\",\"build(deps-dev): bump node-sass from 4.12.0 to 4.13.0 in /webapp #2037\",\"build(deps): bump metascraper-publisher from 5.7.6 to 5.7.14 in /backend #2033\",\"build(deps): bump apollo-server from 2.9.6 to 2.9.7 in /backend #2004\",\"fix #1993 #2043\",\"Update to version 0.1.8 #2032\",\"build(deps): bump graphql-shield from 6.1.0 to 7.0.0 in /backend #2035\",\"build(deps): bump metascraper-lang from 5.7.6 to 5.7.14 in /backend #2034\",\"change Changes & History to Changes #2030\",\"chnage Änderungen & Verlauf zu Änderungen #2029\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc15 to 4.0.0-rc16 in /webapp #1990\",\"add FAQ _blank-href in Footer #2028\",\"fix: Don't attempt to save locale if not authenticated #2025\",\"🍰 New terms and conditions version 0.0.3 #2027\",\"Remove duplicate pinned post record #2023\",\"build(deps-dev): bump cypress from 3.4.1 to 3.5.0 #2018\",\"docs: add missing SUMMARY entry for online backups #2024\",\"build(deps): bump @nuxtjs/axios from 5.6.0 to 5.8.0 in /webapp #2021\",\"Locale save by change local switch #1991\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.4 to 5.2.5 in /webapp #1983\",\"Hide shout count on user profile unless my profile #2016\",\"new terms and conditions #2017\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.4 to 5.2.5 in /webapp #1989\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.4 to 4.0.5 in /webapp #2002\",\"Update to version 0.1.7 #2015\",\"Update fetchMore functionality on profile page #2012\",\"build(deps-dev): bump date-fns from 2.5.1 to 2.6.0 #2001\",\"build(deps): bump faker from 10bfb9f to 9fd8d7d in /backend #2000\",\"build(deps): bump helmet from 3.21.1 to 3.21.2 in /backend #1986\",\"build(deps-dev): bump eslint-plugin-jest from 22.19.0 to 22.20.0 in /webapp #1985\",\"build(deps): bump apollo-server-express from 2.9.6 to 2.9.7 in /backend #1982\",\"1997 fix performance issue with pinned post #1998\",\"Update to version 0.1.6 #1996\",\"🍰 Fix - maintaining sorting after navigation #1872\",\"Add storybook stories for our university students #1906\",\"build(deps): bump nuxt from 2.10.1 to 2.10.2 in /webapp #1987\",\"build(deps-dev): bump @storybook/vue from 5.2.4 to 5.2.5 in /webapp #1981\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.20.0 in /backend #1978\",\"build(deps): bump node from 12.12.0-alpine to 12.13.0-alpine in /webapp #1977\",\"build(deps-dev): bump date-fns from 2.5.0 to 2.5.1 #1962\",\"build(deps): bump faker from 10bfb9f to 9fd8d7d in /backend #1961\",\"build(deps-dev): bump async-validator from 3.1.0 to 3.2.0 in /webapp #1920\",\"build(deps): bump @sentry/node from 5.7.0 to 5.7.1 in /backend #1914\",\"Hide new CommentForm while editing a comment #1973\",\"🍰 Translate texts for pinning a post to German #1972\",\"Allow admins to pin a post #1840\",\"fix: Only one ellipse is displayed #1968\",\"Refactor reports resolver spec #1957\",\"Added createdAt date for follow and shout #1853\",\"build(deps-dev): bump @vue/cli-shared-utils from 3.12.0 to 4.0.4 in /webapp #1965\",\"build(deps): bump neo4j from 3.5.11-enterprise to 3.5.12-enterprise in /neo4j #1963\",\"build(deps-dev): bump cypress-file-upload from 3.3.4 to 3.4.0 #1960\",\"build(deps): bump date-fns from 2.5.0 to 2.5.1 in /backend #1959\",\"build(deps-dev): bump faker from 10bfb9f to 9fd8d7d#1958\",\"build(deps): bump tiptap-extensions from 1.28.3 to 1.28.4 in /webapp #1946\",\"build(deps): bump metascraper-soundcloud from 5.7.6 to 5.7.7 in /backend #1943\",\"fix: console warnings during frontend tests #1942\",\"Language will be saved in the database of the user during registration #1927\",\"Update to version 0.1.5 #1951\",\"build(deps-dev): bump dotenv from 8.1.0 to 8.2.0 #1917\",\"Fix vue errors for Contribution form #1941\",\"Follow @alina-beck and @Tirokk PR suggestions #1940\",\"🍰 Add Cypher statement for ordering #1926\",\"Improved comment truncation #1925\",\"fix: typo in German translation #1911\",\"build(deps): bump styleguide from 808b3c5 to d46fc15#1923\",\"build(deps): bump date-fns from 2.4.1 to 2.5.0 in /webapp #1921\",\"build(deps): bump date-fns from 2.4.1 to 2.5.0 in /backend #1915\",\"Maintain filename for cropped images #1935\",\"build(deps-dev): bump date-fns from 2.4.1 to 2.5.0 #1919\",\"build(deps-dev): bump nodemon from 1.19.3 to 1.19.4 in /backend #1916\",\"build(deps-dev): bump neode from 0.3.3 to 0.3.6 #1918\",\"Highlight and expand linked comment #1903\",\"Add missing translations for Title placeholder #1910\",\"🍰 Reporting with specific information #1797\",\"build(deps): bump dotenv from 8.1.0 to 8.2.0 in /backend #1912\",\"Confirm privacy policy minimum age at registration #1907\",\"refactor: improve locale imports #1904\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.3 to 5.2.4 in /webapp #1899\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0 in /webapp #1889\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0 in /backend #1888\",\"build(deps): bump node from 12.11.1-alpine to 12.12.0-alpine in /webapp #1894\",\"build(deps-dev): bump @storybook/vue from 5.2.3 to 5.2.4 in /webapp #1897\",\"build(deps): bump node from 12.11.1-alpine to 12.12.0-alpine in /backend #1895\",\"build(deps): bump @nuxtjs/sentry from 3.0.0 to 3.0.1 in /webapp #1896\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.3 to 5.2.4 in /webapp #1898\",\"🍰 Refactor Database for Reporting with specific information #1878\",\"build(deps): bump nuxt from 2.10.0 to 2.10.1 in /webapp #1890\",\"build(deps-dev): bump @babel/cli from 7.6.3 to 7.6.4 in /backend #1868\",\"build(deps): bump apollo-server from 2.9.5 to 2.9.6 in /backend #1864\",\"build(deps-dev): bump apollo-server-testing from 2.9.5 to 2.9.6 in /backend #1870\",\"build(deps-dev): bump @babel/core from 7.6.3 to 7.6.4 in /webapp #1867\",\"build(deps-dev): bump core-js from 2.6.9 to 2.6.10 in /webapp #1892\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc14 to 4.0.0-rc15 in /webapp #1891\",\"build(deps): bump @sentry/node from 5.6.2 to 5.7.0 in /backend #1871\",\"build(deps-dev): bump @vue/cli-shared-utils from 3.11.0 to 3.12.0 in /webapp #1869\",\"build(deps): bump apollo-server-express from 2.9.5 to 2.9.6 in /backend #1866\",\"build(deps-dev): bump @babel/core from 7.6.2 to 7.6.4 in /backend #1865\",\"🍰 Implement basic image cropping solution #1666\",\"1773 refactor rewards spec #1884\",\"fix: search for email case-insensitively #1863\",\"Fix translation error in login page #1885\",\"fix: security vulnerability with yarn resolutions #1862\",\"Fix embeds settings page #1877\",\"update version to 0.1.4 #1860\",\"Update profile posts apollo query #1805\",\"Add Hall of Fame to README #1859\",\"Implement public registration #1814\",\"Refactor embed settings page #1861\",\"Save user setting to show embed code II #1852\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.1 to 1.16.2 #1855\",\"build(deps): bump nodemailer from 6.3.0 to 6.3.1 in /backend #1854\",\"build(deps-dev): bump @babel/preset-env from 7.6.2 to 7.6.3 in /webapp #1849\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.1 to 5.2.3 in /webapp #1836\",\"build(deps-dev): bump @babel/core from 7.6.2 to 7.6.3 in /webapp #1848\",\"build(deps): bump node from 12.11.0-alpine to 12.11.1-alpine in /backend #1837\",\"build(deps): bump styleguide from 808b3c5 to d46fc15#1839\",\"build(deps-dev): bump @babel/cli from 7.6.2 to 7.6.3 in /backend #1847\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.1 to 5.2.3 in /webapp #1838\",\"build(deps-dev): bump @babel/preset-env from 7.6.2 to 7.6.3 in /backend #1846\",\"Title character increased from 64 to 100 #1850\",\"build(deps-dev): bump @babel/node from 7.6.2 to 7.6.3 in /backend #1843\",\"build(deps): bump node from 12.11.0-alpine to 12.11.1-alpine in /webapp #1835\",\"build(deps-dev): bump @storybook/vue from 5.2.1 to 5.2.3 in /webapp #1834\",\"build(deps-dev): bump cucumber from 6.0.1 to 6.0.2 in /backend #1833\",\"build(deps): bump tiptap-extensions from 1.28.0 to 1.28.3 in /webapp #1822\",\"Fix typo in email template #1829\",\"build(deps-dev): bump apollo-server-testing from 2.9.4 to 2.9.5 in /backend #1823\",\"build(deps-dev): bump cucumber from 5.1.0 to 6.0.1 in /backend #1827\",\"build(deps): bump node from 12.10.0-alpine to 12.11.0-alpine in /backend #1826\",\"Display user email for administrators #1808\",\"build(deps): bump tiptap from 1.26.0 to 1.26.3 in /webapp #1821\",\"build(deps): bump apollo-server from 2.9.4 to 2.9.5 in /backend #1825\",\"build(deps): bump node from 12.10.0-alpine to 12.11.0-alpine in /webapp #1824\",\"build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 in /webapp #1819\",\"build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 in /backend #1818\",\"build(deps): bump @hapi/joi from 16.1.5 to 16.1.7 in /backend #1817\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.0 to 1.16.1 #1816\",\"Update to 0.1.3 #1813\",\"Show that a Post/Comment has been edited #1807\",\"Max aspect ratio of 1:1 for Post index page #1796\",\"fixes#1305 lastActiveAt #1809\",\"Remove language toggle from email template #1798\",\"build(deps): bump nuxt from 2.9.2 to 2.10.0 in /webapp #1804\",\"build(deps): bump cross-env from 6.0.2 to 6.0.3 in /backend #1801\",\"fix invites count calculation for admin dashboard #1806\",\"build(deps-dev): bump cross-env from 6.0.2 to 6.0.3 #1800\",\"build(deps): bump cross-env from 6.0.2 to 6.0.3 in /webapp #1803\",\"build(deps): bump @hapi/joi from 16.1.4 to 16.1.5 in /backend #1802\",\"Update neo4j to Enterprise edition #1787\",\"Update to 0.1.2 #1786\",\"407 change your email address #1711\",\"build(deps): bump cross-env from 6.0.0 to 6.0.2 in /backend #1794\",\"build(deps-dev): bump cross-env from 6.0.0 to 6.0.2 #1793\",\"Update Post query for blockedByUsers #1788\",\"build(deps): bump metascraper-description from 5.7.5 to 5.7.6 in /backend #1792\",\"build(deps): bump cross-env from 6.0.0 to 6.0.2 in /webapp #1791\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc13.1 to 4.0.0-rc14 in /webapp #1790\",\"Bump metascraper-audio from 5.7.5 to 5.7.6 in /backend #1779\",\"fix the bug with scrolling post comments into view #1701\",\"Bump metascraper-publisher from 5.7.4 to 5.7.6 in /backend #1778\",\"Bump eslint from 6.4.0 to 6.5.1 in /backend #1780\",\"Bump metascraper-url from 5.7.5 to 5.7.6 in /backend #1782\",\"Bump metascraper-logo from 5.7.5 to 5.7.6 in /backend #1783\",\"Bump graphql-middleware from 3.0.5 to 4.0.1 in /backend #1781\",\"Bump metascraper-youtube from 5.7.5 to 5.7.6 in /backend #1777\",\"Bump @babel/preset-env from 7.6.0 to 7.6.2 in /backend #1776\",\"Bump metascraper-soundcloud from 5.7.4 to 5.7.6 in /backend #1775\",\"Bump metascraper-author from 5.7.4 to 5.7.6 in /backend #1774\",\"Bump eslint-loader from 3.0.1 to 3.0.2 in /webapp #1760\",\"Bump tiptap from 1.25.0 to 1.26.0 in /webapp #1765\",\"Bump metascraper-lang from 5.7.4 to 5.7.6 in /backend #1766\",\"Bump date-fns from 2.4.0 to 2.4.1 in /webapp #1768\",\"Bump metascraper-date from 5.7.4 to 5.7.6 in /backend #1771\",\"fix: Github's security vulnerability warning #1751\",\"🍰 Notifications self update and refactoring #1658\",\"Bump @babel/node from 7.6.1 to 7.6.2 in /backend #1725\",\"fix email middleware transport config #1757\",\"Bump nodemon from 1.19.2 to 1.19.3 in /backend #1758\",\"Bump metascraper-title from 5.7.5 to 5.7.6 in /backend #1759\",\"Bump metascraper-image from 5.7.5 to 5.7.6 in /backend #1761\",\"Bump apollo-server from 2.9.3 to 2.9.4 in /backend #1762\",\"Bump metascraper-video from 5.7.5 to 5.7.6 in /backend #1764\",\"Bump graphql-middleware-sentry from 3.2.0 to 3.2.1 in /backend #1767\",\"Bump date-fns from 2.3.0 to 2.4.1 in /backend #1769\",\"Bump tiptap-extensions from 1.27.0 to 1.28.0 in /webapp #1770\",\"Fix failing test #1772\",\"docs: moves storybook into webapp/README.md #1755\",\"1273 fix post page nav suggestions #1756\",\"Bump @babel/core from 7.6.0 to 7.6.2 in /backend #1728\",\"[WIP]1706 refactor shout spec #1712\",\"Bump cypress-file-upload from 3.3.3 to 3.3.4 #1671\",\"Bump @hapi/joi from 16.1.2 to 16.1.4 in /backend #1673\",\"Bump metascraper-description from 5.7.4 to 5.7.5 in /backend #1700\",\"Bump @babel/cli from 7.6.0 to 7.6.2 in /backend #1713\",\"Bump apollo-server-testing from 2.9.3 to 2.9.4 in /backend #1717\",\"Bump date-fns from 2.2.1 to 2.4.0 in /webapp #1752\",\"Bump graphql from 14.5.7 to 14.5.8 in /webapp #1729\",\"Bump mustache from 3.0.3 to 3.1.0 in /backend #1655\",\"🍰 Try to fix VSCode format works against ESLint #1749\",\"Configure docker to work with storybook #1688\",\"update neo4j docker-compose config #1750\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\",\"Merge pull request #2443 from Human-Connection/2237-longer-comments #2237\",\"fix #2329: Normalize email on login in the backend #2329\",\"Fix #2294 #2294\",\"Merge pull request #2078 from Human-Connection/fix-2042-back-link #2042\",\"Fix #2042 Back Link To Login Page #2042\",\"Merge pull request #2043 from Human-Connection/fix-1993 #1993\",\"fix #1993 #1993\"]},\"101\":{\"h\":\"\",\"t\":[\"27 September 2019\"]},\"102\":{\"h\":\"\",\"t\":[\"23 September 2020\",\"fix: 🍰 Sign Up Page On Safari #3882\",\"build: Add semantic PR config #3884\",\"feat: 🍰 Admin - Remove User Profile #3140\",\"fix: 🍰 Comment Counters Are Now Equal #3769\",\"feat: 🍰 Redesign Data Privacy Warning Box #3780\",\"fix: 🍰 Checkboxes Not Missing Anymore On Delete User Account Page #3506\",\"feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility #3774\",\"chore: 💬 Rename stale.yml to stale-disabled.yml #3662\",\"build(deps): [security] bump apollo-server-core from 2.12.0 to 2.15.0 in /backend #3650\",\"fix: Corrected Code-of-Conduct Mail Link #3609\",\"feat: 🍰 Hero image height on post page is now set without having to wait for… #3583\",\"feat: 🍰 Alphabetically sorting tags using compute functions on index and more… #3589\",\"fix: Fixed webapp unit test command. #3584\",\"chore: Upgrade to v0.6.1 #3525\",\"feat: FollowerList [1741] #3293\",\"fix: Text of editor embeds disappearing on click [2727] #3356\",\"build(deps-dev): bump css-loader from 3.5.1 to 3.5.2 in /webapp #3475\",\"build(deps): bump apollo-link-context from 1.0.19 to 1.0.20 in /backend #3472\",\"build(deps): bump date-fns from 2.11.1 to 2.12.0 in /webapp #3467\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /webapp #3459\",\"build(deps-dev): bump date-fns from 2.11.1 to 2.12.0 #3464\",\"build(deps): bump apollo-link-http from 1.5.16 to 1.5.17 in /backend #3465\",\"build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 in /webapp #3456\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /backend #3454\",\"build(deps-dev): bump jest from 25.2.7 to 25.3.0 in /backend #3453\",\"build(deps-dev): bump expect from 25.2.7 to 25.3.0 #3452\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.3.0 to 4.3.1 in /webapp #3446\",\"build(deps-dev): bump css-loader from 3.5.0 to 3.5.1 in /webapp #3448\",\"build(deps): bump apollo-server-express from 2.11.0 to 2.12.0 in /backend #3443\",\"build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend #3441\",\"build(deps): bump metascraper-image from 5.11.6 to 5.11.8 in /backend #3439\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 #3438\",\"build(deps): bump metascraper-youtube from 5.11.6 to 5.11.8 in /backend #3435\",\"build(deps): bump metascraper-soundcloud from 5.11.7 to 5.11.8 in /backend #3432\",\"refactor: favor CSS over syleguide components SearchPost.vue #3377\",\"chore: removed unused fuse.js #3411\",\"build(deps-dev): bump jest from 25.2.6 to 25.2.7 in /backend #3434\",\"build(deps): bump merge-graphql-schemas from 1.7.6 to 1.7.7 in /backend #3397\",\"chore: Update docs for spaces backups #3428\",\"build(deps): bump metascraper-date from 5.11.6 to 5.11.8 in /backend #3431\",\"build(deps): bump metascraper-publisher from 5.11.6 to 5.11.8 in /backend #3430\",\"build(deps-dev): bump css-loader from 3.4.2 to 3.5.0 in /webapp #3436\",\"build(deps): bump metascraper-lang from 5.11.6 to 5.11.8 in /backend #3433\",\"build(deps-dev): bump prettier from 2.0.2 to 2.0.4 in /webapp #3429\",\"build(deps): bump metascraper-url from 5.11.6 to 5.11.8 in /backend #3420\",\"build(deps): bump metascraper from 5.11.6 to 5.11.8 in /backend #3419\",\"build(deps-dev): bump storybook-design-token from 0.7.0 to 0.7.2 in /webapp #3422\",\"build(deps-dev): bump eslint-loader from 3.0.3 to 4.0.0 in /webapp #3424\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.3 to 4.3.0 in /webapp #3423\",\"build(deps): bump metascraper-author from 5.11.6 to 5.11.8 in /backend #3417\",\"build(deps): bump metascraper-title from 5.11.6 to 5.11.8 in /backend #3415\",\"build(deps): bump metascraper-audio from 5.11.6 to 5.11.8 in /backend #3418\",\"build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend #3416\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.7 in /webapp #3410\",\"build(deps-dev): bump expect from 25.2.4 to 25.2.7 #3409\",\"build(deps-dev): bump storybook-design-token from 0.5.1 to 0.7.0 in /webapp #3407\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 in /webapp #3403\",\"build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend #3401\",\"build(deps): bump tiptap-extensions from 1.28.7 to 1.28.8 in /webapp #3404\",\"build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend #3402\",\"build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 #3400\",\"build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend #3399\",\"build(deps): bump tiptap-extensions from 1.28.6 to 1.28.7 in /webapp #3393\",\"build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend #3391\",\"build(deps-dev): bump @storybook/vue from 5.3.17 to 5.3.18 in /webapp #3387\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 in /webapp #3386\",\"refactor(tests): return errors #3390\",\"build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend #3365\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.17 to 5.3.18 in /webapp #3384\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.17 to 5.3.18 in /webapp #3385\",\"build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend #3383\",\"build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend #3382\",\"build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend #3381\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /webapp #3370\",\"build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp #3380\",\"build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend #3379\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend #3366\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend #3362\",\"build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend #3367\",\"build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /webapp #3373\",\"fix(migration): Set maxSockets to avoid rate limit #3375\",\"build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /webapp #3374\",\"build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp #3371\",\"build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend #3368\",\"build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend #3364\",\"build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend #3363\",\"build(deps-dev): bump expect from 25.2.3 to 25.2.4 #3360\",\"build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 #3334\",\"chore: upgrade to v0.6.0 #3359\",\"build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend #3337\",\"build(deps-dev): bump jest from 25.2.1 to 25.2.3 in /webapp #3354\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 2.0.1 to 2.1.0 #3349\",\"build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend #3352\",\"refactor: FilterMenu as a first step to remove ds-flex #3257\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /webapp #3355\",\"Remove dangling image urls #3343\",\"build(deps-dev): bump expect from 25.2.0 to 25.2.3 #3347\",\"build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend #3350\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.3 in /webapp #3353\",\"build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend #3351\",\"build(deps): bump @sentry/node from 5.15.0 to 5.15.2 in /backend #3348\",\"build(deps-dev): bump jest from 25.2.0 to 25.2.3 in /backend #3346\",\"build(deps-dev): bump date-fns from 2.11.0 to 2.11.1 #3345\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 #3309\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /backend #3314\",\"build(deps-dev): bump babel-jest from 25.2.0 to 25.2.1 in /backend #3341\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.1 in /webapp #3342\",\"feat(backend): upload original image files on S3 object storage #3262\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /backend #3336\",\"build(deps): bump nuxt from 2.12.0 to 2.12.1 in /webapp #3338\",\"build(deps-dev): bump babel-jest from 25.1.0 to 25.2.0 in /webapp #3340\",\"build(deps-dev): bump jest from 25.1.0 to 25.2.0 in /backend #3335\",\"build(deps-dev): bump expect from 25.1.0 to 25.2.0 #3333\",\"build(deps): bump @nuxtjs/sentry from 3.3.1 to 4.0.0 in /webapp #3332\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /webapp #3316\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 in /backend #3313\",\"build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 in /webapp #3319\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 in /backend #3305\",\"build(deps): bump @sentry/node from 5.14.2 to 5.15.0 in /backend #3331\",\"build(deps-dev): bump prettier from 1.19.1 to 2.0.2 in /webapp #3327\",\"build(deps-dev): bump babel-loader from 8.0.6 to 8.1.0 in /webapp #3315\",\"build(deps-dev): bump @babel/register from 7.8.6 to 7.9.0 #3310\",\"build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 #3304\",\"fix(migration): return null for Image.url #3323\",\"build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend #3296\",\"fix(build): make locations spec more resilient #3324\",\"fix(migration): Avoid unique constraint violation #3303\",\"chore: upgrade to v0.5.0 #3302\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /webapp #3301\",\"feat: Search for Hashtags #3297\",\"build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend #3300\",\"build(deps): bump validator from 12.2.0 to 13.0.0 in /backend #3299\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.14 to 5.3.17 in /webapp #3283\",\"build(deps-dev): bump cross-env from 6.0.3 to 7.0.2 #3294\",\"build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp #3285\",\"build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend #3288\",\"build(deps): bump nuxt from 2.11.0 to 2.12.0 in /webapp #3291\",\"build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp #3289\",\"feat: Specs For Searches #3199\",\"chore(ci): Follow cypress docs to cache libraries #3292\",\"build(deps-dev): bump cypress from 4.1.0 to 4.2.0 #3287\",\"build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp #3268\",\"feat: Introduce graphql image type #3043\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp #3284\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp #3281\",\"chore: Dockerfile/Travis node versions match #3267\",\"build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend #3278\",\"build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend #3277\",\"build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend #3276\",\"build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2 #3275\",\"refactor: deprecated slot syntax [2117] #3258\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp #3282\",\"build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend #3280\",\"build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend #3274\",\"build(deps-dev): bump date-fns from 2.10.0 to 2.11.0 #3273\",\"build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend #3270\",\"build(deps): [security] bump acorn from 6.1.1 to 6.4.1 #3269\",\"build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend #3265\",\"build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend #3264\",\"build(deps): bump @sentry/node from 5.14.0 to 5.14.1 in /backend #3263\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3249\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /webapp #3215\",\"build(deps-dev): bump fuse.js from 3.4.6 to 3.6.1 in /webapp #3239\",\"build(deps): bump @nuxtjs/sentry from 3.2.4 to 3.3.1 in /webapp #3237\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /webapp #3228\",\"chore: Update to version 0.4.2 #3261\",\"build(deps): bump @sentry/node from 5.13.1 to 5.14.0 in /backend #3260\",\"build(deps): bump graphql-shield from 7.0.14 to 7.1.0 in /backend #3259\",\"feat: more prominent output of ./scripts/translations/sort.sh and hint to --fix feature of the script on errors #3251\",\"build(deps): bump nodemailer from 6.4.4 to 6.4.5 in /backend #3254\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 in /webapp #3248\",\"build(deps-dev): bump async-validator from 3.2.3 to 3.2.4 in /webapp #3255\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 in /backend #3253\",\"feature: Delete_user_as_admin_through_API_only #3063\",\"feat: zero bell to all notifications page [2823] #3219\",\"fix: layout shift [2607] #3218\",\"feat: Documentation for locales script #3242\",\"build(deps): bump metascraper-audio from 5.11.1 to 5.11.6 in /backend #3235\",\"build(deps): bump metascraper-video from 5.11.1 to 5.11.6 in /backend #3247\",\"build(deps): bump metascraper-soundcloud from 5.11.5 to 5.11.6 in /backend #3246\",\"build(deps): bump metascraper-lang from 5.11.1 to 5.11.6 in /backend #3234\",\"build(deps): bump metascraper-description from 5.11.1 to 5.11.6 in /backend #3233\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /backend #3245\",\"build(deps): bump metascraper-title from 5.11.1 to 5.11.6 in /backend #3244\",\"chore: Update to v0.4.1 #3243\",\"build(deps): bump metascraper-publisher from 5.11.1 to 5.11.6 in /backend #3226\",\"build(deps-dev): bump eslint-plugin-vue from 6.2.1 to 6.2.2 in /webapp #3238\",\"build(deps): bump metascraper-date from 5.11.1 to 5.11.6 in /backend #3236\",\"build(deps): bump metascraper-image from 5.11.1 to 5.11.6 in /backend #3224\",\"build(deps): bump uuid from 7.0.1 to 7.0.2 in /backend #3214\",\"build(deps-dev): bump cypress from 4.0.2 to 4.1.0 #3190\",\"build(deps): bump cross-env from 7.0.1 to 7.0.2 in /webapp #3230\",\"build(deps): bump vue-infinite-loading from 2.4.4 to 2.4.5 in /webapp #3227\",\"build(deps): bump metascraper-youtube from 5.11.1 to 5.11.6 in /backend #3225\",\"build(deps): bump metascraper-url from 5.11.1 to 5.11.6 in /backend #3223\",\"build(deps): bump metascraper-author from 5.11.1 to 5.11.6 in /backend #3222\",\"build(deps): bump metascraper-logo from 5.11.1 to 5.11.6 in /backend #3221\",\"build(deps): bump metascraper from 5.11.4 to 5.11.6 in /backend #3220\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.13 to 5.3.14 in /webapp #3167\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /backend #3213\",\"build(deps): bump metascraper-soundcloud from 5.11.4 to 5.11.5 in /backend #3189\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 in /backend #3211\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 #3210\",\"build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 in /webapp #3216\",\"build(deps-dev): bump @babel/node from 7.8.4 to 7.8.7 in /backend #3212\",\"build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 #3209\",\"perf(neo4j): Improve currentUser read performance #3207\",\"build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend #3205\",\"build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend #3201\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /webapp #3206\",\"build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend #3202\",\"build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend #3203\",\"build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend #3204\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 #3175\",\"feat: Russian Translations Update By Ewald Arnold #3198\",\"feat: Translations update #3111\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend #3172\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 #3173\",\"fix: Update user.updatedAt when password is reset #3197\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend #3174\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /webapp #3183\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend #3191\",\"build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend #3176\",\"build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 #3179\",\"build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend #3181\",\"build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /webapp #3182\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.2.2 to 4.2.3 in /webapp #3184\",\"build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend #3192\",\"build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend #3193\",\"build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /webapp #3195\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend #3159\",\"build(deps-dev): bump @storybook/vue from 5.3.13 to 5.3.14 in /webapp #3165\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /webapp #3168\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.13 to 5.3.14 in /webapp #3166\",\"build(deps-dev): bump date-fns from 2.9.0 to 2.10.0 #3160\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.13 to 5.3.14 in /webapp #3164\",\"build(deps): bump date-fns from 2.9.0 to 2.10.0 in /webapp #3163\",\"build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend #3162\",\"build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend #3161\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend #3044\",\"build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend #3147\",\"chore(build): Fix uuid deprecations #3156\",\"build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend #3153\",\"build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend #3148\",\"build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend #3154\",\"build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend #3155\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /webapp #3150\",\"fix(webapp): remove ribbon z-index #3152\",\"build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend #3149\",\"build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend #3146\",\"build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend #3145\",\"build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend #3144\",\"build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend #3143\",\"feat: the point -no political use - added #3138\",\"build(deps): bump metascraper-lang from 5.10.7 to 5.11.1 in /backend #3071\",\"build(deps): bump metascraper from 5.11.0 to 5.11.4 in /backend #3136\",\"build(deps): bump metascraper-soundcloud from 5.10.7 to 5.11.4 in /backend #3137\",\"chore: Update to v0.4.0 #3132\",\"build(deps): bump metascraper-logo from 5.10.7 to 5.11.1 in /backend #3126\",\"chore(cypress): Favor firefox in cypress #3121\",\"build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend #3127\",\"build(deps): bump ioredis from 4.14.1 to 4.16.0 in /backend #3128\",\"build(deps): bump apollo-server from 2.10.0 to 2.10.1 in /backend #3125\",\"fix: Favor Cypress.Promise over async/await in e2e tests #3115\",\"docs(setup): Fix links in tests #3120\",\"feat: 🍰 Expose sensitive report type to moderators only #3075\",\"refactor: migrate card component #2870\",\"build(deps): bump metascraper-youtube from 5.10.7 to 5.11.1 in /backend #3114\",\"fix(cypress): Upgrade cypress, remove log out step #3119\",\"build(deps): bump metascraper-date from 5.10.7 to 5.11.1 in /backend #3069\",\"build(deps): bump metascraper-author from 5.10.7 to 5.11.1 in /backend #3070\",\"build(deps): bump xregexp from 4.2.4 to 4.3.0 in /webapp #3047\",\"build(deps): bump metascraper-publisher from 5.10.7 to 5.11.1 in /backend #3068\",\"build(deps): bump @sentry/node from 5.12.3 to 5.12.4 in /backend #3113\",\"feat: German Translations Update By Andreas Plank #3109\",\"fix(frontend): Remove Hover Menu from User Teaser #3093\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /webapp #3030\",\"fix(frontend): Post page won't crash on anonymous user #2981\",\"chore(cypress): Remove debug statements #3110\",\"build(deps): bump metascraper-audio from 5.10.7 to 5.11.1 in /backend #3066\",\"build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp #3081\",\"build(deps-dev): bump apollo-server-testing from 2.10.0 to 2.10.1 in /backend #3078\",\"fix(subscriptions): Don't publish undefined #3101\",\"build(deps): [security] bump yarn from 1.17.3 to 1.22.0 in /webapp #3077\",\"feat: Normalize locales/json files #3003\",\"🍰feat: Delete teaser image #2585\",\"fix: swap lat and lng #2589\",\"fix(frontend): avatar image covers full circle #3102\",\"fix(jwt): Whitelist encoded JWT attributes #3090\",\"test: Write cypress tests for ImageUploader #3056\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.2 to 6.2.1 in /webapp #3092\",\"build: Fix intermittent failing tests #3087\",\"fix(nuxt-env): Configuration issue with websockets #3089\",\"build(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 in /backend #3029\",\"build(deps): bump cookie-universal-nuxt from 2.1.1 to 2.1.2 in /webapp #3073\",\"build(deps): bump @nuxtjs/sentry from 3.2.2 to 3.2.3 in /webapp #3072\",\"build(deps): bump metascraper-image from 5.10.7 to 5.11.1 in /backend #3067\",\"build(deps-dev): bump vue-loader from 15.8.3 to 15.9.0 in /webapp #3060\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.12 to 5.3.13 in /webapp #3049\",\"refactor(cypress): Speed up builds, avoid login through UI #3042\",\"feat: 🍰 Set up Vue-Apollo Subscriptions #1705\",\"fix: Update devops_ticket.md #3053\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /webapp #3048\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.12 to 5.3.13 in /webapp #3050\",\"build(deps): Node v13 compatbility #3041\",\"build(deps): bump request from 2.88.0 to 2.88.2 in /backend #3045\",\"build(deps-dev): bump @storybook/vue from 5.3.12 to 5.3.13 in /webapp #3046\",\"feat(deployment): Add helm charts for deploy #1613\",\"build(deps-dev): bump vue-svg-loader from 0.15.0 to 0.16.0 in /webapp #3039\",\"fix: Increase body parser limit #3037\",\"chore: Update to v0.3.1 #3035\",\"fix: Display unblock feature only for blocking user #3034\",\"refactor(factories): Refactor test factories with rosie.js #2921\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.2 to 4.2.2 in /webapp #3031\",\"build(deps): bump graphql-shield from 7.0.10 to 7.0.11 in /backend #3028\",\"build(deps-dev): bump codecov from 3.6.4 to 3.6.5 #3027\",\"chore: Add DevOps issue template #2999\",\"fix: Error pages can be translated #2826\",\"build(deps-dev): bump apollo-server-testing from 2.9.16 to 2.10.0 in /backend #3020\",\"build(deps): bump apollo-server from 2.9.16 to 2.10.0 in /backend #3019\",\"build(deps): bump graphql-tag from 2.10.2 to 2.10.3 in /backend #3011\",\"build(deps): bump graphql-shield from 7.0.9 to 7.0.10 in /backend #3010\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.10 to 5.3.12 in /webapp #2998\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.10 to 5.3.12 in /webapp #2997\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.10 to 5.3.12 in /webapp #2996\",\"build(deps): bump metascraper-author from 5.10.6 to 5.10.7 in /backend #2994\",\"build(deps): bump metascraper-title from 5.10.6 to 5.10.7 in /backend #2978\",\"build(deps-dev): bump @storybook/vue from 5.3.10 to 5.3.12 in /webapp #2995\",\"build(deps): bump metascraper-audio from 5.10.6 to 5.10.7 in /backend #2993\",\"build(deps): bump graphql-tag from 2.10.1 to 2.10.2 in /backend #2992\",\"build(deps): bump metascraper-url from 5.10.6 to 5.10.7 in /backend #2991\",\"build(deps): bump @sentry/node from 5.12.0 to 5.12.3 in /backend #2990\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.9 to 5.3.10 in /webapp #2951\",\"build(deps): bump metascraper from 5.10.6 to 5.11.0 in /backend #2976\",\"build(deps): bump metascraper-logo from 5.10.6 to 5.10.7 in /backend #2975\",\"chore: Add issue template for Refactoring tickets #2983\",\"build(deps): bump @nuxtjs/sentry from 3.1.0 to 3.2.2 in /webapp #2974\",\"build(deps): bump metascraper-video from 5.10.6 to 5.10.7 in /backend #2952\",\"build(deps): bump metascraper-lang from 5.10.6 to 5.10.7 in /backend #2950\",\"build(deps): bump metascraper-description from 5.10.6 to 5.11.0 in /backend #2948\",\"build(deps): bump @sentry/node from 5.11.2 to 5.12.0 in /backend #2977\",\"build(deps): bump @nuxtjs/pwa from 3.0.0-beta.19 to 3.0.0-beta.20 in /webapp #2959\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.9 to 5.3.10 in /webapp #2956\",\"build(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 in /webapp #2949\",\"build(deps): bump metascraper-soundcloud from 5.10.6 to 5.10.7 in /backend #2945\",\"build(deps): bump metascraper-date from 5.10.6 to 5.10.7 in /backend #2944\",\"build(deps-dev): bump codecov from 3.6.2 to 3.6.4 #2943\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2953\",\"build(deps): bump metascraper-publisher in /backend #2954\",\"build(deps-dev): bump eslint-plugin-import in /backend #2955\",\"build(deps): bump metascraper-youtube from 5.10.6 to 5.10.7 in /backend #2957\",\"build(deps): bump metascraper-image from 5.10.6 to 5.10.7 in /backend #2960\",\"build(deps-dev): bump @storybook/vue from 5.3.9 to 5.3.10 in /webapp #2961\",\"build(deps): bump @nuxtjs/axios from 5.9.4 to 5.9.5 in /webapp #2962\",\"fix: Update mute/unmute icon to unused icon #2973\",\"fix: Remove github release script breaking build #2971\",\"Use original createdAt for merged users/emails #2969\",\"Fix typo #2966\",\"chore: Update to v0.3.0 #2941\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /webapp #2939\",\"feat: 🍰 Direct Reply On Comment #2608\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 in /backend #2938\",\"fix: deploy script with new naming convention #2930\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /backend #2940\",\"build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 in /backend #2934\",\"build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 #2935\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 in /webapp #2932\",\"build(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 in /webapp #2937\",\"build(deps-dev): bump @babel/node from 7.8.3 to 7.8.4 in /backend #2936\",\"build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 #2933\",\"feat: Blocked users cannot comment on posts #2714\",\"build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend #2927\",\"build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp #2925\",\"build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp #2928\",\"docs(CONTRIBUTING): Add open-source bounty program #2899\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp #2926\",\"build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend #2924\",\"build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend #2923\",\"feat(editor): Underline markup for posts+comments #2898\",\"fix(backend): Add migration for muted relationship #2919\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp #2914\",\"fix(webapp): 🐛 Adjust Avatar Sizes and 'z-index' #2871\",\"build(deps-dev): bump @storybook/vue from 5.3.8 to 5.3.9 in /webapp #2913\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /backend #2907\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /webapp #2905\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /backend #2911\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.8 to 5.3.9 in /webapp #2910\",\"build(deps): bump slug from 2.1.0 to 2.1.1 in /backend #2906\",\"build(deps): bump cross-env from 6.0.3 to 7.0.0 in /webapp #2916\",\"build(deps): bump graphql from 14.5.8 to 14.6.0 in /backend #2909\",\"build(deps-dev): bump storybook-design-token from 0.5.0 to 0.5.1 in /webapp #2915\",\"build(deps): bump validator from 12.1.0 to 12.2.0 in /webapp #2912\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.8 to 5.3.9 in /webapp #2908\",\"build(deps-dev): bump slug from 2.1.0 to 2.1.1 #2904\",\"build(deps): bump graphql-shield from 7.0.7 to 7.0.8 in /backend #2903\",\"build(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2902\",\"build(deps): bump metascraper-logo from 5.10.5 to 5.10.6 in /backend #2893\",\"build(deps): bump metascraper-video from 5.10.5 to 5.10.6 in /backend #2892\",\"build(deps): bump metascraper-image from 5.10.5 to 5.10.6 in /backend #2891\",\"build(deps): bump metascraper-publisher from 5.10.5 to 5.10.6 in /backend #2890\",\"build(deps-dev): bump codecov from 3.6.1 to 3.6.2 #2889\",\"feat(db): Setup neo4j data migrations #2828\",\"build(deps): bump metascraper from 5.10.5 to 5.10.6 in /backend #2877\",\"build(deps): bump metascraper-url from 5.10.5 to 5.10.6 in /backend #2879\",\"build(deps): bump metascraper-lang from 5.10.5 to 5.10.6 in /backend #2882\",\"build(deps): bump metascraper-audio from 5.10.5 to 5.10.6 in /backend #2883\",\"build(deps): bump metascraper-date from 5.10.5 to 5.10.6 in /backend #2878\",\"build(deps): bump metascraper-title from 5.10.5 to 5.10.6 in /backend #2880\",\"build(deps): bump metascraper-youtube from 5.10.5 to 5.10.6 in /backend #2881\",\"build(deps): bump metascraper-author from 5.10.5 to 5.10.6 in /backend #2876\",\"build(deps): bump metascraper-description from 5.10.5 to 5.10.6 in /backend #2875\",\"build(deps): bump metascraper-soundcloud from 5.10.5 to 5.10.6 in /backend #2874\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /webapp #2868\",\"build(deps-dev): bump @storybook/vue from 5.3.7 to 5.3.8 in /webapp #2867\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /webapp #2869\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.7 to 5.3.8 in /webapp #2865\",\"build(deps-dev): bump babel-jest from 24.9.0 to 25.1.0 in /backend #2863\",\"build(deps-dev): bump expect from 24.9.0 to 25.1.0 #2861\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp #2866\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp #2864\",\"build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend #2862\",\"docs(deployment): Explain how to setup metrics #2825\",\"refactor(styleguide): Migrate Avatar component to monorepo #2700\",\"feat: Convert block/unblock to mute/unmute #2686\",\"removed obsolete German keys #2845\",\"build(deps-dev): bump @vue/server-test-utils in /webapp #2852\",\"build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp #2857\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2858\",\"build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend #2849\",\"build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend #2848\",\"build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp #2856\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp #2855\",\"build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend #2854\",\"build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend #2853\",\"build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend #2851\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp #2850\",\"build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend #2847\",\"build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend #2846\",\"Release 0.2.2 #2844\",\"build(deps-dev): bump @storybook/addon-actions in /webapp #2842\",\"build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend #2835\",\"build(deps): bump metascraper-publisher in /backend #2836\",\"build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend #2840\",\"build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend #2838\",\"build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend #2832\",\"build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend #2831\",\"refactor(modules): Various import fixes #2802\",\"build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend #2839\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp #2834\",\"build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend #2833\",\"build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend #2830\",\"build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend #2829\",\"fix(translations): Remove duplicate and mistranslated item from code of conduct #2725\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp #2820\",\"build(deps): bump metascraper from 5.10.2 to 5.10.3 in /backend #2808\",\"build(deps-dev): bump @storybook/vue from 5.3.3 to 5.3.6 in /webapp #2819\",\"build(deps): bump faker from 9fd8d7d to 3b2fa4a in /backend #2803\",\"build(deps-dev): bump faker from 9fd8d7d to 3b2fa4a#2804\",\"build(deps-dev): bump @storybook/addon-a11y in /webapp #2809\",\"build(deps): bump uuid from 3.3.3 to 3.4.0 in /backend #2810\",\"build(deps): bump metascraper-image from 5.9.5 to 5.10.3 in /backend #2811\",\"build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /webapp #2812\",\"build(deps): bump metascraper-audio from 5.9.5 to 5.10.3 in /backend #2813\",\"build(deps): bump metascraper-soundcloud in /backend #2815\",\"build(deps-dev): bump @storybook/addon-notes in /webapp #2816\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.3 to 5.3.5 in /webapp #2807\",\"build(deps): bump metascraper-description from 5.9.5 to 5.10.3 in /backend #2806\",\"build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend #2805\",\"🍰 feat(webapp): Display deployed version in footer #2728\",\"fix: cypress breaks locally in login step #2776\",\"build(deps-dev): bump @vue/test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2378\",\"build(deps): bump metascraper-youtube from 5.9.5 to 5.10.3 in /backend #2794\",\"build(deps): bump metascraper-video from 5.9.5 to 5.10.3 in /backend #2795\",\"build(deps): bump metascraper-logo from 5.9.5 to 5.10.3 in /backend #2796\",\"refactor(styleguide): improve emotion buttons and header responsiveness #2582\",\"build(deps): bump metascraper-url from 5.9.5 to 5.10.3 in /backend #2793\",\"build(deps): bump metascraper-author from 5.9.5 to 5.10.3 in /backend #2789\",\"build(deps): bump metascraper-lang from 5.9.5 to 5.10.3 in /backend #2790\",\"build(deps): bump metascraper-publisher from 5.9.5 to 5.10.3 in /backend #2792\",\"build(deps): bump metascraper-title from 5.9.5 to 5.10.3 in /backend #2791\",\"build(deps): bump @sentry/node from 5.11.0 to 5.11.1 in /backend #2788\",\"build(deps): bump metascraper-date from 5.9.5 to 5.10.3 in /backend #2787\",\"build(deps-dev): bump @babel/node from 7.8.0 to 7.8.3 in /backend #2754\",\"refactor(styleguide): migrate and redesign buttons #2562\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 in /backend #2760\",\"build(deps-dev): bump @storybook/addon-actions from 5.3.2 to 5.3.3 in /webapp #2782\",\"build(deps-dev): bump sass-loader from 8.0.0 to 8.0.2 in /webapp #2781\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.8.0 to 7.8.3 in /webapp #2780\",\"build(deps-dev): bump @storybook/addon-a11y from 5.3.2 to 5.3.3 in /webapp #2779\",\"build(deps): bump metascraper from 5.9.5 to 5.10.2 in /backend #2778\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.3 in /webapp #2767\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.8.0 to 7.8.3 in /backend #2757\",\"build(deps-dev): bump @storybook/vue from 5.3.1 to 5.3.3 in /webapp #2772\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 #2758\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /webapp #2748\",\"build(deps-dev): bump @storybook/addon-notes from 5.3.1 to 5.3.3 in /webapp #2771\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.3 in /webapp #2769\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 #2764\",\"build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 in /backend #2755\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /webapp #2768\",\"build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 in /backend #2763\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.19.0 to 2.0.1 #2761\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.2 in /webapp #2759\",\"build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 #2756\",\"build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend #2753\",\"build(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.2 in /webapp #2752\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 in /backend #2743\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.3.2 in /webapp #2751\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 in /backend #2735\",\"build(deps-dev): bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.0 in /webapp #2746\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 in /backend #2739\",\"build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 in /backend #2744\",\"Issues marked as bounty never become stale #2726\",\"build(deps-dev): bump css-loader from 3.4.1 to 3.4.2 in /webapp #2747\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /webapp #2742\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.7.4 to 7.8.0 in /backend #2741\",\"build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0 in /backend #2737\",\"build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 #2732\",\"build(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3 in /webapp #2740\",\"build(deps-dev): bump @storybook/vue from 5.2.8 to 5.3.1 in /webapp #2738\",\"build(deps-dev): bump cypress from 3.8.1 to 3.8.2 #2734\",\"build(deps-dev): bump @babel/node from 7.7.7 to 7.8.0 in /backend #2733\",\"build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0 in /backend #2731\",\"build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 #2730\",\"build(deps-dev): bump @babel/register from 7.7.7 to 7.8.0 #2729\",\"build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp #2552\",\"Update yarn.lock after dependabot update #2724\",\"build(deps): bump @nuxtjs/axios from 5.8.0 to 5.9.2 in /webapp #2657\",\"Update to version 0.2.1 #2722\",\"🍰 Search For Users #2262\",\"Use node LTS in production #2713\",\"build(deps): bump apollo-server from 2.9.15 to 2.9.16 in /backend #2718\",\"build(deps): bump neo4j-graphql-js from 2.11.4 to 2.11.5 in /backend #2715\",\"build(deps-dev): bump apollo-server-testing from 2.9.15 to 2.9.16 in /backend #2720\",\"build(deps): bump @hapi/joi from 17.0.0 to 17.0.2 in /backend #2719\",\"build(deps): bump apollo-server-express from 2.9.15 to 2.9.16 in /backend #2717\",\"build(deps): bump metascraper-url from 5.8.13 to 5.9.5 in /backend #2716\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /backend #2706\",\"build(deps): bump metascraper-lang from 5.8.13 to 5.9.5 in /backend #2703\",\"build(deps): bump date-fns from 2.8.1 to 2.9.0 in /webapp #2711\",\"build(deps): bump metascraper-logo from 5.8.13 to 5.9.5 in /backend #2697\",\"build(deps): bump metascraper-title from 5.8.13 to 5.9.5 in /backend #2694\",\"build(deps): bump metascraper-description from 5.8.15 to 5.9.5 in /backend #2690\",\"build(deps): bump node from 13.5.0-alpine to 13.6.0-alpine in /webapp #2708\",\"build(deps): bump @sentry/node from 5.10.2 to 5.11.0 in /backend #2709\",\"build(deps): bump metascraper-audio from 5.8.13 to 5.9.5 in /backend #2707\",\"build(deps): bump metascraper-image from 5.9.4 to 5.9.5 in /backend #2705\",\"build(deps): bump metascraper-youtube from 5.8.13 to 5.9.5 in /backend #2704\",\"build(deps-dev): bump date-fns from 2.8.1 to 2.9.0 #2702\",\"build(deps): bump metascraper-soundcloud from 5.9.0 to 5.9.5 in /backend #2693\",\"build(deps): bump metascraper-date from 5.8.13 to 5.9.5 in /backend #2698\",\"build(deps): bump neo4j-graphql-js from 2.11.3 to 2.11.4 in /backend #2696\",\"build(deps): bump metascraper-video from 5.8.13 to 5.9.5 in /backend #2695\",\"build(deps): bump metascraper-publisher from 5.8.13 to 5.9.5 in /backend #2692\",\"build(deps): bump metascraper-author from 5.8.13 to 5.9.5 in /backend #2691\",\"build(deps): bump metascraper from 5.9.4 to 5.9.5 in /backend #2689\",\"Changes Text For SignUp #2678\",\"Update de.json #2655\",\"build(deps): bump neode from 0.3.6 to 0.3.7 in /backend #2682\",\"Update neo4j-driver #2546\",\"build(deps): bump merge-graphql-schemas from 1.7.5 to 1.7.6 in /backend #2681\",\"build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend #2680\",\"build(deps-dev): bump neode from 0.3.6 to 0.3.7 #2679\",\"Parse xss before extracting mentions/hashtags #2674\",\"build(deps): bump metascraper-logo from 5.8.12 to 5.8.13 in /backend #2672\",\"build(deps): bump metascraper from 5.9.0 to 5.9.4 in /backend #2668\",\"build(deps-dev): bump eslint-plugin-jest from 23.2.0 to 23.3.0 in /webapp #2671\",\"build(deps-dev): bump css-loader from 3.4.0 to 3.4.1 in /webapp #2669\",\"build(deps): bump metascraper-image from 5.8.13 to 5.9.4 in /backend #2670\",\"build(deps-dev): bump apollo-server-testing from 2.9.14 to 2.9.15 in /backend #2667\",\"build(deps): bump neo4j-graphql-js from 2.11.0 to 2.11.2 in /backend #2666\",\"build(deps): bump metascraper-title from 5.8.12 to 5.8.13 in /backend #2665\",\"build(deps): bump @hapi/joi from 16.1.8 to 17.0.0 in /backend #2664\",\"build(deps-dev): bump cypress-file-upload from 3.5.1 to 3.5.3 #2663\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.3.0 in /backend #2662\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /webapp #2632\",\"build(deps-dev): bump slug from 2.0.0 to 2.1.0 #2647\",\"build(deps): bump merge-graphql-schemas from 1.7.3 to 1.7.5 in /backend #2648\",\"build(deps): bump metascraper-url from 5.8.12 to 5.8.13 in /backend #2637\",\"build(deps): bump metascraper-publisher from 5.8.12 to 5.8.13 in /backend #2636\",\"build(deps-dev): bump eslint-plugin-jest from 23.1.1 to 23.2.0 in /webapp #2642\",\"build(deps): bump graphql-shield from 7.0.5 to 7.0.7 in /backend #2649\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /backend #2650\",\"build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.9.0 in /backend #2651\",\"build(deps): bump slug from 2.0.0 to 2.1.0 in /backend #2652\",\"build(deps): bump metascraper from 5.8.12 to 5.9.0 in /backend #2654\",\"build(deps): bump metascraper-description from 5.8.12 to 5.8.15 in /backend #2653\",\"build(deps): bump metascraper-author from 5.8.12 to 5.8.13 in /backend #2616\",\"build(deps): bump metascraper-lang from 5.8.12 to 5.8.13 in /backend #2618\",\"build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend #2634\",\"build(deps): bump metascraper-soundcloud from 5.8.15 to 5.9.0 in /backend #2638\",\"build(deps): bump metascraper-video from 5.8.12 to 5.8.13 in /backend #2639\",\"build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend #2640\",\"build(deps): bump slug from 1.1.0 to 2.0.0 in /backend #2641\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.1.1 to 4.1.2 in /webapp #2643\",\"build(deps-dev): bump eslint-plugin-vue from 6.1.1 to 6.1.2 in /webapp #2644\",\"build(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.0.0 in /webapp #2645\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /webapp #2579\",\"build(deps): bump metascraper-soundcloud from 5.8.12 to 5.8.15 in /backend #2630\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /webapp #2617\",\"build(deps): bump metascraper-date from 5.8.12 to 5.8.13 in /backend #2615\",\"build(deps): bump metascraper-image from 5.8.12 to 5.8.13 in /backend #2614\",\"build(deps): bump metascraper-youtube from 5.8.12 to 5.8.13 in /backend #2612\",\"build(deps): bump metascraper-audio from 5.8.12 to 5.8.13 in /backend #2610\",\"🍰 Added Language Tag For Posts #2627\",\"build(deps-dev): bump cypress-plugin-retries from 1.5.0 to 1.5.2 #2609\",\"build(deps-dev): bump eslint from 6.7.2 to 6.8.0 in /backend #2613\",\"remove accidently created ru.json in wrong place #2606\",\"build(deps): bump neo4j from 3.5.13-enterprise to 3.5.14-enterprise in /neo4j #2620\",\"Fixes 2603 #2619\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp #2581\",\"build(deps-dev): bump slug from 1.1.0 to 2.0.0 #2621\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp #2624\",\"build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend #2625\",\"build(deps-dev): bump cypress from 3.8.0 to 3.8.1 #2626\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp #2633\",\"build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7 #2571\",\"build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend #2600\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend #2590\",\"build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend #2599\",\"build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend #2598\",\"build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend #2596\",\"build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp #2595\",\"build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp #2594\",\"build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend #2593\",\"build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend #2592\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend #2568\",\"Fix imageAspectRatio set to null UpdatePost #2588\",\"Update to version 0.2.0 #2584\",\"build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend #2556\",\"build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 #2569\",\"build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 in /backend #2576\",\"Lokalise: Translations update #2563\",\"build(deps-dev): bump style-resources-loader from 1.3.2 to 1.3.3 in /webapp #2580\",\"build(deps): bump node from 13.3.0-alpine to 13.4.0-alpine in /webapp #2577\",\"build(deps): bump metascraper-title from 5.8.10 to 5.8.12 in /backend #2575\",\"build(deps-dev): bump apollo-server-testing from 2.9.13 to 2.9.14 in /backend #2574\",\"build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend #2572\",\"Blur Images #2351\",\"build(deps-dev): bump @babel/node from 7.7.4 to 7.7.7 in /backend #2570\",\"build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 #2567\",\"build(deps): bump metascraper-description from 5.8.10 to 5.8.12 in /backend #2566\",\"Add back layout changes/update db_manipulation #2544\",\"build(deps): bump metascraper-soundcloud from 5.8.10 to 5.8.12 in /backend #2560\",\"build(deps): bump metascraper-author from 5.8.7 to 5.8.12 in /backend #2559\",\"build(deps): bump metascraper from 5.8.9 to 5.8.12 in /backend #2558\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.12 in /backend #2547\",\"build(deps): bump metascraper-video from 5.8.10 to 5.8.12 in /backend #2557\",\"build(deps): bump metascraper-date from 5.8.7 to 5.8.12 in /backend #2555\",\"build(deps): bump metascraper-logo from 5.8.10 to 5.8.12 in /backend #2554\",\"build(deps): bump apollo-server-express from 2.9.13 to 2.9.14 in /backend #2551\",\"build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 in /webapp #2550\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.18.0 to 1.19.0 #2548\",\"Lokalise: Translations update #2545\",\"build(deps): bump metascraper-youtube from 5.8.9 to 5.8.10 in /backend #2522\",\"build(deps): bump metascraper-title from 5.8.7 to 5.8.10 in /backend #2525\",\"build(deps): bump metascraper-lang from 5.8.9 to 5.8.10 in /backend #2531\",\"build(deps): bump tiptap-extensions from 1.28.5 to 1.28.6 in /webapp #2535\",\"Fix maintenance service/LocaleSwitch import #2542\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /webapp #2523\",\"build(deps): bump stack-utils from 1.0.2 to 2.0.1 in /webapp #2521\",\"build(deps): bump metascraper-soundcloud from 5.8.9 to 5.8.10 in /backend #2520\",\"Update neode #2539\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /webapp #2519\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /webapp #2527\",\"build(deps): bump neo4j-graphql-js from 2.10.1 to 2.10.2 in /backend #2530\",\"build(deps): bump metascraper-image from 5.8.7 to 5.8.10 in /backend #2532\",\"build(deps): bump apollo-cache-inmemory from 1.6.3 to 1.6.5 in /backend #2534\",\"build(deps): bump metascraper-video from 5.8.9 to 5.8.10 in /backend #2536\",\"build(deps): bump tiptap from 1.26.5 to 1.26.6 in /webapp #2537\",\"build(deps-dev): bump vue-loader from 15.7.2 to 15.8.3 in /webapp #2538\",\"Refactor: content menu #2512\",\"build(deps): bump metascraper-audio from 5.8.7 to 5.8.10 in /backend #2524\",\"build(deps): bump metascraper-description from 5.8.7 to 5.8.10 in /backend #2518\",\"build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 in /backend #2517\",\"build(deps): bump apollo-client from 2.6.4 to 2.6.8 in /backend #2516\",\"build(deps): bump metascraper-logo from 5.8.7 to 5.8.10 in /backend #2515\",\"Fix duplicate fragment user issue #2511\",\"fix: editor not visible in server-side-rendering #2513\",\"Update it.json #2507\",\"Fix: User.name is not non-nullable #2510\",\"Update to version 0.1.13 #2506\",\"Update de.json #2492\",\"Fix broken scroll behaviour on index and profile page #2487\",\"Lokalise: Translations update #2503\",\"build(deps): bump node from 13.1.0-alpine to 13.3.0-alpine in /webapp #2454\",\"Lokalise: Translations update #2485\",\"build(deps-dev): bump css-loader from 3.3.0 to 3.3.2 in /webapp #2505\",\"build(deps-dev): bump cypress from 3.7.0 to 3.8.0 #2504\",\"Favor transaction functions #2433\",\"build(deps): bump nodemailer from 6.4.1 to 6.4.2 in /backend #2500\",\"Update en.json #2491\",\"Update es.json #2493\",\"Update fr.json #2494\",\"Update it.json #2496\",\"build(deps-dev): bump nodemon from 2.0.1 to 2.0.2 in /backend #2499\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc18 to 4.0.0-rc19 in /webapp #2498\",\"build(deps): bump neo4j-graphql-js from 2.10.0 to 2.10.1 in /backend #2497\",\"Fix docker manifest on Travis CI #2488\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 #2453\",\"build(deps-dev): bump cypress-file-upload from 3.5.0 to 3.5.1 #2489\",\"build(deps): bump cookie-universal-nuxt from 2.0.19 to 2.1.0 in /webapp #2490\",\"Update to version 0.1.12 #2483\",\"Show the comments again #2482\",\"Improve notification query performance by reducing db calls #2470\",\"Fix Cannot read 'Post' of undefined#2481\",\"Hope to fix our deployment with explicit call of bash#2480\",\"Revert layout changes image aspect ratio #2467\",\"Quick fix for null pointer error in User.vue #2472\",\"Checkbox 'no comercial + no political account' add to creat user account #2416\",\"Remove data-test attriubutes in non-dev env #2421\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 #2452\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /backend #2455\",\"build(deps-dev): bump @babel/cli from 7.7.4 to 7.7.5 in /backend #2458\",\"build(deps): bump @sentry/node from 5.10.1 to 5.10.2 in /backend #2473\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /backend #2474\",\"build(deps-dev): bump css-loader from 3.2.1 to 3.3.0 in /webapp #2475\",\"build(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 in /webapp #2477\",\"Fix #2237, Comments 4 times as long before \\\"show more\\\" #2443\",\"Get rid of inconsistency with neode setup #2404\",\"Bump styleguide to version 0.5.22 #2468\",\"build(deps): bump nodemailer from 6.4.0 to 6.4.1 in /backend #2456\",\"build(deps-dev): bump eslint-loader from 3.0.2 to 3.0.3 in /webapp #2459\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /backend #2460\",\"build(deps-dev): bump @babel/core from 7.7.4 to 7.7.5 in /webapp #2461\",\"build(deps-dev): bump @babel/preset-env from 7.7.4 to 7.7.6 in /webapp #2463\",\"build(deps-dev): bump async-validator from 3.2.2 to 3.2.3 in /webapp #2464\",\"build(deps): bump styleguide from 808b3c5 to 7ef8340#2465\",\"Paginate moderations page without losing filtering #2466\",\"Update it.json #2451\",\"build(deps): bump metascraper from 5.8.8 to 5.8.9 in /backend #2304\",\"build(deps): bump metascraper-video from 5.8.7 to 5.8.9 in /backend #2303\",\"build(deps): bump neo4j-graphql-js from 2.9.3 to 2.10.0 in /backend #2440\",\"Hide Donations Bar #2422\",\"build(deps): bump @sentry/node from 5.10.0 to 5.10.1 in /backend #2436\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.17.0 to 1.18.0 #2437\",\"build(deps-dev): bump apollo-server-testing from 2.9.12 to 2.9.13 in /backend #2439\",\"build(deps): bump apollo-server from 2.9.12 to 2.9.13 in /backend #2441\",\"Eliminate database calls for reports query #2435\",\"Use babel-loader with vue-svg-loader #2430\",\"Remove disable from reports.disable Query #2432\",\"2253 fix scroll layout issue #2317\",\"Update test description #2424\",\"Update yarn.lock after pulling in latest changes #2419\",\"Update privacy path #2417\",\"Add browserstack logo to attributions #2431\",\"build(deps): bump @sentry/node from 5.9.0 to 5.10.0 in /backend #2428\",\"build(deps): bump nodemailer from 6.3.1 to 6.4.0 in /backend #2427\",\"List and protocol moderation #1954\",\"fix: Re-enable webfinger feature #2335\",\"Close neo4j driver sessions #2402\",\"feat: swap user name<=>handle for discriminability #2385\",\"build(deps-dev): bump @storybook/vue from 5.2.6 to 5.2.8 in /webapp #2397\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.6 to 5.2.8 in /webapp #2398\",\"Fix German translation of \\\"Shouts\\\" #2400\",\"build(deps): bump tiptap-extensions from 1.28.4 to 1.28.5 in /webapp #2407\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.7 to 5.2.8 in /webapp #2406\",\"build(deps-dev): bump css-loader from 3.2.0 to 3.2.1 in /webapp #2405\",\"build(deps-dev): bump @storybook/addon-notes from 5.2.6 to 5.2.8 in /webapp #2399\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /webapp #2393\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.5 to 4.1.1 in /webapp #2374\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /webapp #2392\",\"Terms of use extended with dot - no commercial use #2316\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.2 to 1.17.0 #2389\",\"Lokalise: Translations update #2380\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.6 to 5.2.7 in /webapp #2391\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.5 to 23.1.1 in /backend #2390\",\"build(deps-dev): bump eslint from 6.7.1 to 6.7.2 in /backend #2388\",\"build(deps-dev): bump @vue/server-test-utils from 1.0.0-beta.29 to 1.0.0-beta.30 in /webapp #2379\",\"build(deps): bump neo4j from 3.5.12-enterprise to 3.5.13-enterprise in /neo4j #2377\",\"build(deps-dev): bump @babel/cli from 7.7.0 to 7.7.4 in /backend #2366\",\"build(deps-dev): bump cypress-plugin-retries from 1.4.0 to 1.5.0 #2360\",\"No public registration in development so that backend test pass #2382\",\"Don't remove sub-addresses in emails #2375\",\"refactor: Remove obsolete code about invitation codes #2333\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc17 to 4.0.0-rc18 in /webapp #2373\",\"build(deps): bump graphql-shield from 7.0.2 to 7.0.4 in /backend #2372\",\"build(deps-dev): bump cypress from 3.6.1 to 3.7.0 #2371\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /backend #2359\",\"build(deps): bump apollo-server from 2.9.11 to 2.9.12 in /backend #2357\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /webapp #2369\",\"build(deps): bump @hapi/joi from 16.1.7 to 16.1.8 in /backend #2368\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.4 to 23.0.5 in /backend #2365\",\"build(deps-dev): bump @babel/plugin-proposal-throw-expressions from 7.2.0 to 7.7.4 in /backend #2339\",\"refactor: Close session in isAuthor permission #2334\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /webapp #2323\",\"1967 component tests content view #2169\",\"If an admin searches for a user by email, don't crash if no user can be found #2295\",\"Migrate styleguide icons #2288\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /backend #2358\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /backend #2341\",\"build(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 in /webapp #2340\",\"build(deps): bump date-fns from 2.7.0 to 2.8.1 in /backend #2322\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /webapp #2319\",\"Update to version 0.1.11 with bug fixes #2354\",\"Fix updating post by adding/changing image bug submits form #2350\",\"Add shoutedBy_some to _PostFilter #2353\",\"build(deps-dev): bump date-fns from 2.8.0 to 2.8.1 #2342\",\"build(deps-dev): bump @babel/node from 7.7.0 to 7.7.4 in /backend #2343\",\"build(deps): bump validator from 12.0.0 to 12.1.0 in /backend #2345\",\"build(deps-dev): bump @babel/preset-env from 7.7.1 to 7.7.4 in /webapp #2346\",\"build(deps-dev): bump eslint from 6.6.0 to 6.7.1 in /webapp #2347\",\"build(deps-dev): bump nodemon from 1.19.4 to 2.0.1 in /backend #2348\",\"Update to version 0.1.11 #2324\",\"Add LegacyEmbeds component to fix bug #2328\",\"Fix incorrect link to development environment #2309\",\"2329 normalize emails in login form #2330\",\"Lokalise: Translations update #2327\",\"Changed translation must change test 😦 #2310\",\"build(deps-dev): bump apollo-server-testing from 2.9.9 to 2.9.12 in /backend #2318\",\"build(deps-dev): bump fuse.js from 3.4.5 to 3.4.6 in /webapp #2314\",\"build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 in /webapp #2302\",\"build(deps): bump metascraper-lang from 5.8.7 to 5.8.9 in /backend #2301\",\"build(deps): bump metascraper-soundcloud from 5.8.7 to 5.8.9 in /backend #2298\",\"build(deps): bump metascraper-youtube from 5.8.7 to 5.8.9 in /backend #2297\",\"build(deps-dev): bump date-fns from 2.7.0 to 2.8.0 #2296\",\"build(deps): bump apollo-server from 2.9.9 to 2.9.11 in /backend #2311\",\"Fix Typo Of Issue 2230 #2293\",\"[Systems-Development-and-Frameworks] Clickable hashtags #2076\",\"build(deps): bump neo4j-graphql-js from 2.9.0 to 2.9.3 in /backend #2283\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.3 to 23.0.4 in /backend #2285\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.7.0 in /backend #2286\",\"Lokalise: Translations update #2277\",\"build(deps-dev): bump @vue/eslint-config-prettier from 5.0.0 to 6.0.0 in /webapp #2266\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /backend #2281\",\"build(deps): bump apollo-server from 2.9.7 to 2.9.9 in /backend #2280\",\"build(deps-dev): bump apollo-server-testing from 2.9.7 to 2.9.9 in /backend #2279\",\"build(deps): bump @sentry/node from 5.8.0 to 5.9.0 in /backend #2278\",\"🍰 2119-Fix Contribution consistent form input validation #2160\",\"build(deps): bump cookie-universal-nuxt from 2.0.18 to 2.0.19 in /webapp #2265\",\"build(deps): bump metascraper modules #2257\",\"build: configure stale bot #2273\",\"Explicitly define our schema, improve performance #2243\",\"build(deps): [security] bump https-proxy-agent from 2.2.1 to 2.2.4 #2274\",\"build: record and publish all cypress test results #2251\",\"Add Emacs Backup Files To Gitignore (*~) #2261\",\"build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 in /webapp #2267\",\"2187 language does not change on edit #2200\",\"1747 show shouts #2101\",\"build(deps): bump node from 13.0.1-alpine to 13.1.0-alpine in /webapp #2180\",\"Fix #2042 Back Link To Login Page #2078\",\"2119 create post consistent form input validation improvements #2163\",\"Helper script to install all packages #2250\",\"refactor: remove redundant port configuration #2247\",\"build(deps-dev): bump eslint-config-standard from 12.0.0 to 14.1.0 in /webapp #2246\",\"build(deps-dev): bump cucumber from 6.0.3 to 6.0.5 in /backend #2236\",\"build: less verbose output on build server #2249\",\"Fix infinite scrolling out of control #2248\",\"2106-unblock a user in the user settings #2110\",\"Fix 1936 #2241\",\"fix(editor): Fix hashtags not working after embeded content #2242\",\"build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /webapp #2185\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.4 in /webapp #2245\",\"build(deps): remove deprecated debug flags #2219\",\"build(deps-dev): bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /webapp #2235\",\"build(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /webapp #2205\",\"Add locale to undefined to null #2233\",\"Update to version 0.1.10 #2231\",\"Update contribution guidelines #2127\",\"fix: return null for missig translations #2218\",\"Add donation status and button #2194\",\"Added Empty Definitions For Missing Getters And Mutations #2197\",\"build(deps): bump @sentry/node from 5.7.1 to 5.8.0 in /backend #2209\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.3 in /backend #2206\",\"build(deps-dev): bump vue-svg-loader from 0.14.0 to 0.15.0 in /webapp #2204\",\"build(deps-dev): bump async-validator from 3.2.1 to 3.2.2 in /webapp #2203\",\"Update deployment names in deploy script #2216\",\"Fix: Delete Block Button in MainPage PostCards #2193\",\"Update doctl to use default context #2199\",\"console.error in Hashtag.spec.js #2161 #2201\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.5 to 5.2.6 in /webapp #2186\",\"build(deps-dev): bump style-resources-loader from 1.2.1 to 1.3.2 in /webapp #2188\",\"build(deps-dev): bump @storybook/vue from 5.2.5 to 5.2.6 in /webapp #2183\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.5 to 5.2.6 in /webapp #2176\",\"build(deps-dev): bump cypress from 3.6.0 to 3.6.1 #2173\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /webapp #2164\",\"Update docs for deploying new server, env variables #2191\",\"Remove unintended comma #2192\",\"added Russian to locales #2111\",\"Add notifications page with All Notifications #1975\",\"1931 - after successful login the saved language of the user is set #2073\",\"build(deps-dev): bump cypress-file-upload from 3.4.0 to 3.5.0 #2167\",\"build(deps): bump date-fns from 2.6.0 to 2.7.0 in /backend #2166\",\"build(deps-dev): bump date-fns from 2.6.0 to 2.7.0 #2165\",\"build(deps-dev): bump eslint-plugin-vue from 5.2.3 to 6.0.0 in /webapp #2156\",\"build(deps): bump merge-graphql-schemas from 1.7.2 to 1.7.3 in /backend #2155\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.2 in /backend #2154\",\"Add missing portuguese translation #1909\",\"Migrate design tokens #2159\",\"build(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 in /webapp #2158\",\"build(deps-dev): bump vue-svg-loader from 0.12.0 to 0.14.0 in /webapp #2157\",\"Remove graphql-requests #2151\",\"close all open sessions #2148\",\"Implement refresh posts, fix duplicate posts bug #2126\",\"Fix: Email is Case-Sensitive #2118\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /backend #2135\",\"build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend #2136\",\"build(deps-dev): bump @babel/node from 7.6.3 to 7.7.0 in /backend #2134\",\"build(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 in /webapp #2132\",\"build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /webapp #2133\",\"build(deps-dev): bump @babel/register from 7.6.2 to 7.7.0 in /backend #2131\",\"build(deps): bump graphql-middleware from 4.0.1 to 4.0.2 in /backend #2130\",\"build(deps-dev): bump @babel/cli from 7.6.4 to 7.7.0 in /backend #2129\",\"1851 tags clickable #2091\",\"build(deps): bump graphql-shield from 7.0.0 to 7.0.1 in /backend #2123\",\"build(deps): bump merge-graphql-schemas from 1.7.0 to 1.7.2 in /backend #2121\",\"build(deps-dev): bump vue-loader from 15.7.1 to 15.7.2 in /webapp #2122\",\"build(deps-dev): bump async-validator from 3.2.0 to 3.2.1 in /webapp #2120\",\"🍰 Add migration plan and frontend code guidelines to our docs #2075\",\"Update feature template #2116\",\"Update to version 0.1.9 #2114\",\"Refactor and tidy up crop image implementation #1956\",\"🍰 First Implementation Of Filtering Posts By Language #2059\",\"build(deps-dev): bump cypress from 3.5.0 to 3.6.0 #2105\",\"Fix: Poll Interval #2108\",\"build(deps-dev): bump cypress-plugin-retries from 1.3.0 to 1.4.0 #2104\",\"build(deps): bump metascraper-title from 5.7.14 to 5.7.17 in /backend #2082\",\"build(deps): bump metascraper-publisher from 5.7.14 to 5.7.17 in /backend #2098\",\"build(deps): bump metascraper-description from 5.7.14 to 5.7.17 in /backend #2096\",\"build(deps): bump metascraper-audio from 5.7.14 to 5.7.17 in /backend #2097\",\"build(deps): bump metascraper-url from 5.7.14 to 5.7.17 in /backend #2086\",\"build(deps): bump metascraper-image from 5.7.6 to 5.7.17 in /backend #2090\",\"deleted posts no longer displayed in user profile #2093\",\"Send only one notification for mention and comment #2062\",\"build(deps): bump metascraper-date from 5.7.14 to 5.7.17 in /backend #2089\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc16 to 4.0.0-rc17 in /webapp #2088\",\"build(deps): bump metascraper-lang from 5.7.14 to 5.7.17 in /backend #2087\",\"build(deps): bump metascraper-video from 5.7.14 to 5.7.17 in /backend #2084\",\"build(deps): bump metascraper-soundcloud from 5.7.14 to 5.7.17 in /backend #2081\",\"build(deps-dev): bump auto-changelog from 1.16.1 to 1.16.2 #2085\",\"build(deps): bump metascraper-logo from 5.7.14 to 5.7.17 in /backend #2083\",\"build(deps): bump metascraper-youtube from 5.7.14 to 5.7.17 in /backend #2080\",\"build(deps): bump metascraper-author from 5.7.14 to 5.7.17 in /backend #2079\",\"build(deps): bump date-fns from 2.5.0 to 2.6.0 in /webapp #2007\",\"build(deps-dev): bump eslint from 6.5.1 to 6.6.0 in /backend #2071\",\"build(deps): bump node from 12.13.0-alpine to 13.0.1-alpine in /webapp #2019\",\"[FIX # 2058] Typo Fixed. Password -> Passwort #2060\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /backend #2064\",\"build(deps): bump date-fns from 2.5.1 to 2.6.0 in /backend #2010\",\"build(deps-dev): bump apollo-server-testing from 2.9.6 to 2.9.7 in /backend #1984\",\"build(deps): bump metascraper-date from 5.7.6 to 5.7.14 in /backend #2070\",\"build(deps): bump metascraper-video from 5.7.6 to 5.7.14 in /backend #2072\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.2 in /backend #2069\",\"build(deps): bump metascraper-audio from 5.7.6 to 5.7.14 in /backend #2068\",\"build(deps-dev): bump eslint-plugin-jest from 23.0.0 to 23.0.2 in /webapp #2066\",\"build(deps-dev): bump cucumber from 6.0.2 to 6.0.3 in /backend #2065\",\"build(deps): bump metascraper-logo from 5.7.6 to 5.7.14 in /backend #2039\",\"build(deps): bump metascraper-url from 5.7.6 to 5.7.14 in /backend #2053\",\"build(deps): bump metascraper-youtube from 5.7.6 to 5.7.14 in /backend #2054\",\"build(deps): bump neo4j-graphql-js from 2.7.2 to 2.8.0 in /backend #2036\",\"build(deps): bump metascraper-soundcloud from 5.7.7 to 5.7.14 in /backend #2052\",\"build(deps): bump metascraper-author from 5.7.6 to 5.7.14 in /backend #2055\",\"build(deps-dev): bump eslint-plugin-jest from 22.20.0 to 23.0.0 in /webapp #2051\",\"build(deps): bump metascraper-title from 5.7.6 to 5.7.14 in /backend #2050\",\"build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /webapp #2049\",\"build(deps): bump metascraper-description from 5.7.6 to 5.7.14 in /backend #2038\",\"build(deps-dev): bump node-sass from 4.12.0 to 4.13.0 in /webapp #2037\",\"build(deps): bump metascraper-publisher from 5.7.6 to 5.7.14 in /backend #2033\",\"build(deps): bump apollo-server from 2.9.6 to 2.9.7 in /backend #2004\",\"fix #1993 #2043\",\"Update to version 0.1.8 #2032\",\"build(deps): bump graphql-shield from 6.1.0 to 7.0.0 in /backend #2035\",\"build(deps): bump metascraper-lang from 5.7.6 to 5.7.14 in /backend #2034\",\"change Changes & History to Changes #2030\",\"chnage Änderungen & Verlauf zu Änderungen #2029\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc15 to 4.0.0-rc16 in /webapp #1990\",\"add FAQ _blank-href in Footer #2028\",\"fix: Don't attempt to save locale if not authenticated #2025\",\"🍰 New terms and conditions version 0.0.3 #2027\",\"Remove duplicate pinned post record #2023\",\"build(deps-dev): bump cypress from 3.4.1 to 3.5.0 #2018\",\"docs: add missing SUMMARY entry for online backups #2024\",\"build(deps): bump @nuxtjs/axios from 5.6.0 to 5.8.0 in /webapp #2021\",\"Locale save by change local switch #1991\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.4 to 5.2.5 in /webapp #1983\",\"Hide shout count on user profile unless my profile #2016\",\"new terms and conditions #2017\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.4 to 5.2.5 in /webapp #1989\",\"build(deps-dev): bump @vue/cli-shared-utils from 4.0.4 to 4.0.5 in /webapp #2002\",\"Update to version 0.1.7 #2015\",\"Update fetchMore functionality on profile page #2012\",\"build(deps-dev): bump date-fns from 2.5.1 to 2.6.0 #2001\",\"build(deps): bump faker from 10bfb9f to 9fd8d7d in /backend #2000\",\"build(deps): bump helmet from 3.21.1 to 3.21.2 in /backend #1986\",\"build(deps-dev): bump eslint-plugin-jest from 22.19.0 to 22.20.0 in /webapp #1985\",\"build(deps): bump apollo-server-express from 2.9.6 to 2.9.7 in /backend #1982\",\"1997 fix performance issue with pinned post #1998\",\"Update to version 0.1.6 #1996\",\"🍰 Fix - maintaining sorting after navigation #1872\",\"Add storybook stories for our university students #1906\",\"build(deps): bump nuxt from 2.10.1 to 2.10.2 in /webapp #1987\",\"build(deps-dev): bump @storybook/vue from 5.2.4 to 5.2.5 in /webapp #1981\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.20.0 in /backend #1978\",\"build(deps): bump node from 12.12.0-alpine to 12.13.0-alpine in /webapp #1977\",\"build(deps-dev): bump date-fns from 2.5.0 to 2.5.1 #1962\",\"build(deps): bump faker from 10bfb9f to 9fd8d7d in /backend #1961\",\"build(deps-dev): bump async-validator from 3.1.0 to 3.2.0 in /webapp #1920\",\"build(deps): bump @sentry/node from 5.7.0 to 5.7.1 in /backend #1914\",\"Hide new CommentForm while editing a comment #1973\",\"🍰 Translate texts for pinning a post to German #1972\",\"Allow admins to pin a post #1840\",\"fix: Only one ellipse is displayed #1968\",\"Refactor reports resolver spec #1957\",\"Added createdAt date for follow and shout #1853\",\"build(deps-dev): bump @vue/cli-shared-utils from 3.12.0 to 4.0.4 in /webapp #1965\",\"build(deps): bump neo4j from 3.5.11-enterprise to 3.5.12-enterprise in /neo4j #1963\",\"build(deps-dev): bump cypress-file-upload from 3.3.4 to 3.4.0 #1960\",\"build(deps): bump date-fns from 2.5.0 to 2.5.1 in /backend #1959\",\"build(deps-dev): bump faker from 10bfb9f to 9fd8d7d#1958\",\"build(deps): bump tiptap-extensions from 1.28.3 to 1.28.4 in /webapp #1946\",\"build(deps): bump metascraper-soundcloud from 5.7.6 to 5.7.7 in /backend #1943\",\"fix: console warnings during frontend tests #1942\",\"Language will be saved in the database of the user during registration #1927\",\"Update to version 0.1.5 #1951\",\"build(deps-dev): bump dotenv from 8.1.0 to 8.2.0 #1917\",\"Fix vue errors for Contribution form #1941\",\"Follow @alina-beck and @Tirokk PR suggestions #1940\",\"🍰 Add Cypher statement for ordering #1926\",\"Improved comment truncation #1925\",\"fix: typo in German translation #1911\",\"build(deps): bump styleguide from 808b3c5 to d46fc15#1923\",\"build(deps): bump date-fns from 2.4.1 to 2.5.0 in /webapp #1921\",\"build(deps): bump date-fns from 2.4.1 to 2.5.0 in /backend #1915\",\"Maintain filename for cropped images #1935\",\"build(deps-dev): bump date-fns from 2.4.1 to 2.5.0 #1919\",\"build(deps-dev): bump nodemon from 1.19.3 to 1.19.4 in /backend #1916\",\"build(deps-dev): bump neode from 0.3.3 to 0.3.6 #1918\",\"Highlight and expand linked comment #1903\",\"Add missing translations for Title placeholder #1910\",\"🍰 Reporting with specific information #1797\",\"build(deps): bump dotenv from 8.1.0 to 8.2.0 in /backend #1912\",\"Confirm privacy policy minimum age at registration #1907\",\"refactor: improve locale imports #1904\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.3 to 5.2.4 in /webapp #1899\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0 in /webapp #1889\",\"build(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0 in /backend #1888\",\"build(deps): bump node from 12.11.1-alpine to 12.12.0-alpine in /webapp #1894\",\"build(deps-dev): bump @storybook/vue from 5.2.3 to 5.2.4 in /webapp #1897\",\"build(deps): bump node from 12.11.1-alpine to 12.12.0-alpine in /backend #1895\",\"build(deps): bump @nuxtjs/sentry from 3.0.0 to 3.0.1 in /webapp #1896\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.3 to 5.2.4 in /webapp #1898\",\"🍰 Refactor Database for Reporting with specific information #1878\",\"build(deps): bump nuxt from 2.10.0 to 2.10.1 in /webapp #1890\",\"build(deps-dev): bump @babel/cli from 7.6.3 to 7.6.4 in /backend #1868\",\"build(deps): bump apollo-server from 2.9.5 to 2.9.6 in /backend #1864\",\"build(deps-dev): bump apollo-server-testing from 2.9.5 to 2.9.6 in /backend #1870\",\"build(deps-dev): bump @babel/core from 7.6.3 to 7.6.4 in /webapp #1867\",\"build(deps-dev): bump core-js from 2.6.9 to 2.6.10 in /webapp #1892\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc14 to 4.0.0-rc15 in /webapp #1891\",\"build(deps): bump @sentry/node from 5.6.2 to 5.7.0 in /backend #1871\",\"build(deps-dev): bump @vue/cli-shared-utils from 3.11.0 to 3.12.0 in /webapp #1869\",\"build(deps): bump apollo-server-express from 2.9.5 to 2.9.6 in /backend #1866\",\"build(deps-dev): bump @babel/core from 7.6.2 to 7.6.4 in /backend #1865\",\"🍰 Implement basic image cropping solution #1666\",\"1773 refactor rewards spec #1884\",\"fix: search for email case-insensitively #1863\",\"Fix translation error in login page #1885\",\"fix: security vulnerability with yarn resolutions #1862\",\"Fix embeds settings page #1877\",\"update version to 0.1.4 #1860\",\"Update profile posts apollo query #1805\",\"Add Hall of Fame to README #1859\",\"Implement public registration #1814\",\"Refactor embed settings page #1861\",\"Save user setting to show embed code II #1852\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.1 to 1.16.2 #1855\",\"build(deps): bump nodemailer from 6.3.0 to 6.3.1 in /backend #1854\",\"build(deps-dev): bump @babel/preset-env from 7.6.2 to 7.6.3 in /webapp #1849\",\"build(deps-dev): bump @storybook/addon-a11y from 5.2.1 to 5.2.3 in /webapp #1836\",\"build(deps-dev): bump @babel/core from 7.6.2 to 7.6.3 in /webapp #1848\",\"build(deps): bump node from 12.11.0-alpine to 12.11.1-alpine in /backend #1837\",\"build(deps): bump styleguide from 808b3c5 to d46fc15#1839\",\"build(deps-dev): bump @babel/cli from 7.6.2 to 7.6.3 in /backend #1847\",\"build(deps-dev): bump @storybook/addon-actions from 5.2.1 to 5.2.3 in /webapp #1838\",\"build(deps-dev): bump @babel/preset-env from 7.6.2 to 7.6.3 in /backend #1846\",\"Title character increased from 64 to 100 #1850\",\"build(deps-dev): bump @babel/node from 7.6.2 to 7.6.3 in /backend #1843\",\"build(deps): bump node from 12.11.0-alpine to 12.11.1-alpine in /webapp #1835\",\"build(deps-dev): bump @storybook/vue from 5.2.1 to 5.2.3 in /webapp #1834\",\"build(deps-dev): bump cucumber from 6.0.1 to 6.0.2 in /backend #1833\",\"build(deps): bump tiptap-extensions from 1.28.0 to 1.28.3 in /webapp #1822\",\"Fix typo in email template #1829\",\"build(deps-dev): bump apollo-server-testing from 2.9.4 to 2.9.5 in /backend #1823\",\"build(deps-dev): bump cucumber from 5.1.0 to 6.0.1 in /backend #1827\",\"build(deps): bump node from 12.10.0-alpine to 12.11.0-alpine in /backend #1826\",\"Display user email for administrators #1808\",\"build(deps): bump tiptap from 1.26.0 to 1.26.3 in /webapp #1821\",\"build(deps): bump apollo-server from 2.9.4 to 2.9.5 in /backend #1825\",\"build(deps): bump node from 12.10.0-alpine to 12.11.0-alpine in /webapp #1824\",\"build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 in /webapp #1819\",\"build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 in /backend #1818\",\"build(deps): bump @hapi/joi from 16.1.5 to 16.1.7 in /backend #1817\",\"build(deps-dev): bump cypress-cucumber-preprocessor from 1.16.0 to 1.16.1 #1816\",\"Update to 0.1.3 #1813\",\"Show that a Post/Comment has been edited #1807\",\"Max aspect ratio of 1:1 for Post index page #1796\",\"fixes#1305 lastActiveAt #1809\",\"Remove language toggle from email template #1798\",\"build(deps): bump nuxt from 2.9.2 to 2.10.0 in /webapp #1804\",\"build(deps): bump cross-env from 6.0.2 to 6.0.3 in /backend #1801\",\"fix invites count calculation for admin dashboard #1806\",\"build(deps-dev): bump cross-env from 6.0.2 to 6.0.3 #1800\",\"build(deps): bump cross-env from 6.0.2 to 6.0.3 in /webapp #1803\",\"build(deps): bump @hapi/joi from 16.1.4 to 16.1.5 in /backend #1802\",\"Update neo4j to Enterprise edition #1787\",\"Update to 0.1.2 #1786\",\"407 change your email address #1711\",\"build(deps): bump cross-env from 6.0.0 to 6.0.2 in /backend #1794\",\"build(deps-dev): bump cross-env from 6.0.0 to 6.0.2 #1793\",\"Update Post query for blockedByUsers #1788\",\"build(deps): bump metascraper-description from 5.7.5 to 5.7.6 in /backend #1792\",\"build(deps): bump cross-env from 6.0.0 to 6.0.2 in /webapp #1791\",\"build(deps): bump @nuxtjs/apollo from 4.0.0-rc13.1 to 4.0.0-rc14 in /webapp #1790\",\"Bump metascraper-audio from 5.7.5 to 5.7.6 in /backend #1779\",\"fix the bug with scrolling post comments into view #1701\",\"Bump metascraper-publisher from 5.7.4 to 5.7.6 in /backend #1778\",\"Bump eslint from 6.4.0 to 6.5.1 in /backend #1780\",\"Bump metascraper-url from 5.7.5 to 5.7.6 in /backend #1782\",\"Bump metascraper-logo from 5.7.5 to 5.7.6 in /backend #1783\",\"Bump graphql-middleware from 3.0.5 to 4.0.1 in /backend #1781\",\"Bump metascraper-youtube from 5.7.5 to 5.7.6 in /backend #1777\",\"Bump @babel/preset-env from 7.6.0 to 7.6.2 in /backend #1776\",\"Bump metascraper-soundcloud from 5.7.4 to 5.7.6 in /backend #1775\",\"Bump metascraper-author from 5.7.4 to 5.7.6 in /backend #1774\",\"Bump eslint-loader from 3.0.1 to 3.0.2 in /webapp #1760\",\"Bump tiptap from 1.25.0 to 1.26.0 in /webapp #1765\",\"Bump metascraper-lang from 5.7.4 to 5.7.6 in /backend #1766\",\"Bump date-fns from 2.4.0 to 2.4.1 in /webapp #1768\",\"Bump metascraper-date from 5.7.4 to 5.7.6 in /backend #1771\",\"fix: Github's security vulnerability warning #1751\",\"🍰 Notifications self update and refactoring #1658\",\"Bump @babel/node from 7.6.1 to 7.6.2 in /backend #1725\",\"fix email middleware transport config #1757\",\"Bump nodemon from 1.19.2 to 1.19.3 in /backend #1758\",\"Bump metascraper-title from 5.7.5 to 5.7.6 in /backend #1759\",\"Bump metascraper-image from 5.7.5 to 5.7.6 in /backend #1761\",\"Bump apollo-server from 2.9.3 to 2.9.4 in /backend #1762\",\"Bump metascraper-video from 5.7.5 to 5.7.6 in /backend #1764\",\"Bump graphql-middleware-sentry from 3.2.0 to 3.2.1 in /backend #1767\",\"Bump date-fns from 2.3.0 to 2.4.1 in /backend #1769\",\"Bump tiptap-extensions from 1.27.0 to 1.28.0 in /webapp #1770\",\"Fix failing test #1772\",\"docs: moves storybook into webapp/README.md #1755\",\"1273 fix post page nav suggestions #1756\",\"Bump @babel/core from 7.6.0 to 7.6.2 in /backend #1728\",\"[WIP]1706 refactor shout spec #1712\",\"Bump cypress-file-upload from 3.3.3 to 3.3.4 #1671\",\"Bump @hapi/joi from 16.1.2 to 16.1.4 in /backend #1673\",\"Bump metascraper-description from 5.7.4 to 5.7.5 in /backend #1700\",\"Bump @babel/cli from 7.6.0 to 7.6.2 in /backend #1713\",\"Bump apollo-server-testing from 2.9.3 to 2.9.4 in /backend #1717\",\"Bump date-fns from 2.2.1 to 2.4.0 in /webapp #1752\",\"Bump graphql from 14.5.7 to 14.5.8 in /webapp #1729\",\"Bump mustache from 3.0.3 to 3.1.0 in /backend #1655\",\"🍰 Try to fix VSCode format works against ESLint #1749\",\"Configure docker to work with storybook #1688\",\"update neo4j docker-compose config #1750\",\"Update to 0.1.1 #1734\",\"Bump neo4j from 3.5.9 to 3.5.11 in /neo4j #1739\",\"Bump graphql from 14.5.7 to 14.5.8 in /backend #1738\",\"Bump metascraper-youtube from 5.7.4 to 5.7.5 in /backend #1737\",\"Fix bug UpdateComment, Fix styling on Comment #1719\",\"Update maintenance page email to support@... #1732\",\"Bump @babel/register from 7.6.0 to 7.6.2 in /backend #1730\",\"Bump eslint-loader from 3.0.0 to 3.0.1 in /webapp #1727\",\"Bump apollo-server-express from 2.9.3 to 2.9.4 in /backend #1726\",\"Bump metascraper-title from 5.7.4 to 5.7.5 in /backend #1715\",\"Bump graphql from 14.5.6 to 14.5.7 in /webapp #1676\",\"Add Comment story, add spacing above user info #1685\",\"Bump date-fns from 2.2.1 to 2.3.0 in /backend #1714\",\"Bump metascraper-logo from 5.7.4 to 5.7.5 in /backend #1698\",\"Bump @babel/preset-env from 7.6.0 to 7.6.2 in /webapp #1694\",\"Bump graphql from 14.5.6 to 14.5.7 in /backend #1675\",\"Remove repetitive labels from emote button #1702\",\"Bump metascraper-video from 5.7.4 to 5.7.5 in /backend #1697\",\"Bump @babel/core from 7.6.0 to 7.6.2 in /webapp #1696\",\"Bump metascraper-image from 5.7.4 to 5.7.5 in /backend #1695\",\"Bump metascraper-audio from 5.7.4 to 5.7.5 in /backend #1693\",\"Bump metascraper-url from 5.7.4 to 5.7.5 in /backend #1692\",\"Remove sleep icon from comments list #1689\",\"Bugfix create user page - missing submit buttons #1690\",\"Fix create account page has no logo, localisation #1681\",\"Fix intermittent backend specs #1679\",\"Improve comments output #1678\",\"Bump codecov from 3.6.0 to 3.6.1 #1670\",\"Bump helmet from 3.21.0 to 3.21.1 in /backend #1672\",\"Bump cookie-universal-nuxt from 2.0.17 to 2.0.18 in /webapp #1674\",\"Fix intermittent failing test #1677\",\"Change your own slug #1651\",\"Make Human Connection a Progressive Web App #1668\",\"Remove contentExcerpt from comments #1667\",\"Fix bug where short comments scrub links #1649\",\"1612 refactor moderator spec #1620\",\"Bump codecov from 3.5.0 to 3.6.0 #1652\",\"Bump @nuxtjs/apollo from 4.0.0-rc13 to 4.0.0-rc13.1 in /webapp #1653\",\"Bump @hapi/joi from 16.1.1 to 16.1.2 in /backend #1654\",\"Remove follow type enum #1660\",\"Point the changelog to Github #1646\",\"Provider list approval hard cut #1647\",\"Improve follow/ufollow mutation #1596\",\"Fix styling issue in comments list #1648\",\"Bump eslint-plugin-prettier from 3.1.0 to 3.1.1 in /webapp #1643\",\"Bump eslint-plugin-prettier from 3.1.0 to 3.1.1 in /backend #1642\",\"Configure emails #1599\",\"Fix #1639 - No limits for post length #1641\",\"Exclude broken maintenance-worker docker image #1635\",\"1486 make slug more usable #1640\",\"Bump metascraper-author from 5.6.6 to 5.7.4 in /backend #1610\",\"Bump @hapi/joi from 16.0.1 to 16.1.1 in /backend #1622\",\"Bump @storybook/addon-actions from 5.2.0 to 5.2.1 in /webapp #1625\",\"Update de.json #1636\",\"Bump cross-env from 5.2.1 to 6.0.0 #1621\",\"Bump @storybook/vue from 5.2.0 to 5.2.1 in /webapp #1624\",\"Fix disappearing embeds on comments #1618\",\"Fix bug where about must not be empty string #1630\",\"links_to_imprint_and_privacy_policy_changed_to_human-connection.org #1615\",\"Bump @storybook/addon-a11y from 5.2.0 to 5.2.1 in /webapp #1627\",\"Bump cross-env from 5.2.1 to 6.0.0 in /backend #1623\",\"fix(subscriptions): Don't publish undefined #3088\",\"docs(deployment): Explain how to setup metrics (#2825) #2411#2777\",\"refactor(modules): Various import fixes #2773#2774\",\"feat(webapp): Display deployed version in footer #1831\",\"fix #2229 #2229\",\"fixes #2659 #2659\",\"Merge pull request #2443 from Human-Connection/2237-longer-comments #2237\",\"fix #2329: Normalize email on login in the backend #2329\",\"Fix #2294 #2294\",\"Merge pull request #2078 from Human-Connection/fix-2042-back-link #2042\",\"Fix #2042 Back Link To Login Page #2042\",\"Merge pull request #2043 from Human-Connection/fix-1993 #1993\",\"fix #1993 #1993\",\"Fix #1631 #1631\",\"Fix #1650 #1650\",\"Merge pull request #1641 from Human-Connection/1639_no_limits_for_post_length #1639\",\"Fix #1639 #1639\",\"Add slug to User component, fix #1486 #1486\"]},\"103\":{\"h\":\"v0.1.0\",\"t\":[\"18 September 2019\",\"Bump cross-env from 5.2.1 to 6.0.0 in /webapp #1626\",\"Don't create accounts for unverified users #1619\",\"Bump metascraper-title from 5.7.0 to 5.7.4 in /backend #1611\",\"Resend registration mail if user has not yet registered #1617\",\"Bump graphql from 14.5.4 to 14.5.6 in /backend #1609\",\"Bump eslint from 6.3.0 to 6.4.0 in /backend #1608\",\"Bump @nuxtjs/apollo from 4.0.0-rc12 to 4.0.0-rc13 in /webapp #1607\",\"Bump metascraper-publisher from 5.6.6 to 5.7.4 in /backend #1606\",\"Bump date-fns from 2.1.0 to 2.2.1 in /backend #1605\",\"Bump metascraper-audio from 5.6.6 to 5.7.4 in /backend #1604\",\"Add CodeTriage helpers badge #1603\",\"🍰 Make hashtag links URL safe #1571\",\"Relase without any artifacts #1601\",\"Bump metascraper-image from 5.6.6 to 5.7.4 in /backend #1582\",\"Bump @storybook/addon-a11y from 5.1.11 to 5.2.0 in /webapp #1587\",\"Bump styleguide from 793556a to 808b3c5#1574\",\"Bump metascraper-soundcloud from 5.6.7 to 5.7.4 in /backend #1578\",\"Bump metascraper-video from 5.6.6 to 5.7.4 in /backend #1580\",\"Bump metascraper-date from 5.7.0 to 5.7.4 in /backend #1584\",\"Bump metascraper-lang from 5.6.6 to 5.7.4 in /backend #1585\",\"Bump @storybook/addon-actions from 5.1.11 to 5.2.0 in /webapp #1589\",\"Bump graphql from 14.5.4 to 14.5.6 in /webapp #1590\",\"Fix docker image tags #1600\",\"Remove deleted/disabled/createdAt from Comment mutations #1595\",\"Fix bug where Post.createdAt is sometimes null #1572\",\"Fix missing images on staging #1594\",\"🍰 Missing translations #1593\",\"Fix deployment script for docker images #1592\",\"Bump @hapi/joi from 15.1.1 to 16.0.1 in /backend #1591\",\"Bump @nuxtjs/dotenv from 1.4.0 to 1.4.1 in /webapp #1588\",\"Bump @storybook/vue from 5.1.11 to 5.2.0 in /webapp #1586\",\"Bump metascraper-description from 5.6.6 to 5.7.4 in /backend #1581\",\"Bump metascraper-logo from 5.6.6 to 5.7.4 in /backend #1579\",\"Bump metascraper-youtube from 5.6.7 to 5.7.4 in /backend #1577\",\"Bump metascraper-url from 5.6.6 to 5.7.4 in /backend #1576\",\"Bump date-fns from 2.1.0 to 2.2.1 in /webapp #1564\",\"Bump metascraper-date from 5.6.6 to 5.7.0 in /backend #1562\",\"Bump metascraper-title from 5.6.6 to 5.7.0 in /backend #1561\",\"Fix import to add createdAt and updatedAt for comments #1573\",\"Use automatic Github releases as a CHANGELOG #1560\",\"Add styleguide as submodule #1559\",\"Push all docker images at VERSION to dockerhub #1558\",\"II Add Date to Terms and Conditions #1535 #1556\",\"🍰 [Helper] Message for backend tests failed by missing constraints #1553\",\"Various changes to build pipeline #1543\",\"Fix navbar styling #1557\",\"🍰 Fixes a create and update comment problem in the comments list #1537\",\"Fix show less link not working reliably #1548\",\"Bump cypress-plugin-retries from 1.2.2 to 1.3.0 #1551\",\"fix(header-alignment): Fix logo and locale position. #1283\",\"Better maintenance page #1517\",\"Test filter by followed by #1542\",\"[WIP] 🍰 Update follower count on follow/unfollow #1533\",\"Remove nodemon, use nuxt cli tools #1516\",\"Bump eslint-config-prettier from 6.2.0 to 6.3.0 in /webapp #1546\",\"Bump eslint-config-prettier from 6.2.0 to 6.3.0 in /backend #1545\",\"Refactor email middleware #1512\",\"Bugfix: about me not saved on signup #1513\",\"Filter posts by emotions #1490\",\"Bump neode from 0.3.2 to 0.3.3 in /backend #1531\",\"Bump apollo-link-http from 1.5.15 to 1.5.16 in /backend #1528\",\"Bump @babel/cli from 7.5.5 to 7.6.0 in /backend #1526\",\"Bump @babel/preset-env from 7.5.5 to 7.6.0 in /backend #1523\",\"Bump @babel/node from 7.5.5 to 7.6.1 in /backend #1522\",\"Remove obsolete code #1540\",\"Bump @human-connection/styleguide from 0.5.19 to 0.5.21 in /webapp #1541\",\"Bump @babel/preset-env from 7.5.5 to 7.6.0 in /webapp #1532\",\"Bump @babel/core from 7.5.5 to 7.6.0 in /backend #1530\",\"Bump vue-jest from 3.0.4 to 3.0.5 in /webapp #1529\",\"Bump date-fns from 2.0.1 to 2.1.0 in /webapp #1527\",\"Bump @babel/core from 7.5.5 to 7.6.0 in /webapp #1525\",\"Bump graphql-shield from 6.0.6 to 6.1.0 in /backend #1524\",\"Bump @babel/register from 7.5.5 to 7.6.0 in /backend #1520\",\"Bump neode from 0.3.2 to 0.3.3 #1521\",\"Bump apollo-link-context from 1.0.18 to 1.0.19 in /backend #1519\",\"Bump date-fns from 2.0.1 to 2.1.0 in /backend #1518\",\"[WIP] Sorting dropdown is aligned with post cards #1539\",\"Avatar should be centered on profile page #1514\",\"Fix test by setting value of the mocked hashtag #1536\",\"Add console log for erros geolocation #1534\",\"Fix #1505 remove html #1508\",\"1506 Anonymize deleted user also for moderators #1510\",\"Refactor registration.spec.js #1507\",\"Implement better statistics resolver #1493\",\"Fix leftover of #1479 #1504\",\"Fix preview image craziness #1509\",\"1487 fix admin page #1492\",\"Bump neo4j from 3.5.8 to 3.5.9 in /neo4j #1497\",\"Bump node from 12.9-alpine to 12.10.0-alpine in /backend #1498\",\"Bump node from 12.9-alpine to 12.10.0-alpine in /webapp #1499\",\"Bump eslint-plugin-jest from 22.16.0 to 22.17.0 in /backend #1495\",\"Bump eslint-plugin-jest from 22.16.0 to 22.17.0 in /webapp #1496\",\"Fix #1394 #1479\",\"Update maintenace worker image #1484\",\"Bump eslint-plugin-node from 9.2.0 to 10.0.0 in /webapp #1481\",\"Bump helmet from 3.20.1 to 3.21.0 in /backend #1482\",\"Bump eslint-plugin-node from 9.2.0 to 10.0.0 in /backend #1483\",\"Update export syntax, update maintenance worker/neo4j config #1473\",\"1393 fix show less bugginess #1476\",\"Remove a lot of unused code, reduce graphql schema #1480\",\"Remove slow sorting options #1478\",\"If TAC version is missing, return null#1477\",\"Bump metascraper-soundcloud from 5.6.6 to 5.6.7 in /backend #1446\",\"Bump metascraper-youtube from 5.6.6 to 5.6.7 in /backend #1447\",\"Cursor fixes #1474\",\"Check if user has agreed to the current terms and conditions #1334\",\"Fix related posts section in 'More Info' #1475\",\"🍰 Correct the import of tags from the Alpha and refactor editor hashtags #1399\",\"Bump eslint-config-prettier from 6.1.0 to 6.2.0 in /webapp #1461\",\"Bump nodemon from 1.19.1 to 1.19.2 in /webapp #1458\",\"Bump nodemon from 1.19.1 to 1.19.2 in /backend #1459\",\"Bump eslint-config-prettier from 6.1.0 to 6.2.0 in /backend #1460\",\"Encode the bearer token instead of hard-coding it #1464\",\"Bump cross-env from 5.2.0 to 5.2.1 in /webapp #1444\",\"Bump apollo-server-testing from 2.9.1 to 2.9.3 in /backend #1448\",\"Bump cross-env from 5.2.0 to 5.2.1 in /backend #1450\",\"Bump cross-env from 5.2.0 to 5.2.1 #1442\",\"1414 Implement soft delete #1440\",\"Use hyphens to separate words properly #1452\",\"Disable scrolling behind popover #1453\",\"Limit suggestions list to 15, add component tests #1451\",\"Bump apollo-server from 2.9.1 to 2.9.3 in /backend #1445\",\"Bump eslint from 6.2.2 to 6.3.0 in /backend #1443\",\"Move Neo4j configuration in configmap #1439\",\"Bump neo4j-driver from 1.7.5 to 1.7.6 in /backend #1433\",\"Bump eslint-plugin-node from 9.1.0 to 9.2.0 in /backend #1430\",\"1414 Bugfix: Delete notifications if connected post, comment or user is deleted #1426\",\"Bump graphql from 14.5.3 to 14.5.4 in /backend #1428\",\"Bump neo4j-driver from 1.7.5 to 1.7.6 #1429\",\"Bump eslint-plugin-node from 9.1.0 to 9.2.0 in /webapp #1431\",\"Check there are ids in the badIds array #1397\",\"Fix database import, pagination and counters on user profile page #1351\",\"Bump eslint-plugin-jest from 22.15.2 to 22.16.0 in /backend #1432\",\"Bump sass-loader from 7.3.1 to 8.0.0 in /webapp #1434\",\"Bump eslint-plugin-jest from 22.15.2 to 22.16.0 in /webapp #1435\",\"Bump vue-izitoast from 1.2.0 to 1.2.1 in /webapp #1436\",\"Bump graphql from 14.5.3 to 14.5.4 in /webapp #1437\",\"Bump cypress-cucumber-preprocessor from 1.15.1 to 1.16.0 #1417\",\"Bump nuxt-dropzone from 1.0.3 to 1.0.4 in /webapp #1423\",\"Bump apollo-server from 2.9.0 to 2.9.1 in /backend #1424\",\"Bump helmet from 3.20.0 to 3.20.1 in /backend #1416\",\"Bump nuxt from 2.9.1 to 2.9.2 in /webapp #1421\",\"Bump eslint-config-standard from 14.0.1 to 14.1.0 in /backend #1420\",\"Bump neo4j-graphql-js from 2.7.1 to 2.7.2 in /backend #1419\",\"Bump apollo-server-testing from 2.9.0 to 2.9.1 in /backend #1418\",\"Fix Editor Bugs #1406\",\"Bump eslint from 6.2.1 to 6.2.2 in /backend #1388\",\"Update the apollo cache #1400\",\"Increase nginx client max body size, split size legacy migration #1407\",\"Bump cypress-cucumber-preprocessor from 1.15.0 to 1.15.1 #1410\",\"Simplify cypress testing on docker #1411\",\"[Security] Bump mixin-deep from 1.3.1 to 1.3.2 #1409\",\"[Security] Bump mixin-deep from 1.3.1 to 1.3.2 in /webapp #1408\",\"Update to use <client-only> instead of <no-ssr> #1398\",\"🍰 1062 notification about comment on post #1270\",\"Bump graphql from 14.5.0 to 14.5.3 in /backend #1385\",\"Bump date-fns from 2.0.0 to 2.0.1 in /webapp #1381\",\"Add memory limits to neo4j deployment #1392\",\"Bump @nuxtjs/apollo from 4.0.0-rc11 to 4.0.0-rc12 in /webapp #1404\",\"Bump graphql-shield from 6.0.5 to 6.0.6 in /backend #1403\",\"Bump cypress-cucumber-preprocessor from 1.14.1 to 1.15.0 #1402\",\"Bump babel-eslint from 10.0.2 to 10.0.3 in /backend #1389\",\"Bump eslint-loader from 2.2.1 to 3.0.0 in /webapp #1386\",\"Bump apollo-server from 2.8.2 to 2.9.0 in /backend #1384\",\"Bump date-fns from 2.0.0 to 2.0.1 in /backend #1382\",\"[Security] Bump eslint-utils from 1.3.1 to 1.4.2 in /webapp #1401\",\"Fix infinite-loading infinitely loading #1376\",\"Bump apollo-server-testing from 2.8.2 to 2.9.0 in /backend #1387\",\"Bump babel-eslint from 10.0.2 to 10.0.3 in /webapp #1383\",\"Bump apollo-server-express from 2.8.2 to 2.9.0 in /backend #1380\",\"Bump graphql from 14.5.0 to 14.5.3 in /webapp #1379\",\"Simplify docker entrypoint of neo4j image #1377\",\"Fix flickering create-button #1375\",\"Fix \\\"cannot read property id of null\\\" in staging #1371\",\"🍰 454 Lokalise unlocalised texts and fixes texts #1372\",\"Fix UpdatePost resolver/validations #1368\",\"Use ES6 syntax to avoid repetition #1370\",\"Bump eslint-config-standard from 14.0.0 to 14.0.1 in /backend #1356\",\"Bump graphql from 14.4.2 to 14.5.0 in /webapp #1358\",\"Update vue-izitoast after they released v1.2.0! #1366\",\"Bump cypress-cucumber-preprocessor from 1.14.0 to 1.14.1 #1354\",\"Implement visual feedback if filter is active #1338\",\"Update transitive dependencies #1348\",\"Fix post count always showing 0 #1350\",\"Fix expiration dates of JWT and cookie #1349\",\"Bump cypress-cucumber-preprocessor from 1.13.1 to 1.14.0 #1340\",\"Bump eslint-plugin-jest from 22.15.1 to 22.15.2 in /webapp #1343\",\"Update backend/yarn.lock [#1346`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/1346)\",\"Bump node from 12.8-alpine to 12.9-alpine in /backend #1344\",\"Bump node from 12.8-alpine to 12.9-alpine in /webapp #1345\",\"Bump @vue/cli-shared-utils from 3.10.0 to 3.11.0 in /webapp #1342\",\"Bump eslint-plugin-jest from 22.15.1 to 22.15.2 in /backend #1341\",\"Visual feedback if filters lead to 0 results #1339\",\"Bump nuxt from 2.8.1 to 2.9.1 in /webapp #1321\",\"Bump tiptap-extensions from 1.26.2 to 1.27.0 in /webapp #1323\",\"Bump tiptap from 1.24.2 to 1.25.0 in /webapp #1327\",\"Validate that a post cannot be created without categories/too many categories #1268\",\"Bump date-fns from 2.0.0-beta.5 to 2.0.0 in /backend #1320\",\"Bump @nuxtjs/axios from 5.5.4 to 5.6.0 in /webapp #1329\",\"Bump nuxt-dropzone from 1.0.2 to 1.0.3 in /webapp #1330\",\"Bump apollo-server-testing from 2.8.1 to 2.8.2 in /backend #1328\",\"Fix vue warnings for MasonryGrid/MasonGridItem #1336\",\"Bump graphql-shield from 6.0.4 to 6.0.5 in /backend #1319\",\"Bump sass-loader from 7.2.0 to 7.3.1 in /webapp #1318\",\"Bump @sentry/node from 5.6.1 to 5.6.2 in /backend #1326\",\"Bump apollo-server from 2.8.1 to 2.8.2 in /backend #1322\",\"Bump date-fns from 2.0.0-beta.5 to 2.0.0 in /webapp #1325\",\"Bump eslint from 6.2.0 to 6.2.1 in /backend #1324\",\"Bump @nuxtjs/apollo from 4.0.0-rc9 to 4.0.0-rc11 in /webapp #1309\",\"Fix #1308 #1314\",\"Fix #1315 #1316\",\"Add masonry layout grid #1256\",\"272 add error reporting #1281\",\"Bump eslint-config-standard from 13.0.1 to 14.0.0 in /backend #1298\",\"Bump uuid from 3.3.2 to 3.3.3 in /backend #1302\",\"Configure dbms.security.procedures #1295\",\"🍰 Send out notifications on CreateComment #1018\",\"Bump neode from 0.3.1 to 0.3.2 in /backend #1297\",\"Bump eslint-config-prettier from 6.0.0 to 6.1.0 in /webapp #1299\",\"Bump eslint-config-prettier from 6.0.0 to 6.1.0 in /backend #1304\",\"Bump eslint-plugin-standard from 4.0.0 to 4.0.1 in /webapp #1301\",\"Bump eslint-plugin-standard from 4.0.0 to 4.0.1 in /backend #1300\",\"Bump neode from 0.3.1 to 0.3.2 #1296\",\"Bump babel-jest from 24.8.0 to 24.9.0 in /backend #1284\",\"Bump dotenv from 8.0.0 to 8.1.0 #1285\",\"Bump jest from 24.8.0 to 24.9.0 in /webapp #1287\",\"Bump eslint from 6.1.0 to 6.2.0 in /backend #1288\",\"Downgrade @nuxtjs/apollo #1294\",\"Bump neo4j-graphql-js from 2.7.0 to 2.7.1 in /backend #1289\",\"Bump date-fns from 2.0.0-beta.4 to 2.0.0-beta.5 in /backend #1286\",\"Bump date-fns from 2.0.0-beta.4 to 2.0.0-beta.5 in /webapp #1290\",\"Bump dotenv from 8.0.0 to 8.1.0 in /backend #1291\",\"Bump babel-jest from 24.8.0 to 24.9.0 in /webapp #1292\",\"Bump jest from 24.8.0 to 24.9.0 in /backend #1293\",\"Get rid of property warnings #1282\",\"Refactor graphql queries #1280\",\"Fix hashtag db import #1278\",\"Fix Cannot read property countUser of null#1277\",\"Bump @hapi/joi from 15.1.0 to 15.1.1 in /backend #1279\",\"Fix user mention menu on production data #1271\",\"Bump @human-connection/styleguide from 0.5.18 to 0.5.19 in /webapp #1274\",\"845 load more #1176\",\"Bump @human-connection/styleguide from 0.5.17 to 0.5.18 in /webapp #1269\",\"Bump graphql-middleware from 3.0.3 to 3.0.5 in /backend #1265\",\"Bump tiptap-extensions from 1.26.1 to 1.26.2 in /webapp #1258\",\"Bump vue-izitoast from c246fd7 to ba6b03e in /webapp #1260\",\"Bump neo4j-graphql-js from 2.6.3 to 2.7.0 in /backend #1257\",\"Bump tiptap from 1.24.1 to 1.24.2 in /webapp #1259\",\"🍰 Registration confirmation of terms of use added II #1224\",\"Localise categories #1261\",\"🍰 1054 blocked users #1209\",\"🍰 454 Lokalise / translate all unlocalised Texts / Translations / Languages #1244\",\"Bump @storybook/vue from 5.1.10 to 5.1.11 in /webapp #1251\",\"Bump @storybook/addon-a11y from 5.1.10 to 5.1.11 in /webapp #1250\",\"Maintain consistent naming/punctuation conventions #1255\",\"Bump eslint-plugin-jest from 22.15.0 to 22.15.1 in /webapp #1253\",\"I had enough of --ignore-engines#1232\",\"Bump @storybook/addon-actions from 5.1.10 to 5.1.11 in /webapp #1249\",\"Bump eslint-plugin-jest from 22.15.0 to 22.15.1 in /backend #1248\",\"Bump apollo-cache-inmemory from 1.6.2 to 1.6.3 in /backend #1234\",\"Bump apollo-cache-inmemory from 1.6.2 to 1.6.3 in /webapp #1237\",\"Bump cypress-cucumber-preprocessor from 1.13.0 to 1.13.1 #1235\",\"Bump sass-loader from 7.1.0 to 7.2.0 in /webapp #1238\",\"Bump apollo-client from 2.6.3 to 2.6.4 in /backend #1236\",\"Bump apollo-client from 2.6.3 to 2.6.4 in /webapp #1239\",\"🍰 [Bugfix] Fix filter menu and refactor default layout #1233\",\"Bump vue-sweetalert-icons from 4.1.0 to 4.2.0 in /webapp #1225\",\"Bump node from 12.7-alpine to 12.8-alpine in /webapp #1227\",\"Bump node from 12.7-alpine to 12.8-alpine in /backend #1228\",\"Move filter by followers functionality to filter dropdown #1169\",\"Remove obsolete \\\"MOCKS\\\" #1223\",\"Emotions on posts #1133\",\"Bump vue-sweetalert-icons from 4.0.0 to 4.1.0 in /webapp #1212\",\"Bump eslint-plugin-jest from 22.14.1 to 22.15.0 in /webapp #1215\",\"Fix expired discord link #1220\",\"Bump tiptap-extensions from 1.26.0 to 1.26.1 in /webapp #1210\",\"Stub sweetalert-icon in tests which use #1217\",\"Add data-mention-id to seeds mentions #1218\",\"Bump @nuxtjs/style-resources from 0.1.2 to 1.0.0 in /webapp #1213\",\"Bump eslint-plugin-jest from 22.14.1 to 22.15.0 in /backend #1211\",\"Fix depreciation warnings #1171\",\"Add static page for data privacy #1174\",\"Bump date-fns from 2.0.0-beta.3 to 2.0.0-beta.4 in /webapp #1194\",\"Bump date-fns from 2.0.0-beta.3 to 2.0.0-beta.4 in /backend #1195\",\"Bump vue-sweetalert-icons from 3.2.0 to 3.2.1 in /webapp #791\",\"Bump @nuxtjs/dotenv from 1.3.0 to 1.4.0 in /webapp #1196\",\"Bump neode from 0.3.0 to 0.3.1 in /backend #1193\",\"Storybook #952\",\"Bump vuex-i18n from 1.13.0 to 1.13.1 in /webapp #1192\",\"Bump neode from 0.3.0 to 0.3.1 #1191\",\"Fix terms and conditions template, english and german #1185\",\"edit layout default for guests #1175\",\"add page code-of-conduct, english and german #1190\",\"changes and history template, english, german #1184\",\"Bump metascraper-lang from 5.6.3 to 5.6.5 in /backend #1182\",\"Bump @vue/cli-shared-utils from 3.9.0 to 3.10.0 in /webapp #1181\",\"Bump metascraper-author from 5.6.3 to 5.6.5 in /backend #1180\",\"Bump @nuxtjs/apollo from 4.0.0-rc9 to 4.0.0-rc10 in /webapp #1179\",\"Bump metascraper-title from 5.6.3 to 5.6.5 in /backend #1178\",\"Bump metascraper-image from 5.6.3 to 5.6.5 in /backend #1177\",\"Bump neode from 0.2.16 to 0.3.0 in /backend #1152\",\"seed first and then reset #1170\",\"Bump metascraper-video from 5.6.3 to 5.6.5 in /backend #1159\",\"Bump tiptap from 1.21.0 to 1.24.0 in /webapp #1147\",\"Bump metascraper-date from 5.6.3 to 5.6.5 in /backend #1160\",\"Bump metascraper-publisher from 5.6.3 to 5.6.5 in /backend #1163\",\"Bump tippy.js from 4.3.4 to 4.3.5 in /webapp #1161\",\"Bump cypress-file-upload from 3.3.2 to 3.3.3 #1158\",\"Bump metascraper-description from 5.6.3 to 5.6.5 in /backend #1162\",\"Bump metascraper-soundcloud from 5.6.3 to 5.6.5 in /backend #1164\",\"Bump metascraper-url from 5.6.3 to 5.6.5 in /backend #1165\",\"Bump metascraper-audio from 5.6.3 to 5.6.5 in /backend #1166\",\"Bump metascraper-logo from 5.6.3 to 5.6.5 in /backend #1167\",\"Bump eslint-config-standard from 12.0.0 to 13.0.1 in /backend #1032\",\"Bump neo4j-driver from 1.7.4 to 1.7.5 in /backend #677\",\"Bump @nuxtjs/apollo from 4.0.0-rc4.2 to 4.0.0-rc5 in /webapp #632\",\"Bump neo4j from 3.5.5 to 3.5.8 in /neo4j #1117\",\"Bump cypress from 3.4.0 to 3.4.1 #1135\",\"Update metascraper-youtube #1156\",\"Bump neode from 0.2.18 to 0.3.0 #1145\",\"Bump apollo-server from 2.8.0 to 2.8.1 in /backend #1149\",\"Bump apollo-server-testing from 2.8.0 to 2.8.1 in /backend #1146\",\"Bump eslint-plugin-jest from 22.14.0 to 22.14.1 in /backend #1148\",\"Bump eslint-plugin-jest from 22.14.0 to 22.14.1 in /webapp #1150\",\"Bump merge-graphql-schemas from 1.6.1 to 1.7.0 in /backend #1151\",\"Bump apollo-server-express from 2.8.0 to 2.8.1 in /backend #1154\",\"Use a link's username, open separate window on click #1155\",\"Refactor social media backend #1139\",\"HcContributionForm submit is disabled by default #977\",\"HcContributionForm submit is disabled by default #977\",\"375 sorting (II) #1063\",\"Fix console.errors during yarn run test#1141\",\"Bump vuex-i18n from 1.11.0 to 1.13.0 in /webapp #1144\",\"Bump apollo-server-testing from 2.7.2 to 2.8.0 in /backend #1136\",\"Bump apollo-server from 2.7.2 to 2.8.0 in /backend #1137\",\"Bump graphql-middleware from 3.0.2 to 3.0.3 in /backend #1138\",\"🍰 Refine social media #1053\",\"Bump apollo-server from 2.7.0 to 2.7.2 in /backend #1128\",\"Bump apollo-server-testing from 2.7.0 to 2.7.2 in /backend #1127\",\"Add details to contribution form #936\",\"Maintenance service to support maintenance mode #956\",\"Gitignore ssh directory #1132\",\"Bump cookie-universal-nuxt from 2.0.16 to 2.0.17 in /webapp #1131\",\"Bump eslint-plugin-jest from 22.13.6 to 22.14.0 in /backend #1130\",\"Bump eslint-plugin-jest from 22.13.6 to 22.14.0 in /webapp #1129\",\"Bump apollo-server-express from 2.7.0 to 2.7.2 in /backend #1126\",\"Bump node from 12.6-alpine to 12.7-alpine in /backend #1118\",\"Bump node from 12.6-alpine to 12.7-alpine in /webapp #1116\",\"Give more space to neo4j-data #1115\",\"Bump metascraper-video from 4.10.2 to 5.6.3 in /backend #1114\",\"Bump helmet from 3.19.0 to 3.20.0 in /backend #1113\",\"Bump metascraper-image from 4.10.2 to 5.6.3 in /backend #1102\",\"Bump date-fns from 2.0.0-beta.2 to 2.0.0-beta.3 in /webapp #1111\",\"Bump date-fns from 2.0.0-beta.1 to 2.0.0-beta.3 in /backend #1106\",\"Bump cypress-cucumber-preprocessor from 1.12.0 to 1.13.0 #1108\",\"Bump metascraper-title from 4.10.2 to 5.6.3 in /backend #1105\",\"Bump metascraper-author from 4.10.2 to 5.6.3 in /backend #1103\",\"Bump metascraper-lang from 4.10.2 to 5.6.3 in /backend #1101\",\"Bump eslint-plugin-jest from 22.13.0 to 22.13.6 in /backend #1100\",\"Bump metascraper-publisher from 4.10.2 to 5.6.3 in /backend #1104\",\"Bump metascraper-date from 4.10.2 to 5.6.3 in /backend #1099\",\"Bump @vue/eslint-config-prettier from 4.0.1 to 5.0.0 in /webapp #1098\",\"Bump eslint-plugin-jest from 22.11.1 to 22.13.6 in /webapp #1097\",\"Bump eslint from 6.0.1 to 6.1.0 in /backend #1091\",\"Bump @babel/cli from 7.5.0 to 7.5.5 in /backend #1089\",\"Bump eslint-plugin-import from 2.18.0 to 2.18.2 in /backend #1094\",\"Editor embeds merge in nitro embed #960\",\"Bump @babel/core from 7.5.4 to 7.5.5 in /backend #1095\",\"Bump eslint-plugin-import from 2.18.0 to 2.18.2 in /webapp #1093\",\"Bump eslint-plugin-jest from 22.11.1 to 22.13.0 in /backend #1085\",\"Bump neode from 0.2.16 to 0.2.18 #1084\",\"Bump merge-graphql-schemas from 1.5.8 to 1.6.1 in /backend #1083\",\"Bump @babel/preset-env from 7.5.4 to 7.5.5 in /backend #1073\",\"Bump @babel/preset-env from 7.5.4 to 7.5.5 in /webapp #1075\",\"Bump graphql-shield from 6.0.3 to 6.0.4 in /backend #1061\",\"Bump apollo-server from 2.6.9 to 2.7.0 in /backend #1058\",\"Bump @babel/node from 7.5.0 to 7.5.5 in /backend #1074\",\"Created imprint page, added English translations #1080\",\"Bump helmet from 3.18.0 to 3.19.0 in /backend #1072\",\"Bump @babel/register from 7.4.4 to 7.5.5 in /backend #1070\",\"Bump @babel/core from 7.5.4 to 7.5.5 in /webapp #1076\",\"Bump eslint-plugin-jest from 22.9.0 to 22.11.1 in /backend #1078\",\"Bump eslint-plugin-jest from 22.9.0 to 22.11.1 in /webapp #1079\",\"Bump eslint-plugin-jest from 22.8.0 to 22.9.0 in /backend #1060\",\"Bump eslint-plugin-jest from 22.8.0 to 22.9.0 in /webapp #1057\",\"Bump apollo-server-testing from 2.6.9 to 2.7.0 in /backend #1056\",\"Bump cypress-file-upload from 3.3.1 to 3.3.2 #1055\",\"Update comment #788\",\"Refactoring: Split User and Email #1044\",\"Move secrets into secrets kubernetes template #1049\",\"Bump eslint-plugin-jest from 22.7.2 to 22.8.0 in /webapp #1050\",\"Bump eslint-plugin-jest from 22.7.2 to 22.8.0 in /backend #1052\",\"Remove graphql-yoga #1040\",\"Implement paginating user view for admins #1019\",\"Filter posts by category #969\",\"Fix #822 by updating the counts of the user #1041\",\"Fix regression of data import #1042\",\"Silence codecov #1043\",\"Bump cypress-file-upload from 3.2.1 to 3.3.1 #1046\",\"Bump linkify-it from 2.1.0 to 2.2.0 in /webapp #1047\",\"Bump nodemailer from 6.2.1 to 6.3.0 in /backend #1045\",\"Sledgehammer the file permission problem on docker #1048\",\"Bugfix: Signup email was missing email query param #1039\",\"polish language on current status #968\",\"Refactor CreateComment resolver #1038\",\"Refactor reward/unreward Badges in backend #1016\",\"Bump apollo-server from 2.6.8 to 2.6.9 in /backend #1034\",\"Bump apollo-server-testing from 2.6.8 to 2.6.9 in /backend #1029\",\"Bump cypress-file-upload from 3.2.0 to 3.2.1 #1031\",\"Bump wait-on from 3.2.0 to 3.3.0 in /backend #1028\",\"[Security] Bump lodash from 4.17.11 to 4.17.14 in /webapp #1023\",\"Bump lodash from 4.17.13 to 4.17.14 in /backend #1027\",\"🍰 2019/kw27/data_import_emotions #944\",\"[Security] Bump lodash.template from 4.4.0 to 4.5.0 in /webapp #1022\",\"[Security] Bump lodash.mergewith from 4.6.1 to 4.6.2 in /backend #1021\",\"Signup new users as admin #994\",\"Bump @babel/preset-env from 7.5.2 to 7.5.4 in /backend #1009\",\"Bump @babel/preset-env from 7.4.5 to 7.5.4 in /webapp #1013\",\"Follow up of #958 #1007\",\"Bump apollo-server from 2.6.6 to 2.6.8 in /backend #1014\",\"Bump cypress from 3.3.2 to 3.4.0 #1008\",\"Bump @babel/core from 7.5.0 to 7.5.4 in /backend #1012\",\"Bump @babel/core from 7.5.0 to 7.5.4 in /webapp #1010\",\"Bump apollo-server-testing from 2.6.7 to 2.6.8 in /backend #1011\",\"Bump lodash from 4.17.11 to 4.17.13 in /backend #1015\",\"footer created imprint and all language ok #999\",\"🐛 [Bug] full ads width use with small devices #958\",\"large images are set to maximum height #976\",\"User role not nullable #993\",\"Tags in the Text of a Contribution like Mentions #848\",\"Neo4j uses a different name for its env vars #989\",\"Update docs #995\",\"Bump graphql-shield from 6.0.2 to 6.0.3 in /backend #998\",\"Bump @babel/core from 7.4.5 to 7.5.0 in /backend #988\",\"Bump @babel/preset-env from 7.4.5 to 7.5.2 in /backend #996\",\"Bump node from 12.5-alpine to 12.6-alpine in /backend #987\",\"Bump node from 12.5-alpine to 12.6-alpine in /webapp #985\",\"Bump @babel/preset-env from 7.4.5 to 7.5.0 in /backend #984\",\"Bump eslint-plugin-jest from 22.7.1 to 22.7.2 in /webapp #983\",\"Bump @babel/node from 7.4.5 to 7.5.0 in /backend #982\",\"Bump eslint-plugin-jest from 22.7.1 to 22.7.2 in /backend #981\",\"Bump @babel/core from 7.4.5 to 7.5.0 in /webapp #980\",\"Bump @babel/cli from 7.4.4 to 7.5.0 in /backend #979\",\"Bump eslint-loader from 2.2.0 to 2.2.1 in /webapp #978\",\"Remove request for image in UpdatePost mutation from UI #966\",\"Bump graphql from 14.4.0 to 14.4.2 in /backend #973\",\"Bump graphql from 14.4.0 to 14.4.2 in /webapp #972\",\"Bump @vue/cli-shared-utils from 3.8.0 to 3.9.0 in /webapp #971\",\"Bump eslint-loader from 2.1.2 to 2.2.0 in /webapp #970\",\"943 bring user mutation under control #945\",\"long links and content is wrapped #963\",\"Remove unused query as cleanup #951\",\"🐛 [Bug] : long comments can be folded up and down #864\",\"the one-time reporting of a user, post or comment #908\",\"Add basic styling for comment list #955\",\"Refactor code to extract query to it's own file #954\",\"Bump metascraper-soundcloud from 4.8.5 to 5.5.3 #76\",\"Bump apollo-server from 2.3.1 to 2.6.7 #75\",\"Bump metascraper-url from 4.8.5 to 5.5.0 #73\",\"Bump metascraper-video from 4.8.5 to 5.5.0 #72\",\"Bump metascraper-audio from 4.8.5 to 5.5.0 #71\",\"Bump metascraper-logo from 4.8.5 to 5.5.0 #69\",\"Bump metascraper-clearbit-logo from 4.8.5 to 5.3.0 #25\",\"Bump metascraper-description from 4.8.5 to 5.5.0 #67\",\"Bump metascraper from 4.8.5 to 4.10.3 #17\",\"Bump got from 9.5.0 to 9.6.0 #7\",\"Bump graphql-shield from 5.6.2 to 6.0.2 in /backend #948\",\"Post with categories #919\",\"907 mobile responsive menu navbar #933\",\"region and place is no longer created twice. #905\",\"Bump node from 12.4-alpine to 12.5-alpine in /backend #941\",\"Bump node from 12.4-alpine to 12.5-alpine in /webapp #942\",\"Bump cypress-file-upload from 3.1.4 to 3.2.0 #937\",\"Patch cypher injection vulnerability #935\",\"Add teaser image to contribution form #787\",\"Bump date-fns from 2.0.0-beta.1 to 2.0.0-beta.2 in /backend #930\",\"Bump date-fns from 2.0.0-alpha.37 to 2.0.0-beta.2 in /webapp #928\",\"Bump apollo-server from 2.6.6 to 2.6.7 in /backend #924\",\"Bump cypress from 3.3.1 to 3.3.2 #929\",\"Bump date-fns from 2.0.0-alpha.37 to 2.0.0-beta.1 in /webapp #925\",\"Bump graphql from 14.3.1 to 14.4.0 in /webapp #923\",\"Bump eslint-config-prettier from 5.0.0 to 6.0.0 in /backend #909\",\"Bump date-fns from 2.0.0-alpha.37 to 2.0.0-beta.1 in /backend #922\",\"Bump graphql from 14.3.1 to 14.4.0 in /backend #921\",\"Bump apollo-server-testing from 2.6.6 to 2.6.7 in /backend #920\",\"Bump apollo-server from 2.6.4 to 2.6.6 in /backend #910\",\"Bump eslint-config-prettier from 5.0.0 to 6.0.0 in /webapp #911\",\"Bump apollo-server-testing from 2.6.4 to 2.6.6 in /backend #912\",\"Bump eslint-plugin-promise from 4.1.1 to 4.2.1 in /webapp #913\",\"Bump eslint-plugin-promise from 4.1.1 to 4.2.1 in /backend #914\",\"Bump date-fns from 2.0.0-alpha.36 to 2.0.0-alpha.37 in /backend #915\",\"Bump date-fns from 2.0.0-alpha.36 to 2.0.0-alpha.37 in /webapp #916\",\"Bump eslint from 5.16.0 to 6.0.1 in /backend #917\",\"Page size of 12 entries on / page #881\",\"Refactor CreateComments functionality #901\",\"Use upstream neo4j-graphql-js #882\",\"Write tests for UpdatePost, refactor tests #898\",\"Bump eslint-plugin-import from 2.17.3 to 2.18.0 in /backend #902\",\"Bump eslint-plugin-vue from 5.2.2 to 5.2.3 in /webapp #903\",\"Bump eslint-plugin-import from 2.17.3 to 2.18.0 in /webapp #904\",\"Bump date-fns from 2.0.0-alpha.34 to 2.0.0-alpha.36 in /backend #877\",\"Bump date-fns from 2.0.0-alpha.35 to 2.0.0-alpha.36 in /webapp #888\",\"Bump eslint-plugin-jest from 22.7.0 to 22.7.1 in /backend #890\",\"Bump eslint-plugin-jest from 22.7.0 to 22.7.1 in /webapp #889\",\"Deploy development mailserver #893\",\"Fix failing build due to lorempixel.com being down #885\",\"🍰 2019/kw25/improve_import_accuracy #863\",\"Add enableDeletionValue to unlock deletion #868\",\"🍰 2019/kw24/fix_imported_img_urls #829\",\"801 reset password #834\",\"Bump eslint-plugin-jest from 22.6.4 to 22.7.0 in /webapp #871\",\"Bump apollo-server from 2.6.3 to 2.6.4 in /backend #873\",\"Bump graphql-shield from 5.6.1 to 5.7.1 in /backend #876\",\"Bump date-fns from 2.0.0-alpha.34 to 2.0.0-alpha.35 in /backend #870\",\"Bump date-fns from 2.0.0-alpha.34 to 2.0.0-alpha.35 in /webapp #872\",\"Bump apollo-server-testing from 2.6.3 to 2.6.4 in /backend #874\",\"Bump eslint-plugin-jest from 22.6.4 to 22.7.0 in /backend #875\",\"Bump graphql-shield from 5.3.8 to 5.6.1 in /backend #866\",\"Bump graphql-yoga from 1.17.4 to 1.18.0 in /backend #865\",\"Set up editor placeholder to use Vuex #836\",\"Bump babel-eslint from 10.0.1 to 10.0.2 in /backend #851\",\"Bump babel-eslint from 10.0.1 to 10.0.2 in /webapp #854\",\"Bump apollo-client from 2.6.2 to 2.6.3 in /webapp #861\",\"Bump apollo-client from 2.6.2 to 2.6.3 in /backend #862\",\"When you call up a post you can scroll to the comments #855\",\"Fix a text description for the filter bubble #856\",\"[Bug] Untranslated Texts in Post Page #764 #786\",\"Bump apollo-link-http from 1.5.14 to 1.5.15 in /backend #843\",\"Bump eslint-config-prettier from 4.3.0 to 5.0.0 in /backend #842\",\"Bump apollo-link-context from 1.0.17 to 1.0.18 in /backend #841\",\"Bump eslint-config-prettier from 4.3.0 to 5.0.0 in /webapp #838\",\"Bump date-fns from 2.0.0-alpha.33 to 2.0.0-alpha.34 in /backend #840\",\"Bump date-fns from 2.0.0-alpha.33 to 2.0.0-alpha.34 in /webapp #837\",\"Add placeholder for new contributions #833\",\"Turn off $root listeners in beforeDestroy #831\",\"Bump tiptap from 1.20.1 to 1.21.0 in /webapp #720\",\"2019/kw24/import_images_improvements #830\",\"Authorisation problem when disabling a post #763\",\"Create Posts with a specified language, or fallback #795\",\"Delete my User Account functionality #740\",\"Whitelist queries/mutations, fix tests #823\",\"Bump date-fns from 2.0.0-alpha.31 to 2.0.0-alpha.33 in /backend #825\",\"Follow up on #820 #828\",\"Bump cypress-file-upload from 3.1.3 to 3.1.4 #826\",\"Bump date-fns from 2.0.0-alpha.32 to 2.0.0-alpha.33 in /webapp #827\",\"Bump cypress-cucumber-preprocessor from 1.11.2 to 1.12.0 #813\",\"Bump apollo-server-testing from 2.6.2 to 2.6.3 in /backend #819\",\"Bump apollo-server from 2.6.2 to 2.6.3 in /backend #818\",\"Bump date-fns from 2.0.0-alpha.31 to 2.0.0-alpha.32 in /backend #817\",\"Bump date-fns from 2.0.0-alpha.31 to 2.0.0-alpha.32 in /webapp #815\",\"Bump cypress-file-upload from 3.1.2 to 3.1.3 #812\",\"Implement prefix of image urls with a filter #821\",\"Revert changes to cypress record #824\",\"Fix #800 #809\",\"Fix #799 #810\",\"Fix #470 #807\",\"Bump tiptap-extensions from 1.22.1 to 1.22.2 in /webapp #798\",\"Bump graphql-shield from 5.3.7 to 5.3.8 in /backend #797\",\"402 userprofil tab click function #754\",\"Bump prettier from 1.17.1 to 1.18.2 in /backend #789\",\"Bump graphql-shield from 5.3.6 to 5.3.7 in /backend #796\",\"Bump prettier from 1.18.0 to 1.18.2 in /webapp #794\",\"Bump tiptap-extensions from 1.21.0 to 1.22.1 in /webapp #793\",\"Bump cookie-universal-nuxt from 2.0.14 to 2.0.16 in /webapp #792\",\"Bump tippy.js from 4.3.3 to 4.3.4 in /webapp #790\",\"Bump apollo-cache-inmemory from 1.6.1 to 1.6.2 in /backend #771\",\"Translate network tab on the left profile page #780\",\"Replace dependency ms completely #783\",\"Bump apollo-client from 2.6.1 to 2.6.2 in /webapp #772\",\"Bump apollo-client from 2.6.1 to 2.6.2 in /backend #768\",\"Bump apollo-server-testing from 2.6.1 to 2.6.2 in /backend #773\",\"Bump prettier from 1.17.1 to 1.18.0 in /webapp #766\",\"Bump date-fns from 2.0.0-alpha.29 to 2.0.0-alpha.31 in /webapp #770\",\"Bump apollo-server from 2.6.1 to 2.6.2 in /backend #776\",\"Bump date-fns from 2.0.0-alpha.29 to 2.0.0-alpha.31 in /backend #775\",\"Refactor filter bubble #762\",\"Disable the location.reloads #761\",\"Hover effect user image upload #732\",\"Bump tippy.js from 4.3.2 to 4.3.3 in /webapp #742\",\"Bump @nuxtjs/axios from 5.5.3 to 5.5.4 in /webapp #756\",\"Bump date-fns from 2.0.0-alpha.27 to 2.0.0-alpha.29 in /webapp #757\",\"Bump date-fns from 2.0.0-alpha.27 to 2.0.0-alpha.29 in /backend #758\",\"269 filter by followed users #699\",\"Bump tiptap-extensions from 1.20.2 to 1.21.0 in /webapp #746\",\"Bump apollo-cache-inmemory from 1.6.0 to 1.6.1 in /backend #741\",\"269 filter by followed users backend part #730\",\"206 setup neo4j db constraints on startup #739\",\"Fix deployment - wrong docker image name #751\",\"402 userprofile shouted tab 2 #752\",\"Bump graphql-shield from 5.3.5 to 5.3.6 in /backend #743\",\"Bump apollo-client from 2.6.0 to 2.6.1 in /webapp #744\",\"Bump apollo-client from 2.5.1 to 2.6.1 in /backend #745\",\"Bump nuxt from 2.8.0 to 2.8.1 in /webapp #748\",\"Bump node from 12.3.1-alpine to 12.4-alpine in /webapp #749\",\"Bump node from 12.3.1-alpine to 12.4-alpine in /backend #750\",\"Add date relative date on comments #731\",\"DISABLED_MIDDLEWARES only set outside production #735\",\"🍰 release contribution again #736\",\"Bump tippy.js from 4.3.1 to 4.3.2 in /webapp #733\",\"🍰 2019/kw22/refactor_backend_structure #724\",\"Bump tiptap-extensions from 1.20.1 to 1.20.2 in /webapp #721\",\"User can not anymore delete Comments of others #729\",\"Don't remove middlewares in production #725\",\"Delete Comment #609\",\"Bump apollo-server from 2.5.1 to 2.6.1 in /backend #718\",\"Deploy maintenance worker to dockerhub automatically with smaller split size #714\",\"Bump apollo-server-testing from 2.5.1 to 2.6.1 in /backend #719\",\"Fix upload large file sizes bug #698\",\"Bump node from 10-alpine to 12.3.1-alpine in /webapp #712\",\"Bump prettier from 1.14.3 to 1.17.1 in /webapp #663\",\"🍰 2019/kw22/alpha_data_import_status_schema_split #703\",\"Bump nuxt from 2.7.1 to 2.8.0 in /webapp #711\",\"Upgrade @nuxt/axios #707\",\"Bump apollo-server-testing from 2.5.0 to 2.5.1 in /backend #708\",\"🍰 Fix update incompatibility #701\",\"Bump fuse.js from 3.4.4 to 3.4.5 in /webapp #704\",\"🍰 Avoid deletion of entire namespace by accident #702\",\"Add logo as default avatar background image #706\",\"Bump @nuxtjs/axios from 5.5.2 to 5.5.3 in /webapp #710\",\"Bump apollo-server from 2.5.0 to 2.5.1 in /backend #709\",\"Bump node from 10-alpine to 12.3.1-alpine in /backend #713\",\"Bump prettier from 1.14.3 to 1.17.1 in /backend #664\",\"Fix user avatar jumping on upload #700\",\"Fix placeholder text not translating bug #695\",\"🍰 2019/kw22/alpha_data_import #697\",\"Fix duplicate tags by using the name as the id #662\",\"Run coverage only if requested #696\",\"🍰 2019/kw22/alpha_data_export #694\",\"689 fix broken image urls after upload #693\",\"Fix edit field render bug(CommentForm) #690\",\"Bump eslint-plugin-import from 2.17.2 to 2.17.3 in /backend #676\",\"Bump neo4j-driver from 1.7.4 to 1.7.5 #675\",\"Bump @vue/cli-shared-utils from 3.7.0 to 3.8.0 in /webapp #679\",\"Use our own fork to workaround #600 for now #684\",\"Bump express from 4.17.0 to 4.17.1 in /backend #674\",\"More descriptive minikube setup instructions #585\",\"User profile image uploads #605\",\"Image upload backend implementation #636\",\"Bump nodemon from 1.19.0 to 1.19.1 in /backend #678\",\"Bump nodemon from 1.19.0 to 1.19.1 in /webapp #680\",\"Bump @nuxtjs/axios from 5.5.1 to 5.5.2 in /webapp #681\",\"Bump express from 4.17.0 to 4.17.1 in /webapp #682\",\"Bump eslint-plugin-import from 2.17.2 to 2.17.3 in /webapp #683\",\"Bump graphql from 14.3.0 to 14.3.1 in /webapp #670\",\"Bump eslint-plugin-jest from 22.5.1 to 22.6.4 in /webapp #671\",\"[Security] Bump tar from 2.2.1 to 2.2.2 in /webapp #673\",\"Bump eslint-plugin-node from 9.0.1 to 9.1.0 in /webapp #669\",\"Bump @nuxtjs/axios from 5.5.0 to 5.5.1 in /webapp #668\",\"Bump cypress from 3.3.0 to 3.3.1 #667\",\"Bump graphql from 14.3.0 to 14.3.1 in /backend #666\",\"Bump eslint-plugin-node from 9.0.1 to 9.1.0 in /backend #665\",\"Bump tiptap-extensions from 1.19.10 to 1.20.1 in /webapp #661\",\"Bump @babel/preset-env from 7.4.4 to 7.4.5 in /webapp #655\",\"Bump @babel/core from 7.4.4 to 7.4.5 in /webapp #653\",\"Bump apollo-client from 2.5.1 to 2.6.0 in /webapp #654\",\"Bump tiptap from 1.19.8 to 1.20.1 in /webapp #660\",\"Bump @nuxtjs/axios from 5.4.1 to 5.5.0 in /webapp #659\",\"Bump cypress-plugin-retries from 1.2.1 to 1.2.2 #658\",\"Bump @babel/preset-env from 7.4.4 to 7.4.5 in /backend #649\",\"Bump @babel/node from 7.2.2 to 7.4.5 in /backend #648\",\"Bump @babel/core from 7.4.4 to 7.4.5 in /backend #646\",\"Bump apollo-cache-inmemory from 1.5.1 to 1.6.0 in /backend #645\",\"Bump eslint-plugin-jest from 22.5.1 to 22.6.4 in /backend #657\",\"🍰 2019/kw20/fix_lint_rules_and_vscode #625\",\"Bump tiptap-extensions from 1.19.8 to 1.19.10 in /webapp #640\",\"Bump neo4j-graphql-js from 2.6.0 to 2.6.1 in /backend #639\",\"Change ds-avatar size to x-large #644\",\"🍰 2019/kw20/fix_post_card_design #622\",\"🍰 2019/kw21/github_templates_update #633\",\"Bump tiptap from 1.19.3 to 1.19.8 in /webapp #637\",\"Bump tiptap-extensions from 1.19.4 to 1.19.8 in /webapp #630\",\"Bump cypress from 3.2.0 to 3.3.0 #629\",\"Bump cypress-cucumber-preprocessor from 1.11.0 to 1.11.2 #628\",\"Fix wrong screenshot in kubernetes docs #616\",\"Refactor to use <img> instead of <hc-image> component for images #626\",\"Bump node-fetch from 2.5.0 to 2.6.0 in /backend #617\",\"Bump express from 4.16.4 to 4.17.0 in /backend #618\",\"Bump express from 4.16.4 to 4.17.0 in /webapp #619\",\"Bump eslint-config-prettier from 4.2.0 to 4.3.0 in /webapp #620\",\"Bump @nuxtjs/apollo from 4.0.0-rc4.1 to 4.0.0-rc4.2 in /webapp #621\",\"Bump tiptap-extensions from 1.19.2 to 1.19.4 in /webapp #610\",\"Bump tiptap from 1.19.2 to 1.19.3 in /webapp #611\",\"Bump neo4j-graphql-js from 2.4.2 to 2.6.0 in /backend #524\",\"Update CONTRIBUTING.md with codereview notes #612\",\"Bump nuxt from 2.6.3 to 2.7.1 in /webapp #607\",\"Bump codecov from 3.4.0 to 3.5.0 #606\",\"Docs 354 kubernetes cron job for backups #573\",\"Docs update https configuration #608\",\"Bump tiptap from 1.19.0 to 1.19.2 in /webapp #602\",\"Bump cypress-plugin-retries from 1.2.0 to 1.2.1 #603\",\"Bump tiptap-extensions from 1.19.1 to 1.19.2 in /webapp #601\",\"Bump @nuxtjs/apollo from 4.0.0-rc4 to 4.0.0-rc4.1 in /webapp #604\",\"Bump eslint-plugin-prettier from 3.0.1 to 3.1.0 in /webapp #598\",\"Refactoring validation middleware #596\",\"Revert logout.vue #594\",\"Bump tiptap-extensions from 1.17.0 to 1.19.1 in /webapp #597\",\"Bump tiptap from 1.17.0 to 1.19.0 in /webapp #592\",\"Bump apollo-server-testing from 2.4.8 to 2.5.0 in /backend #567\",\"Bump graphql from 14.2.1 to 14.3.0 in /backend #566\",\"Delete posts #595\",\"Write component tests for CommentForm.vue #556\",\"Update ds-avatar size to use small #587\",\"2019/kw15/change password strength #551\",\"296 image component #499\",\"Bump @human-connection/styleguide from 0.5.15 to 0.5.17 in /webapp #564\",\"Bump codecov from 3.3.0 to 3.4.0 #580\",\"Bump tippy.js from 4.3.0 to 4.3.1 in /webapp #579\",\"Revert tiptap upgrade #575\",\"2019/kw15/user can change its username to emptystring #478\",\"Delete SocialMedia #535\",\"2019/kw19/codecov #574\",\"2019/kw19/codecov #569\",\"Bump graphql from 14.2.1 to 14.3.0 in /webapp #565\",\"Bump apollo-server from 2.4.8 to 2.5.0 in /backend #568\",\"Prevent argument list too long error #562\",\"Performant import of production data #529\",\"Bump jest from 24.7.1 to 24.8.0 in /backend #544\",\"Bump eslint-plugin-node from 8.0.1 to 9.0.1 in /backend #543\",\"Bump babel-jest from 24.7.1 to 24.8.0 in /backend #547\",\"Bump jest from 24.7.1 to 24.8.0 in /webapp #550\",\"Bump dotenv from 7.0.0 to 8.0.0 in /backend #540\",\"Bump tiptap-extensions from 1.17.0 to 1.18.1 in /webapp #559\",\"[WIP] Rerun moderation/report tests on failure #512\",\"Add authorship to comments at creation #536\",\"Bump node-fetch from 2.4.1 to 2.5.0 in /backend #530\",\"Bump dotenv from 7.0.0 to 8.0.0 #538\",\"Bump tiptap from 1.17.0 to 1.18.0 in /webapp #558\",\"Bump node-sass from 4.11.0 to 4.12.0 in /webapp #515\",\"Bump helmet from 3.16.0 to 3.18.0 in /backend #546\",\"Bump neo4j-driver from 1.7.3 to 1.7.4 #548\",\"Add test coverage #504\",\"[WIP] 451 lokalise unlocalised texts #452\",\"Bump neo4j from 3.5.4 to 3.5.5 in /neo4j #523\",\"Bump nodemon from 1.18.11 to 1.19.0 in /webapp #531\",\"Bump nodemon from 1.18.11 to 1.19.0 in /backend #532\",\"Bump graphql-shield from 5.3.4 to 5.3.5 in /backend #539\",\"Bump neo4j-driver from 1.7.3 to 1.7.4 in /backend #545\",\"Bump babel-jest from 24.7.1 to 24.8.0 in /webapp #549\",\"Unexpose irrelevant port 8080 #526\",\"Bump sanitize-html from 1.20.0 to 1.20.1 in /backend #507\",\"Bump tiptap-extensions from 1.16.2 to 1.17.0 in /webapp #527\",\"Bump @babel/preset-env from 7.4.3 to 7.4.4 in /webapp #513\",\"Bump tiptap from 1.16.2 to 1.17.0 in /webapp #528\",\"Bump nuxt from 2.6.2 to 2.6.3 in /webapp #505\",\"Bump @vue/cli-shared-utils from 3.6.0 to 3.7.0 in /webapp #514\",\"Bump node-fetch from 2.3.0 to 2.4.1 in /backend #521\",\"Bump @babel/cli from 7.4.3 to 7.4.4 in /backend #518\",\"Bump eslint-config-prettier from 4.1.0 to 4.2.0 in /webapp #506\",\"Bump @babel/core from 7.4.3 to 7.4.4 in /backend #516\",\"Bump @babel/register from 7.4.0 to 7.4.4 in /backend #522\",\"Bump eslint-plugin-jest from 22.5.0 to 22.5.1 in /backend #508\",\"Add Comment Form #475\",\"Fix? flaky cypress by waiting for <no-ssr> content #484\",\"Bump @babel/core from 7.4.3 to 7.4.4 in /webapp #517\",\"Bump v-tooltip from 2.0.1 to 2.0.2 in /webapp #519\",\"Bump @babel/preset-env from 7.4.3 to 7.4.4 in /backend #520\",\"Refactor maintenance-worker docker image #485\",\"Bump eslint-plugin-jest from 22.4.1 to 22.5.0 in /backend #500\",\"Bump tippy.js from 4.2.1 to 4.3.0 in /webapp #501\",\"Bump tiptap-extensions from 1.15.0 to 1.16.2 in /webapp #496\",\"[Security] Bump jquery from 3.3.1 to 3.4.0 in /backend #498\",\"Add documentation for neo4j backups in kubernetes #492\",\"Bump tiptap from 1.15.0 to 1.16.2 in /webapp #497\",\"Bump graphql-shield from 5.3.3 to 5.3.4 in /backend #486\",\"[WIP] Frontend implementation for notifications #439\",\"[WIP] Generate a link for @-Mentionings #462\",\"Bump eslint-plugin-import from 2.17.1 to 2.17.2 in /backend #476\",\"Docs improve installation instructions #464\",\"Try to fix flaky \\\"ReportContent.feature\\\" #477\",\"refactor follow, unfollow, shout, unshout to custom mutations, but don't add date-time to relation yet #449\",\"Bump nuxt from 2.6.1 to 2.6.2 in /webapp #472\",\"Bump tiptap-extensions from 1.14.0 to 1.15.0 in /webapp #473\",\"Disable cypress test recordings #471\",\"Bump v-tooltip from 2.0.0 to 2.0.1 in /webapp #467\",\"Bump @vue/cli-shared-utils from 3.5.1 to 3.6.0 in /webapp #468\",\"Bump graphql-shield from 5.3.2 to 5.3.3 in /backend #465\",\"Bump eslint-plugin-import from 2.16.0 to 2.17.1 in /backend #466\",\"List socialMedia links #237\",\"Add instruction to configure local cypress config #460\",\"Don't expose private RSA key #406\",\"Fix emojis, remove duplicate link #459\",\"Fix links to documentation #455\",\"342 merge documentation #387\",\"2019/kw15/design_differences_post #440\",\"Bump v-tooltip from 2.0.0-rc.33 to 2.0.0 in /webapp #450\",\"Bump neo4j from 3.5.3 to 3.5.4 in /backend/neo4j #448\",\"Bump nuxt from 2.4.5 to 2.6.1 in /webapp #416\",\"Bump @babel/cli from 7.2.3 to 7.4.3 in /backend #366\",\"Bump neo4j from 3.5.0 to 3.5.3 in /backend/neo4j #196\",\"2019/kw15/hide_all_unfuctional_content #434\",\"Mark a notification in the backend as read #445\",\"Bump nodemon from 1.18.10 to 1.18.11 in /webapp #442\",\"Disabling activityPub middleware again #444\",\"Bump graphql-shield from 5.3.1 to 5.3.2 in /backend #446\",\"2019/kw15/new_post_button_position #438\",\"2019/kw15/Access_Settings_from_Profile_as_Owner #443\",\"2019/kw15/disabled_post_fix_disabled_border_z-index #437\",\"Bump nodemon from 1.18.10 to 1.18.11 in /backend #441\",\"2019/kw15/post_make_menu_sticky #435\",\"Bump cheerio from 1.0.0-rc.2 to 1.0.0-rc.3 in /backend #431\",\"Fixes #361 #362\",\"Use github emojis if possible #396\",\"Bump @babel/core from 7.4.0 to 7.4.3 in /webapp #368\",\"Bump jest from 24.7.0 to 24.7.1 in /webapp #390\",\"350 query current users notifications #415\",\"Bump babel-jest from 24.5.0 to 24.7.1 in /backend #388\",\"Bump @babel/core from 7.4.0 to 7.4.3 in /backend #363\",\"Bump babel-jest from 24.6.0 to 24.7.1 in /webapp #391\",\"Fix flaky cucumbers #383\",\"Bump jest from 24.7.0 to 24.7.1 in /backend #389\",\"Setup kubectl so it never expires #380\",\"Bump @babel/preset-env from 7.4.2 to 7.4.3 in /backend #367\",\"Bump jest from 24.6.0 to 24.7.0 in /backend #364\",\"Bump @babel/preset-env from 7.4.2 to 7.4.3 in /webapp #369\",\"Bump jest from 24.6.0 to 24.7.0 in /webapp #371\",\"2019/kw14/GitHub issue pullrequest templates #360\",\"Bump jest from 24.5.0 to 24.6.0 in /webapp #355\",\"Bump babel-jest from 24.5.0 to 24.6.0 in /webapp #356\",\"Bump jest from 24.5.0 to 24.6.0 in /backend #358\",\"Bump eslint-plugin-promise from 4.0.1 to 4.1.1 in /backend #359\",\"2019/kw14/fixed_windows_build_docu_fixed_server_start_text #339\",\"Bump slug from 1.0.0 to 1.1.0 in /backend #336\",\"Bump graphql from 14.2.0 to 14.2.1 in /webapp #333\",\"Bump graphql from 14.2.0 to 14.2.1 in /backend #334\",\"Bump eslint from 5.15.3 to 5.16.0 in /webapp #332\",\"Bump eslint from 5.15.3 to 5.16.0 in /backend #335\",\"Added PRIVATE_KEY_PASSPHRASE to needed env vars #244\",\"Bump graphql from 14.1.1 to 14.2.0 in /webapp #301\",\"Bump graphql from 14.1.1 to 14.2.0 in /backend #300\",\"Reduce Travis CI build log #320\",\"240 persistent links #248\",\"Another fix of activity pub implementation #249\",\"Network Concept added #30\",\"Order all resources by createdAt descending (as default) #239\",\"Apparently this change got overlooked #246\",\"Trigger rollout with a change to spec.template #245\",\"Should fix #234 + refactor domain to hostname #243\",\"[User profile] Change password #233\",\"Bump @babel/core from 7.3.4 to 7.4.0 in /backend #194\",\"Bump helmet from 3.15.1 to 3.16.0 in /backend #198\",\"Bump @vue/cli-shared-utils from 3.4.1 to 3.5.1 in /webapp #190\",\"Bump @babel/core from 7.3.4 to 7.4.0 in /webapp #195\",\"Bump vue-svg-loader from 0.11.0 to 0.12.0 in /webapp #200\",\"Bump supertest from 4.0.0 to 4.0.2 in /backend #192\",\"Bump graphql-shield from 5.3.0 to 5.3.1 in /backend #197\",\"Bump @babel/preset-env from 7.3.4 to 7.4.2 in /webapp #228\",\"204 tests for rewarding badges #223\",\"Bump @babel/preset-env from 7.3.4 to 7.4.2 in /backend #227\",\"Bump eslint from 5.15.1 to 5.15.3 in /backend #191\",\"Bump eslint-config-prettier from 3.6.0 to 4.1.0 in /webapp #229\",\"Bump apollo-link-http from 1.5.13 to 1.5.14 in /backend #224\",\"Bump eslint-plugin-jest from 22.3.2 to 22.4.1 in /backend #225\",\"Bump @babel/register from 7.0.0 to 7.4.0 in /backend #226\",\"Bump eslint from 5.15.1 to 5.15.3 in /webapp #231\",\"Install kubectl and deploy automatically #202\",\"[WIP] Rollout deployment #186\",\"Monorepo #184\",\"Bundle all activityPub in middleware #254\",\"[WIP] Activitypub Service integrated into Backend #212\",\"Bump jsonwebtoken from 8.5.0 to 8.5.1 #253\",\"Bump jsonwebtoken from 8.5.0 to 8.5.1 #266\",\"Bump Nitro-Backend from 158ac36 to fd8cc3f#177\",\"Bump Nitro-Styleguide from baf3134 to 3f7a00b#178\",\"Bump Nitro-Web from 0fae7a2 to 0c2a228#180\",\"37 full text search top bar #264\",\"Deploy all the things #12\",\"Disable posts #208\",\"Obfuscate user name and use a neutral replacement #246\",\"[WIP] Disabled users are unauthenticated #242\",\"Bump Nitro-Backend from fd02679 to 158ac36#176\",\"Bump dotenv from 6.2.0 to 7.0.0 #241\",\"Bump Nitro-Backend from 0dce83b to fd02679#175\",\"Bump Nitro-Web from a05b438 to 0fae7a2#174\",\"Bump jest from 24.1.0 to 24.5.0 #254\",\"Bump babel-jest from 24.3.1 to 24.5.0 #255\",\"Obfuscate disabled comments and posts by default #230\",\"Bump jest from 24.3.1 to 24.4.0 #227\",\"Bump supertest from 3.4.2 to 4.0.0 #225\",\"Remove cypress from package.json #258\",\"Bump eslint-plugin-jest from 22.3.0 to 22.3.2 #232\",\"Bump babel-jest from 24.3.1 to 24.5.0 #231\",\"Change password in the backend #223\",\"Add unauthenticated test to follow and shout #235\",\"Bump Nitro-Styleguide from e77754c to baf3134#173\",\"Bump Nitro-Web from 4aa640a to a05b438#172\",\"Bump Nitro-Backend from 28a37c2 to 0dce83b#171\",\"Update local-backend.md #27\",\"Fix styleguide issues #253\",\"[WIP] 37 full text search top bar #152\",\"Update ReportModal to work with back end #233\",\"Bump date-fns from 2.0.0-alpha.26 to 2.0.0-alpha.27 #112\",\"Bump Nitro-Styleguide from 562fddb to e77754c#170\",\"Lokalise: Translations update #250\",\"Update translations #240\",\"Bump Nitro-Backend from 2d24fc9 to 28a37c2#168\",\"Bump Nitro-Styleguide from ce69fe5 to ce20d5b#166\",\"[WIP] Killing the past #164\",\"Get rid of resource type #213\",\"x #165\",\"[WIP] Remove portal #237\",\"Bump vue-jest from 3.0.3 to 3.0.4 #220\",\"Fix follow and shout status #201\",\"Fix follow and shout status #213\",\"Bump jest from 24.1.0 to 24.3.1 #215\",\"Bump babel-jest from 24.1.0 to 24.3.1 #216\",\"Update .gitmodules #163\",\"Show all repos build stats #147\",\"Bump Nitro-Backend from 2813de4 to 2d24fc9#162\",\"Disable posts #207\",\"Bump apollo-link-http from 1.5.11 to 1.5.12 #208\",\"Bump Nitro-Web from d857252 to d848929#159\",\"Bump Nitro-Backend from c5c62d2 to 2813de4#160\",\"Bump eslint from 5.15.0 to 5.15.1 #206\",\"Fix current build #203\",\"Show disabled or deleted posts for moderators #192\",\"Bump eslint from 5.14.1 to 5.15.0 #202\",\"[WIP] Write API test badge creation #195\",\"Add to .gitignore .DS_Store#196\",\"Add styleguide dev mode #197\",\"194 stop decoding jwt on frontend #199\",\"Implement currentUser query #187\",\"Extract Styleguide #182\",\"Bump eslint from 5.13.0 to 5.14.1 #165\",\"Editor #153\",\"[WIP] Editor #136\",\"Improved documentation for remote deployment #11\",\"Fix wrong secret references #9\",\"Fix staging urls #10\",\"Fix Digital Ocean Documentation #8\",\"[WIP] Use factories in cucumber features #190\",\"Added IntersectionObserver polyfill and fixed linting on login #192\",\"[WIP] Start unit testing report feature #171\",\"Refactor seeds and tests #164\",\"Added instruction for Docker install for Backend and little corrections #25\",\"Bump eslint from 5.14.0 to 5.14.1 #187\",\"Bump Nitro-Backend from 13c6743 to c5c62d2#138\",\"Bump Nitro-Web from 9ba2200 to d857252#140\",\"Bump API from 02dcc22 to 8f0edaf#137\",\"Bump WebApp from e153eb6 to d4917da#134\",\"Bump @babel/core from 7.2.2 to 7.3.3 #184\",\"Bump date-fns from 2.0.0-alpha.26 to 2.0.0-alpha.27 #132\",\"Bump eslint-plugin-vue from 5.1.0 to 5.2.1 #180\",\"Bump eslint from 5.13.0 to 5.14.0 #185\",\"Update .travis.yml #183\",\"Upgrade to Nuxt 2.4 #175\",\"Upgrade dependencies #173\",\"Certmanager #7\",\"Upgrade dependencies #149\",\"Bump Nitro-Backend from 8b8caae to 13c6743#131\",\"Bump Nitro-Web from 70aca85 to 9ba2200#130\",\"Bump WebApp from fa26d7c to e153eb6#118\",\"Add db migration worker deployment #4\",\"Set titles for some tabs correctly and fixed wrong quotation marks (macOS encod… #23\",\"Refactoring db migration worker #145\",\"Create CODE_OF_CONDUCT.md #139\",\"Add instructions to get Neo4j Desktop to work #17\",\"Fix certain configuration for Digital Ocean #5\",\"fix mobile friendliness for post #145\",\"Don't copy private SSH key into docker image #138\",\"Follow up on data import #127\",\"Create CODE_OF_CONDUCT.md #149\",\"Update APOC plugin version #21\",\"Move troubleshoots to end; add install links for docker and minikube #131\",\"Add instructions to expose/access the services #3\",\"Fix jwt quotes #150\",\"Add instructions to docs, fix kubectl commands #2\",\"Update to the latest changes on the backend #18\",\"Report Content #107\",\"Report content #99\",\"Provide documentation for db-migration-worker#16\",\"Import remote mongodb in neo4j #115\",\"Add screenshot file for forking nitro-backend #6\",\"106 authorization #109\",\"Comming Soon and Empty States #141\",\"Change path of the file \\\"edit-this-documentation.md\\\" #14\",\"Upgrade styleguide #134\",\"New file describes how to edit this documentation #3\",\"Change Summary #2\",\"Add instructions for forking (or cloning) repo #1\",\"Add a new section for how to change the documentation #10\",\"Add a new section for how to change the documentation #9\",\"Locations & About Me #16\",\"Locations & About Me #9\",\"Language menu #130\",\"fix #41 jwt strategy #104\",\"Multistage build docker #115\",\"Improve dropdown #129\",\"Don't run tests in /dist folder #108\",\"i18n pluralization #111\",\"Add instructions for forking (or cloning) repo #7\",\"Lokalise: Translations update #123\",\"Update README.md #100\",\"FIX #49 capture error in readable format with try and catch #93\",\"Login: Friendly error message if email is incorrect #88\",\"Bump @babel/node from 7.2.0 to 7.2.2 #79\",\"Bump @vue/test-utils from 1.0.0-beta.27 to 1.0.0-beta.28 #109\",\"Bump eslint-plugin-prettier from 3.0.0 to 3.0.1 #110\",\"added login credentials #2\",\"Change db scripts to run nodemon instead of node #92\",\"Bump eslint from 5.10.0 to 5.11.0 #103\",\"Refactor login method and setup unit tests #100\",\"[ImgBot] Optimize images #104\",\"Integrate i18n #99\",\"Update README.md #89\",\"Fix 'audience must be a string or array' #84\",\"Bump sanitize-html from 1.19.3 to 1.20.0 #82\",\"added icons to usermenu #96\",\"Bump apollo-link-http from 1.5.8 to 1.5.9 #81\",\"Bump nodemon from 1.18.8 to 1.18.9 #78\",\"Bump nodemon from 1.18.8 to 1.18.9 #94\",\"Typo fixes #1\",\"Bump apollo-server from 2.2.6 to 2.3.1 #75\",\"Bump apollo-link-http from 1.5.7 to 1.5.8 #74\",\"Add travis build status to README #91\",\"Use build stage builder for backend #92\",\"Add docker push script deployment #90\",\"Reduce image size with multistage builds #72\",\"Build application for production without nodemon #70\",\"Use deployment script for docker images #77\",\"CI Improvements #59\",\"Admin tags and categories #79\",\"Admin tags and categories #62\",\"Bump vue-jest from 3.0.1 to 3.0.2 #89\",\"Docker ignore scripts folder, bash compatibility #66\",\"Bump eslint from 5.9.0 to 5.10.0 #63\",\"Bump date-fns from 2.0.0-alpha.25 to 2.0.0-alpha.26 #71\",\"Bump slug from 0.9.2 to 0.9.3 #67\",\"Bump eslint from 5.9.0 to 5.10.0 #82\",\"Bump date-fns from 2.0.0-alpha.25 to 2.0.0-alpha.26 #88\",\"Remove end-to-end tests #79\",\"Bump @vue/test-utils from 1.0.0-beta.26 to 1.0.0-beta.27 #81\",\"Bump nodemon from 1.18.7 to 1.18.8 #85\",\"Bump nodemon from 1.18.7 to 1.18.8 #69\",\"Bump graphql-shield from 4.1.1 to 4.1.2 #68\",\"Run full stack tests in the repo #86\",\"Add build status to README.md #76\",\"Several updates on travis yml #84\",\"Full stack tests with submodules and cypress #73\",\"Setup integration testing with MochaJS #21\",\"Bump node-sass from 4.10.0 to 4.11.0 #83\",\"Split development config from production config #76\",\"Fix refresh bug #80\",\"No need to call xip.io anymore #78\",\"Remove xip.io hack #61\",\"Bind name to name instead of model #77\",\"Replace concurrently with npm-run-all #60\",\"[WIP] Pin dependencies #58\",\"Upgraded Styleguide #75\",\"Bump neo4j-graphql-js from 2.0.0 to 2.0.1 #57\",\"Bump neo4j from 3.4 to 3.5.0 #26\",\"Tagged deployments #42\",\"Bump neo4j-graphql-js from 1.0.5 to 2.0.0 #51\",\"Add a missing discord link #56\",\"Use the right db seed name #54\",\"Bump sanitize-html from 1.19.2 to 1.19.3 #53\",\"Copy+paste deployment configuration from backend #68\",\"Preparation for integration testing #13\",\"Bump dotenv from 6.1.0 to 6.2.0 #52\",\"Bump sanitize-html from 1.19.1 to 1.19.2 #47\",\"Run seeds and eslint on Travis CI #40\",\"Bump eslint-plugin-vue from 4.7.1 to 5.0.0 #69\",\"Add troubleshoot to kubernetes README #43\",\"Add unseeder #15\",\"adapt docs to styleguide integration #64\",\"Integrate styleguide with hot reload #55\",\"uppgraded packages #38\",\"[ImgBot] Optimize images #62\",\"Travis ci build #22\",\"updated packages for security and higher digits 😃 #61\",\"Fix proxy reload issue #22\",\"updated kubernetes documentation - use humanconnection/nitro-backend #23\",\"Fixed Badges Seeder and URL Fix Middleware #24\",\"Update Seed Command in README.md #25\",\"Proxy API Requests #21\",\"Add travis configuration #20\",\"adjust user relation after changing the author relation in the backend #19\",\"Seed the database with authentication #18\",\"Fix container build with styleguide #18\",\"Fix vuep package source #17\",\"Update Babel & babel-node #20\",\"Add Issue template and modify README #14\",\"Test and build server setup #6\",\"Kompose #12\",\"Delete .gitignored file .env #13\",\"Add volumes to use docker for development #11\",\"Expose neo4j-browser ports #10\",\"Use xip.io trick for server/client side rendering #9\",\"Docker #3\",\"Update schema.graphql #8\",\"Bump API from da96078 to 4437261#53\",\"Custom Dockerfile to install apoc plugin in neo4j #6\",\"Add Installation with Docker #5\",\"Add README instructions to configure .env #1\",\"Replace fake email domain with example.org #3\",\"Add submodules to auto-update those by dependabot #24\",\"Delete docker-compose.yml #23\",\"Create .gitignore #22\",\"Update README.md #13\",\"Fix #1616 #1616\",\"Fix #1555 #1555\",\"Merge pull request #1508 from Human-Connection/1505_remove_html_in_moderation_view #1505\",\"Fix #1506 #1506\",\"Fix #1505 remove html #1505\",\"Merge pull request #1479 from Human-Connection/1394-proper_pagination_implementation #1394\",\"Fix #1394 #1394\",\"Refactor seeds - no need for a factories server! #1427\",\"Notifications query filters for deleted resources #1414\",\"Fix #1333 #1333\",\"Merge pull request #1314 from Human-Connection/1308-fix_broken_graphql_query #1308\",\"Merge pull request #1316 from Human-Connection/1315-fix_unique_constraint_bug_when_merging_a_new_hashtag #1315\",\"Fix #1315 #1315\",\"Fix #1308 #1308\",\"Massive refactoring #1231\",\"Merge pull request #1041 from Human-Connection/822_fix_load_more_button #822\",\"Fix #822 by updating the counts of the user #822\",\"Implement prefix of image urls with a filter #820\",\"Merge pull request #809 from Human-Connection/800_fix_broken_image_urls #800\",\"Merge pull request #810 from Human-Connection/799_fix_badge_urls #799\",\"Fix #799 #799\",\"Merge pull request #807 from Human-Connection/470_re_enable_cypress_and_fix_builds_on_forks #470\",\"Fix #800 #800\",\"Fix #470 #470\",\"make post sticky - fixes https://github.com/Human-Connection/Human-Connection/issues/385 #385\",\"hide all unfunctional content - fixes https://github.com/Human-Connection/Human-Connection/issues/429 #429\",\"Merge pull request #362 from Human-Connection/quick-fix #361\",\"Fixes #361 #361\",\"Merge pull request #243 from Human-Connection/234-fix #234\",\"Should fix #234 + refactor domain to hostname #234\",\"Add unauthenticated test to follow and shout #234\",\"Fix #106 #106\",\"Merge pull request #104 from DakshMiglani/master #41\",\"Merge pull request #93 from Gerald1614/500_error_on_login #49\",\"Update schema.graphql #7\"]},\"104\":{\"h\":\"Contributor Covenant Code of Conduct\"},\"105\":{\"h\":\"Our Pledge\",\"t\":[\"In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\"]},\"106\":{\"h\":\"Our Standards\",\"t\":[\"Examples of behavior that contributes to creating a positive environment include:\",\"Using welcoming and inclusive language\",\"Being respectful of differing viewpoints and experiences\",\"Gracefully accepting constructive criticism\",\"Focusing on what is best for the community\",\"Showing empathy towards other community members\",\"Examples of unacceptable behavior by participants include:\",\"The use of sexualized language or imagery and unwelcome sexual attention or advances\",\"Trolling, insulting/derogatory comments, and personal or political attacks\",\"Public or private harassment\",\"Publishing others' private information, such as a physical or electronic address, without explicit permission\",\"Other conduct which could reasonably be considered inappropriate in a professional setting\"]},\"107\":{\"h\":\"Our Responsibilities\",\"t\":[\"Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.\",\"Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\"]},\"108\":{\"h\":\"Scope\",\"t\":[\"This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\"]},\"109\":{\"h\":\"Enforcement\",\"t\":[\"Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at devops@ocelot.social. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\",\"Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\"]},\"110\":{\"h\":\"Attribution\",\"t\":[\"This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at http://contributor-covenant.org/version/1/4\"]},\"111\":{\"h\":\"CONTRIBUTING\",\"t\":[\"Thank you so much for thinking of contributing to the ocelot.social project! It's awesome you're here, we really appreciate it. :-)\"]},\"112\":{\"h\":\"Getting Set Up\",\"t\":[\"Instructions for how to install all the necessary software and some code guidelines can be found in our main Readme or in our documentation.\",\"To get you started we recommend that you join forces with a regular contributor. Please join our Discord instance to chat with developers or just get in touch directly on an issue on either Github or Zenhub:\",\"We also can have pair programming sessions for you! We feel this is often the best way to get to know both the project and the team. Most developers are also available for spontaneous sessions.\"]},\"113\":{\"h\":\"Development Flow\",\"t\":[\"We operate in two week sprints that are planned, estimated and prioritised on Zenhub. All issues are also linked to and synced with Github. Look for the good first issue label if you're not sure where to start!\",\"We try to discuss all questions directly related to a feature or bug in the respective issue, in order to preserve it for the future and for other developers. We use Discord for real-time communication.\",\"This is how we solve bugs and implement features, step by step:\",\"We find an issue we want to work on, usually during the sprint planning but as an open source contributor this can happen at any time.\",\"We communicate with the team to see if the issue is still available. (When you comment on an issue but don't get an answer there within 1-2 days try to mention @Ocelot-Social-Community/core-team to make sure we check in.)\",\"We make sure we understand the issue in detail – what problem is it solving and how should it be implemented?\",\"We assign ourselves to the issue and move it to In Progress on Zenhub.\",\"We start working on it in a new branch and open a pull request prefixed with [WIP] (work in progress) to which we regularly push our changes.\",\"When questions come up we clarify them with the team (directly in the issue on Github).\",\"When we are happy with our work and our PR is passing all tests we remove the [WIP] from the PR description and ask for reviews (if you're not sure who to ask there is @Ocelot-Social-Community/core-team which pings all core developers).\",\"We then incorporate the suggestions from the reviews into our work and once it has been approved it can be merged into master!\",\"Every pull request needs to:\",\"fix an issue (if there is something you want to work on but there is no issue for it, create one first and discuss it with the team)\",\"include tests for the code that is added or changed\",\"pass all tests (linter, backend, webapp, code coverage, end-to-end)\",\"be approved by at least 1 developer who is not the owner of the PR (when more than 10 files were changed it needs 2 approvals)\"]},\"114\":{\"h\":\"Contribution Flow For Open Source Contributors\",\"t\":[\"See contributing in main README.md\"]},\"115\":{\"h\":\"The Team\",\"t\":[\"There are many volunteers all around the world helping us build this network and without their contributions we wouldn't be where we are today. Big thank you to all of you!\",\"You can talk to our core team on Discord. And on Github you will mostly run into our core developers:\",\"Ulf (@ulfgebhardt)\",\"Moriz (@Mogge)\",\"Wolle (@Tirokk)\",\"Alex (@ogerly)\",\"Hannes (@elweyn5803)\",\"Mathias (@mahula)\",\"Markus (@maeckes#1133)\"]},\"116\":{\"h\":\"Meetings and Pair Programming Sessions\",\"t\":[\"Times below refer to German Time – that's CET (GMT+1) in winter and CEST (GMT+2) in summer – because most ocelot.social Community core team members are living in Germany.\",\"Daily standup\",\"every Monday–Thursday 11:30 am (german time see above 👆🏼)\",\"in our DiscordOffice Cube\",\"all contributors welcome!\",\"everybody shares what they are working on and asks for help if they are blocked\"]},\"117\":{\"h\":\"Philosophy\",\"t\":[\"We practice collective code ownership rather than strong code ownership, which means that:\",\"developers can make contributions to other people's PRs (after checking in with them)\",\"we avoid blocking because someone else isn't working, so we sometimes take over PRs from other developers\",\"everyone should always push their code to branches so others can see it\",\"We believe in open source contributions as a learning experience – everyone is welcome to join our team of volunteers and to contribute to the project, no matter their background or level of experience. To support your learning experience we founded the charity association busFaktor() e.V..\",\"We use pair programming sessions as a tool for knowledge sharing. We can learn a lot from each other and only by sharing what we know and overcoming challenges together can we grow as a team and truly own this project collectively.\",\"As a volunteer you have no commitment except your own self development and your awesomeness by contributing to this free and open-source software project. Cheers to you!\"]},\"118\":{\"h\":\"Programming\"},\"119\":{\"h\":\"Localization\"},\"120\":{\"h\":\"Quotation Marks\",\"t\":[\"The following characters are different from the programming quotation mark:\",\"\\\" or \\\\\\\"\",\"Please copy and paste the following quotes for the languages:\",\"de: „Dies ist ein Beispielsatz.“\",\"en: “This is a sample sentence.” \",\"See https://grammar.collinsdictionary.com/easy-learning/when-do-you-use-quotation-marks-or-in-english\"]},\"121\":{\"h\":\"Docker – More Closely\"},\"122\":{\"h\":\"Apple Silicon Platform\",\"t\":[\"ATTENTION: For using Docker commands in Apple Silicon environments!\"]},\"123\":{\"h\":\"Environment Variable For Apple Silicon Platform (M1, M2 Chips)\",\"t\":[\"If you encounter trouble building the docker containers on an Apple M1 chip you can try to explicitly define the target platform docker builds and pulls images for:\",\"# set env variable for your shell $ export DOCKER_DEFAULT_PLATFORM=linux/amd64\",\"Or alternatively use a YAML docker compose overwrite file with platform: linux/amd64.\"]},\"124\":{\"h\":\"Analyzing Docker Builds\",\"t\":[\"To analyze a Docker build, there is a wonderful tool called dive. Please sponsor if you're using it!\",\"The dive build command is exactly the right one to fulfill what we are looking for. We can use it just like the docker build command and get an analysis afterwards.\",\"So, in our main folder, we use it in the following way:\",\"# in main folder $ dive build --target <layer-name> -t \\\"ocelotsocialnetwork/<app-name>:local-<layer-name>\\\" --build-arg BBUILD_DATE=\\\"<build-date>\\\" --build-arg BBUILD_VERSION=\\\"<build-version>\\\" --build-arg BBUILD_COMMIT=\\\"<build-commit>\\\" <app-folder-name-or-dot>/\",\"The build arguments are optional.\",\"For the specific applications, we use them as follows.\"]},\"125\":{\"h\":\"Backend\"},\"126\":{\"h\":\"Production For Backend\",\"t\":[\"# in main folder $ dive build --target production -t \\\"ocelotsocialnetwork/backend:local-production\\\" backend/\"]},\"127\":{\"h\":\"Development For Backend\",\"t\":[\"# in main folder $ dive build --target development -t \\\"ocelotsocialnetwork/backend:local-development\\\" backend/\"]},\"128\":{\"h\":\"Webapp\"},\"129\":{\"h\":\"Production For Webapp\",\"t\":[\"# in main folder $ dive build --target production -t \\\"ocelotsocialnetwork/webapp:local-production\\\" webapp/\"]},\"130\":{\"h\":\"Development For Webapp\",\"t\":[\"# in main folder $ dive build --target development -t \\\"ocelotsocialnetwork/webapp:local-development\\\" webapp/\"]},\"131\":{\"h\":\"LICENSE\",\"t\":[\"MIT License\",\"Copyright (c) 2018-2021 Ocelot.Social Community\",\"Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\\"Software\\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\",\"The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\",\"THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\"]},\"132\":{\"h\":\"Ocelot.Social\",\"t\":[\"Ocelot.social is free and open source software program code to run social networks. Its development is supported by a community of programmers and interested network operators.\",\"Our goal is to enable people to participate fairly and equally in online social networks. The equality of opportunity applies both to the fundamental equality of all people and to the possibility of letting their diverse voices be heard.\",\"We therefore consider it desirable that operators offer such networks so that people can choose where they want to be on the move.\",\"Our vision for the future is that at some point it should be possible to link these networks together (ActivityPub, Fediverse) so that users can also connect with people from other networks - for example, by friending them or following posts or other contributions.\",\"If you would like to help set up this capability with us, please contact us.\",\"In other words, we are interested in a network of networks and in keeping the data as close as possible to the user and the operator they trusts.\"]},\"133\":{\"h\":\"Screenshots\",\"t\":[\"Check out more screenshots here.\"]},\"134\":{\"h\":\"Features\",\"t\":[\"Ocelot.social networks features:\",\"news feed\",\"posts\",\"as articles and events\",\"comments\",\"filter\",\"search\",\"groups\",\"map\",\"user accounts\",\"user roles\",\"make your own branded network\",\"and more …\",\"Check out the full feature list.\"]},\"135\":{\"h\":\"User Guide and Frequently Asked Questions\",\"t\":[\"In the wiki you can find more information.\",\"User Guide\",\"Frequently Asked Questions\"]},\"136\":{\"h\":\"Demo\",\"t\":[\"Try out our live demo network, see here.\"]},\"137\":{\"h\":\"Help us\",\"t\":[\"If you're wondering how you could help, there are plenty of ways, e.g.:\",\"Spread the good word about ocelot.social to make it more popular: \",\"Add the link ocelot.social to your website.\",\"Give ocelot.social a Like at https://alternativeto.net/software/ocelot-social/.\",\"Star our project on GitHub at https://github.com/Ocelot-Social-Community/Ocelot-Social/.\",\"Promote it on your social networks.\",\"Tell your friends about it by word-of-mouth.\",\"Write a press article on ocelot.social or contact the editorial office of your local news page or radio station.\",\"Take a good first issue or issues that need help. Make sure to read CONTRIBUTING.md first though.\",\"Testing and reporting bugs.\",\"Translating: Please contact us.\",\"Reviewing and testing pull requests.\"]},\"138\":{\"h\":\"Donate\",\"t\":[\"Your donation is very welcome and helps to enhance and improve the network. This software is mostly developed and maintained by the association busFaktor() e.V. . Please support us with a donation to busFaktor() e.V. . Thanks a lot! ❤️\"]},\"139\":{\"h\":\"Contact\",\"t\":[\"Are you interested in operating your own ocelot.social network or becoming a user? Please contact us here:\",\"hello@ocelot.social\",\"our developer chat on Discord\"]},\"140\":{\"h\":\"For Developers and Contributors\"},\"141\":{\"h\":\"Introduction\",\"t\":[\"Have a look into our short video: ocelot.social - GitHub - Developer Welcome - Tutorial (english)\"]},\"142\":{\"h\":\"Directory Layout\",\"t\":[\"There are three important directories:\",\"Backend runs on the server and is a middleware between database and frontend\",\"Frontend is a server-side-rendered and client-side-rendered web frontend\",\"Cypress contains end-to-end tests and executable feature specifications\",\"In order to setup the application and start to develop features you have to setup webapp and backend.\",\"There are two approaches:\",\"Local installation, which means you have to take care of dependencies yourself.\",\"Or install everything through Docker which takes care of dependencies for you.\"]},\"143\":{\"h\":\"Installation\"},\"144\":{\"h\":\"Clone the Repository\",\"t\":[\"Clone the repository, this will create a new folder called Ocelot-Social:\",\"Using HTTPS:\",\"$ git clone https://github.com/Ocelot-Social-Community/Ocelot-Social.git\",\"Using SSH:\",\"$ git clone git@github.com:Ocelot-Social-Community/Ocelot-Social.git\",\"Change into the new folder.\",\"$ cd Ocelot-Social\"]},\"145\":{\"h\":\"Live Demo and Developer Logins\",\"t\":[\"Try out our deployed development environment.\",\"Visit our staging networks:\",\"central staging network: stage.ocelot.social\"]},\"146\":{\"h\":\"Login\",\"t\":[\"Logins for the live demos and developers (local developers after the following installations) in the browser:\",\"email\",\"password\",\"role\",\"user@example.org\",\"1234\",\"user\",\"moderator@example.org\",\"1234\",\"moderator\",\"admin@example.org\",\"1234\",\"admin\"]},\"147\":{\"h\":\"Docker Installation\",\"t\":[\"Docker is a software development container tool that combines software and its dependencies into one standardized unit that contains everything needed to run it. This helps us to avoid problems with dependencies and makes installation easier.\"]},\"148\":{\"h\":\"General Installation of Docker\",\"t\":[\"There are several ways to install Docker on your computer or server.\",\"Check the correct Docker installation by checking the version before proceeding. E.g. we have the following versions:\",\"# use Docker version 24.0.6 or newer # includes Docker Compose $ docker --version\"]},\"149\":{\"h\":\"Start Ocelot-Social via Docker Compose\",\"t\":[\"ATTENTION: For using Docker commands in Apple Silicon environments see here.\",\"Prepare ENVs once beforehand:\",\"# in folder webapp/ $ cp .env.template .env # in folder backend/ $ cp .env.template .env For Development: ```bash # in main folder $ docker compose up\",\"For Production:\",\"# in main folder $ docker compose -f docker-compose.yml up\",\"This will start all required Docker containers. Make sure your database is running on http://localhost:7474/browser/.\",\"Prepare database once before you start by running the following command in a second terminal:\",\"# in main folder while docker compose is up $ docker compose exec backend yarn run db:migrate init $ docker compose exec backend yarn run db:migrate up\",\"Then clear and seed database by running the following command as well in the second terminal:\",\"# in main folder while docker compose is up $ docker compose exec backend yarn run db:reset $ docker compose exec backend yarn run db:seed\",\"For a closer description see backend. For a full documentation of the Docker installation see summary.\"]},\"150\":{\"h\":\"Local Installation\",\"t\":[\"For a full documentation of the local installation see summary.\"]},\"151\":{\"h\":\"Contributing\",\"t\":[\"Choose an issue (consider our label good-first-issue) and leave a comment there. We will then invite you to join our volunteers team. To have the necessary permission to push directly to this repository, please accept our invitation to join our volunteers team, you will receive via the email, Github will send you, once invited. If we did not invite you yet, please request an invitation via Discord.\",\"We are happy if you fork our repository, but we don't recommend it for development. You do not need a fork.\",\"Clone this repository locally as described above, create your branch named <issue-number>-<description>, add your code and push your branch direct to this repository. Then create a PR by comparing it to our master.\",\"!!! Be aware: Please don't compare from a fork, because the tests are breaking caused by credential problems.\",\"Please run the following commands before you push:\",\"# in folder backend/ $ yarn lint --fix $ yarn test\",\"# in folder webapp/ $ yarn lint --fix $ yarn locales --fix $ yarn test\",\"Check out our contribution guideline, too!\"]},\"152\":{\"h\":\"Developer Chat\",\"t\":[\"Join our friendly open-source community on Discord 😻 Just introduce yourself at #introduce-yourself and mention a mentor or @@Mentors to get you onboard 🤓\",\"We give write permissions to every developer who asks for it. Just text us on Discord.\"]},\"153\":{\"h\":\"Deployment\",\"t\":[\"Deployment methods can be found in our deployment folder described in the README. Our branding template is our stage.ocelot.social repository. Place your branding repository inside deployment/configurations.\",\"The only deployment method in this repository for production purposes is Kubernetes for now. But we just started to develop a deployment for Docker Compose as well.\",\"The only deployment method with branding in this repository for development purposes as described above is Docker Compose:\",\"# in folder deployment/ # set your branding folder name in .env # then run $ docker compose up\",\"The code is branded automatically. To setup the Neo4j database see above.\"]},\"154\":{\"h\":\"Technology Stack\",\"t\":[\"VueJS\",\"NuxtJS\",\"GraphQL\",\"NodeJS\",\"Neo4J\"]},\"155\":{\"h\":\"For Testing\",\"t\":[\"Cypress\",\"Storybook\",\"Jest\",\"Vue Test Utils\",\"ESLint\"]},\"156\":{\"h\":\"Attributions\",\"t\":[\"Locale Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY.\",\"Browser compatibility testing with BrowserStack.\"]},\"157\":{\"h\":\"License\",\"t\":[\"See the LICENSE file for license rights and limitations (MIT).\"]},\"158\":{\"h\":\"Table of contents\",\"t\":[\"Introduction\",\"Neo4J\",\"Backend\",\"GraphQL\",\"neo4j-graphql-js\",\"Webapp (Frontend)\",\"Components\",\"HTML\",\"SCSS\",\"Vue\",\"Testing Guide\",\"End-to-end Tests\",\"Webapp (Frontend) Tests\",\"Backend Tests\",\"Deployment\",\"Contributing\",\"Feature Specification\",\"Code of Conduct\",\"Documentation\",\"License\"]},\"159\":{\"h\":\"Documentation\"},\"160\":{\"h\":\"Edit this Documentation\",\"t\":[\"Find the table of contents for this documentation on GitHub and navigate to the file you need to update.\",\"Click on the edit pencil on the right side directly above the text to edit this file in our repository.\",\"You can see a preview of your changes by clicking the Preview changes tab aside the Edit file tab.\",\"If you are ready, fill in the Propose file change at the end of the webpage.\",\"After that you have to compare your change branch to our master branch with a pull request. Here make a comment which issue you have fixed. (If you are working on one of our open issues please include the number.)\"]},\"161\":{\"h\":\"Markdown your documentation\",\"t\":[\"To design your documentation see the syntax description at GitBook:\",\"https://toolchain.gitbook.com/syntax/markdown.html\"]},\"162\":{\"h\":\"Some quick Examples\"},\"163\":{\"h\":\"Headlines\",\"t\":[\"# Main Headline ## Smaller Headlines ### Small Headlines\"]},\"164\":{\"h\":\"Tabs\",\"t\":[\"::: tabs @tab:active First tab's title <!-- this tab is setactive --> @tab Second tab's title :::\"]},\"165\":{\"h\":\"Commands\",\"t\":[\"```<LANGUAGE> (for text highlighting) XXX ```\"]},\"166\":{\"h\":\"Links\",\"t\":[\"[XXX](https://XXX)\",\"For the documentation to work in both frameworks - Github and Vuepress - please use absolute path for Github internal documentation links (e.g. /README.md over ../../README.mdetc.)\"]},\"167\":{\"h\":\"Screenshots or other Images\",\"t\":[\"\"]},\"168\":{\"h\":\"Hints for ToDos\",\"t\":[\"{% hint style=\\\"info\\\" %} TODO: XXX {% endhint %}\"]},\"169\":{\"h\":\"Host the Screenshots\"},\"170\":{\"h\":\"Host on Ocelot-Social (GitHub) Repository\",\"t\":[\"{% hint style=\\\"info\\\" %} TODO: How to host on Ocelot-Social (GitHub) repository ... {% endhint %}\"]},\"171\":{\"h\":\"Quick Solution\",\"t\":[\"To quickly host the screenshots go to:\",\"https://imgur.com.\",\"There click the green button New post.\",\"Drag the image into the appropriate area.\",\"Right click on it and choose kind of Open link in new tab.\",\"Copy the URL and paste it were you need it.\"]},\"172\":{\"h\":\"Screenshot Modification\"},\"173\":{\"h\":\"Add an Arrow or some other Marking Stuff\",\"t\":[\"::: tabs @tab:active macOS\"]},\"174\":{\"h\":\"In the Preview App\",\"t\":[\"Got to: Menu + Tools (GER: Werkzeuge) + Annotate (GER: Anmerkungen) + etc.\",\"@tab Windows\",\"{% hint style=\\\"info\\\" %} TODO: How to modify screenshots in Windows ... {% endhint %} {% endtab %}\",\"@tab Linux {% hint style=\\\"info\\\" %} TODO: How to modify screenshots in Linux ... {% endhint %} :::\"]},\"175\":{\"h\":\"Deploy this Documentation\",\"t\":[\"TODO\",\"# set configured Node version nvm use # install Vuepress npm install # run vuepress npm run docs:dev\"]},\"176\":{\"h\":\"Testing Guide\"},\"177\":{\"h\":\"End-to-End Testing\",\"t\":[\"To test all the pieces together, from the user perspective, we use integration tests. They also show if the the backend and the frontend are working as expected in conjunction and also if the browser likes our app.\",\"more...\"]},\"178\":{\"h\":\"Component Testing\",\"t\":[\"Individual Vue Components should also be documented and tested properly. This guarantees that they are reusable and the api gets more solid in the process.\",\"more...\"]},\"179\":{\"h\":\"Unit Testing\",\"t\":[\"Expecially the Backend relies on Unit Tests, as there are no Vue Components.\",\"more...\"]},\"180\":{\"h\":\"Backend\"},\"181\":{\"h\":\"Installation with Docker\",\"t\":[\"Run the following command to install everything through docker.\",\"The installation takes a bit longer on the first pass or on rebuild ...\",\"# in main folder $ docker compose up # or # rebuild the containers for a cleanup $ docker compose up --build\",\"Wait a little until your backend is up and running at http://localhost:4000/.\"]},\"182\":{\"h\":\"Installation without Docker\",\"t\":[\"For the local installation you need a recent version of Node (>= v16.19.0). We are using v24.2.0 and therefore we recommend to use the same version (see some known problems with more recent node versions). You can use the node version managernvm to switch between different local Node versions:\",\"# install Node $ cd backend $ nvm install v24.2.0 $ nvm use v24.2.0\",\"Install node dependencies with yarn:\",\"# in main folder $ cd backend $ yarn install # or just $ yarn # or just later on to use version of \\\".nvmrc\\\" file $ nvm use && yarn\",\"Copy Environment Variables:\",\"# in backend/ $ cp .env.template .env\",\"Configure the new file according to your needs and your local setup. Make sure a local Neo4J instance is up and running.\",\"Start the backend for development with:\",\"# in backend/ $ yarn run dev\",\"or start the backend in production environment with:\",\"# in backend/ $ yarn run start\",\"For e-mail delivery, please configure at least SMTP_HOST and SMTP_PORT in your .env configuration file.\",\"Your backend is up and running at http://localhost:4000/ This will start the GraphQL service (by default on localhost:4000) where you can issue GraphQL requests or access GraphQL Playground in the browser. More details about our GraphQL playground and how to use it with ocelot.social can be found here.\",\"GraphQL Playground\"]},\"183\":{\"h\":\"Database\",\"t\":[\"A fresh database needs to be initialized and migrated.\",\"# in folder backend while database is running yarn db:migrate init # for docker environments: docker exec ocelot-social-backend-1 yarn db:migrate init # for docker production: docker exec ocelot-social-backend-1 yarn prod:migrate init\",\"# in backend with database running (In docker or local) yarn db:migrate up # for docker development: docker exec ocelot-social-backend-1 yarn db:migrate up # for docker production docker exec ocelot-social-backend-1 yarn prod:migrate up\"]},\"184\":{\"h\":\"Optional Data\",\"t\":[\"You can seed some optional data into the database.\",\"To create the default admin admin@example.org with password 1234 use:\",\"# in backend with database running (In docker or local) yarn db:data:admin\",\"When using CATEGORIES_ACTIVE=true you also want to seed the categories with:\",\"# in backend with database running (In docker or local) yarn db:data:categories\"]},\"185\":{\"h\":\"Branding Data\",\"t\":[\"You might need to seed some branding specific data into the database.\",\"To do so, run:\",\"# in backend with database running (In docker or local) yarn db:data:branding # for docker docker exec ocelot-social-backend-1 yarn db:data:branding\"]},\"186\":{\"h\":\"Seed Data\",\"t\":[\"For a predefined set of test data you can seed the database with:\",\"# in backend with database running (In docker or local) yarn db:seed # for docker docker exec ocelot-social-backend-1 yarn db:seed\"]},\"187\":{\"h\":\"Reset Data\",\"t\":[\"In order to reset the database you can run:\",\"# in backend with database running (In docker or local) yarn db:reset # or deleting the migrations as well yarn db:reset:withmigrations # for docker docker exec ocelot-social-backend-1 yarn db:reset # or deleting the migrations as well docker exec ocelot-social-backend-1 yarn db:reset:withmigrations # you could also wipe out your neo4j database and delete all volumes with: docker compose down -v\",\"Note: This just deletes the data and not the constraints, hence you do not need to rerun yarn db:migrate init or yarn db:migrate up.\"]},\"188\":{\"h\":\"Data migrations\",\"t\":[\"Although Neo4J is schema-less,you might find yourself in a situation in which you have to migrate your data e.g. because your data modeling has changed.\",\"Generate a data migration file:\",\"# in backend $ yarn run db:migrate:create your_data_migration # Edit the file in ./src/db/migrations/ # for docker # in main folder while docker compose is running $ docker compose exec ocelot-social-backend-1 yarn run db:migrate:create your_data_migration # Edit the file in ./src/db/migrations/\",\"To run the migration:\",\"# in backend/ while database is running $ yarn run db:migrate up # for docker # in main folder while docker compose is running $ docker exec backend yarn run db:migrate up\"]},\"189\":{\"h\":\"Testing\",\"t\":[\"Beware: We have no multiple database setup at the moment. We clean the database after each test, running the tests will wipe out all your data!\",\"Run the unit tests:\",\"# in backend/ while database is running $ yarn run test # for docker # in main folder while docker compose is running $ docker exec ocelot-social-backend-1 yarn run test\",\"If the snapshots of the emails must be updated, you have to run the tests in docker! Otherwise the CI will fail.\",\"# in main folder while docker compose is running $ docker exec ocelot-social-backend-1 yarn run test -u src/emails/\"]},\"190\":{\"h\":\"GraphQL with Apollo\",\"t\":[\"GraphQL is a data query language which provides an alternative to REST and ad-hoc web service architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server.\",\"We have a closer description for the GraphQL Playground.\",\"GraphQL Playground\"]},\"191\":{\"h\":\"Middleware keeps resolvers clean\",\"t\":[\"Middleware schema\",\"A well-organized codebase is key for the ability to maintain and easily introduce changes into an app. Figuring out the right structure for your code remains a continuous challenge - especially as an application grows and more developers are joining a project.\",\"A common problem in GraphQL servers is that resolvers often get cluttered with business logic, making the entire resolver system harder to understand and maintain.\",\"GraphQL Middleware uses the middleware pattern (well-known from Express.js) to pull out repetitive code from resolvers and execute it before or after one of your resolvers is invoked. This improves code modularity and keeps your resolvers clean and simple.\"]},\"192\":{\"h\":\"neo4j-graphql.js\",\"t\":[\"We use an npm package called neo4j-graphql-js as a cypher query builder. This library also generates resolvers for graphql queries, unless we implement them ourselves.\"]},\"193\":{\"h\":\"Debugging\",\"t\":[\"As you can see in their documentation it is possible to log out the generated cypher statements. To do so, run the backend like this:\",\"DEBUG=neo4j-graphql-js yarn run dev\"]},\"194\":{\"h\":\"Unit Testing\",\"t\":[\"TODO: To be filled in\"]},\"195\":{\"h\":\"End-to-End Testing\"},\"196\":{\"h\":\"Setup with docker\",\"t\":[\"Are you running everything through docker? You're so lucky you don't have to setup anything!\",\"Just:\",\"$ docker-compose up\"]},\"197\":{\"h\":\"Setup without docker\",\"t\":[\"To start the services that are required for cypress testing manually. You basically need the whole setup to run:\",\"backend\",\"webapp\",\"neo4j\",\"Navigate to the corresponding folders and start the services.\"]},\"198\":{\"h\":\"Install cypress\",\"t\":[\"Even if the required services for testing run via docker, depending on your setup, the cypress tests themselves run on your host machine. So with our without docker, you would have to install cypress and its dependencies first:\",\"# in the root folder / $ yarn install\"]},\"199\":{\"h\":\"Open Interactive Test Console\",\"t\":[\"The interactive cypress test console allows to run tests and have visual feedback on that. The interactive cypress environment also helps at debugging the tests, you can even time travel between individual steps and see the exact state of the app.\",\"To use this feature run:\",\"$ yarn cypress:open\",\"Interactive Cypress Environment\"]},\"200\":{\"h\":\"Run cypress\",\"t\":[\"To run cypress without the user interface:\",\"$ yarn cypress:run\",\"This is used to run cypress in CI or in console\",\"Console output after running cypress test\"]},\"201\":{\"h\":\"Write some Tests\",\"t\":[\"Check out the Cypress documentation for further information on how to write tests: Write-a-simple-test\"]},\"202\":{\"h\":\"Network Specification\",\"t\":[\"ocelot.social is free and open-source social network code that connects information to action and promotes positive local and global change in all areas of life.\",\"Social: Interact with other people not just by commenting their posts, but by providing Pro & Contra arguments, give a Versus or ask them by integrated Chat or Let's Talk\",\"Knowledge: Read articles about interesting topics and find related posts in the More Info tab or by Filtering based on Categories and Tagging or by using the Fulltext Search.\",\"Action: Don't just read about how to make the world a better place, but come into Action by following provided suggestions on the Action tab provided by other people or Organisations.\"]},\"203\":{\"h\":\"Features\",\"t\":[\"The following features will be implemented. This gets done in three steps:\",\"First we will implement a basic feature set and provide a test system to test the basic network functionality.\",\"In a second step we will make our prototype publicly available with an advanced feature set including the technology and organizational structure to drive a bigger public social network.\",\"In a third step all the remaining features will be implemented to build the full product.\",\"The implemented features can be found here\"]},\"204\":{\"h\":\"User Account\",\"t\":[\"Sign-up\",\"Agree to Data Privacy Statement\",\"Agree to Terms of Service\",\"Login\",\"Logoff\",\"Change User Name\",\"Change Email Address\",\"Change Password\",\"Delete Account\",\"Download User's Content\",\"GDPR-Information about stored Content\",\"Choosing Interface Language (e.g. German / English / French)\",\"Persistent Links\"]},\"205\":{\"h\":\"User Profile\",\"t\":[\"Upload and Change Avatar\",\"Upload and Change Profile Picture\",\"Edit Social Media Accounts\",\"Edit Locale information\",\"Show and delete Bookmarks (later)\",\"Show Posts of a specific User\",\"Show Comments of a specific User\"]},\"206\":{\"h\":\"Dashboard\",\"t\":[\"Show Link to own Profile\",\"Show Friends Widget\",\"Show Favorites Widget\",\"Show Get Friends Widget\",\"Show popular Hashtags Widget\",\"Show Mini-Statistics Widget (all time)\",\"Show Chatrooms Widget\",\"Show List of Let's Talk requests with online status of requesting people\"]},\"207\":{\"h\":\"Posts\",\"t\":[\"Creating Posts\",\"Persistent Links\",\"Upload Teaser Picture for Post\",\"Upload additional Pictures\",\"Editing Title and Content\",\"Allow embedded Conten (Videos, Sound, ...)\",\"Choosing a Category\",\"Adding Tags\",\"Choosing Language (e.g. German / English / French)\",\"Choosing Visibility (Public / Friends / Private)\",\"Shout Button for Posts\",\"Bookmark Posts (later)\",\"Optionally provide Let's Talk Feature\",\"Optionally provide Commenting Feature\"]},\"208\":{\"h\":\"Comments\",\"t\":[\"Creating Comments\",\"Deleting Comments\",\"Editing Comments\",\"Upvote comments of others\"]},\"209\":{\"h\":\"Notifications\",\"t\":[\"User @-mentionings\",\"Notify authors for comments\",\"Administrative notifications to all users\"]},\"210\":{\"h\":\"Contribution List\",\"t\":[\"Show Posts by Tiles\",\"Show Posts as List\",\"Filter by Category (Health and Wellbeing, Global Peace & Non-Violence, ...)\",\"Filter by Mood (Funny, Happy, Surprised, Cry, Angry, ...)\",\"Filter by Source (Connections, Following, Individuals, Non-Profits, ...)\",\"Filter by Posts & Tools (Post, Events, CanDos, ...)\",\"Filter by Format Type (Text, Pictures, Video, ...)\",\"Extended Filter (Continent, Country, Language, ...)\",\"Sort Posts by Date\",\"Sort Posts by Shouts\",\"Sort Posts by most Comments\",\"Sort Posts by Emoji-Count (all Types)\"]},\"211\":{\"h\":\"Blacklist\",\"t\":[\"Blacklist Users\",\"Blacklist specific Terms\",\"Blacklist Tags\",\"Switch on/off Adult Content\"]},\"212\":{\"h\":\"Search\",\"t\":[\"Search for Categories\",\"Search for Tags\",\"Fulltext Search\"]},\"213\":{\"h\":\"CanDos\",\"t\":[\"Creating CanDos\",\"Editing Title and Content\",\"Choosing a Category\",\"Adding Tags\",\"Choosing Language (e.g. German / English / French)\",\"Choosing Visibility (Public / Friends / Private)\",\"Choosing Difficulty\",\"Editing Why - why should you do this\",\"Editing Usefulness - what is it good for\"]},\"214\":{\"h\":\"Versus (interaction on existing Post)\",\"t\":[\"Create / edit / delete Versus\"]},\"215\":{\"h\":\"Jobs\",\"t\":[\"Create, edit and delete Jobs by an User\",\"Handle Jobs as Part of Projects\",\"Handle Jobs done by Organizations\"]},\"216\":{\"h\":\"Projects\",\"t\":[\"Create, edit and delete Projects\",\"Edit Title and Description for the Project\",\"Set Project Type\",\"Set and Edit Timeline for the Project\",\"Add Media to the Project\",\"Chat about the Project\"]},\"217\":{\"h\":\"Pro & Contra\",\"t\":[\"Create Pro and Con (2-row)\",\"Add Arguments on Pro or Con Side\",\"Rate up Arguments\",\"Add Tags\",\"Attach Media\"]},\"218\":{\"h\":\"Votes\",\"t\":[\"Create Votes (Surveys with two or more Choices)\",\"Add Title and Description\",\"Let Users vote\",\"Add Tags\"]},\"219\":{\"h\":\"Bestlist\",\"t\":[\"Create Bestlist\",\"Create Votes (Surveys)\",\"Add Title and Description\",\"Add Tags\",\"Let Users vote for Best Item\",\"Set Settings (allow Uploads, allow Links, ...)\"]},\"220\":{\"h\":\"Events\",\"t\":[\"Create Events\",\"Add Title and Description\",\"Choose Date and Location\",\"Add Tags\"]},\"221\":{\"h\":\"More Info\",\"t\":[\"Shows automatically related information for existing post.\",\"Show related Posts\",\"Show Pros and Cons\",\"Show Bestlist\",\"Show Votes\",\"Link to corresponding Chatroom\"]},\"222\":{\"h\":\"Take Action\",\"t\":[\"Shows automatically related actions for existing post.\",\"Show related Organisations\",\"Show related CanDos\",\"Show related Projects\",\"Show related Jobs\",\"Show related Events\",\"Show Map\"]},\"223\":{\"h\":\"Badges System\",\"t\":[\"Importing Badge Information (CSV)\",\"Showing Badges\",\"Badge Administration by Admins\",\"Choosing Badges to display by User\"]},\"224\":{\"h\":\"Chat\",\"t\":[\"Basic 1:1 Chat functionality\"]},\"225\":{\"h\":\"Let's Talk\",\"t\":[\"Request Let's talk with Author of Post\",\"Requestor can request private or public Let's Talk\",\"Requestor can choose the Chat format (Video, Audio, Text)\",\"Interact with interested People 1:1\",\"Approve request from Requestor\"]},\"226\":{\"h\":\"Organizations\",\"t\":[\"Propose Organizations by users\",\"Set Name and Details\",\"Set Homepage\",\"Set Region\",\"Set Topic\",\"Commit organizations by HC-Org-Team\",\"Panel for Organisation Handling by themselfes\",\"Choose/Mark Users as authorized to manage an Organization\"]},\"227\":{\"h\":\"Moderation\",\"t\":[\"Report Button for users for doubtful Content\",\"Moderator Panel\",\"List of reported Content (later replaced by User-Moderation)\",\"Mark verified Users as Moderators\",\"Show Posts to be moderated highlighted to User-Moderators\",\"Statistics about kinds of reported Content by Time\",\"Statistics about Decisions in Moderation\"]},\"228\":{\"h\":\"Administration\",\"t\":[\"Provide Admin-Interface to send Users Invite Code\",\"Static Pages for Data Privacy Statement ...\",\"Create, edit and delete Announcements\",\"Pin a post to inform users\"]},\"229\":{\"h\":\"Invitation\",\"t\":[\"Allow Users to invite others by Email\",\"Allow Users to register with Invite Code\",\"Double-opt-in by Email\"]},\"230\":{\"h\":\"Internationalization\",\"t\":[\"Frontend UI\",\"Backend Error Messages\"]},\"231\":{\"h\":\"Federation\",\"t\":[\"Provide Server-Server ActivityPub-API\",\"Provide User-Server Activitypub-API\",\"Receiving public addressed Article and Note Objects\",\"Receiving Like and Follow Activities\",\"Receiving Undo and Delete Activities for Articles and Notes\",\"Serving Webfinger records and Actor Objects\",\"Serving Followers, Following and Outbox collections\"]},\"232\":{\"h\":\"Todo For Next Update\",\"t\":[\"When you introduce a new version and branding and deploy it on your network, you need to consider the following changes and actions:\"]},\"233\":{\"h\":\"Version >= 3.2.0 with 'ocelotDockerVersionTag' 3.2.0-XXX\"},\"234\":{\"h\":\"Backend and Kubernetes Config\",\"t\":[\"We have the new option to configure the default name of the Neo4j database to be used for operations and commands in environment variables (.env, docker-compose.yml or values.yaml). For more details see deployment-values.md:\",\"DBMS_DEFAULT_DATABASE: \\\"graph.db\\\"\",\"The default value is neo4j if it is not set.\"]},\"235\":{\"h\":\"Webapp Config\",\"t\":[\"You can set RELATIVE_DATETIME and ABSOLUT_DATETIME_FORMAT in branding/constants/dateTime.js originally in main code file webapp/constants/dateTime.js to your preferred values.\"]},\"236\":{\"h\":\"Version >= 3.1.0 with 'ocelotDockerVersionTag' 3.1.0-555\",\"t\":[\"We have the new option to configure DKIM for sent e-mails in environment variables (.env, docker-compose.yml or values.yaml), see deployment-values.md: \",\"SMTP_DKIM_DOMAINNAME=\",\"SMTP_DKIM_KEYSELECTOR=\",\"SMTP_DKIM_PRIVATKEY=\"]},\"237\":{\"h\":\"Version >= 2.7.0 with 'ocelotDockerVersionTag' 2.7.0-470\",\"t\":[\"You have to rename all .js files to .ts in branding/constants\"]},\"238\":{\"h\":\"Version >= 2.4.0 with 'ocelotDockerVersionTag' 2.4.0-298\",\"t\":[\"You have to set SHOW_CONTENT_FILTER_HEADER_MENU and SHOW_CONTENT_FILTER_MASONRY_GRID in branding/constants/filter.js originally in main code file webapp/constants/filter.js to your preferred values.\"]},\"239\":{\"h\":\"Main Code PR – feat(webapp): map #5843\",\"t\":[\"Create your own Mapbox account at https://mapbox.com/ for your organization to get your own Mapbox token.\",\"You have to add the MAPBOX_TOKEN from the deployment/kubernetes/values.template.yaml to your deployment/kubernetes/values.yaml and set it to your own Mapbox token.\"]},\"240\":{\"h\":\"Version >= 2.2.0 with 'ocelotDockerVersionTag' 2.2.0-267\"},\"241\":{\"h\":\"Main Code PR – feat: 🍰 Footer And Header Links Configurable To Have External Link Target #5590\",\"t\":[\"You have to add property target to all array elements with value url to your preferred value in branding/constants/headerMenu.js originally in main code file webapp/constants/headerMenu.js.\",\"You have to move value of all externalLink to new property externalLink.url and set new property externalLink.target to your preferred value in branding/constants/links.js originally in main code file webapp/constants/links.js.\"]},\"242\":{\"h\":\"Main Code PR – feat: 🍰 Make Donation Progress Bar Color Configurable #5593\",\"t\":[\"You have to set PROGRESS_BAR_COLOR_TYPE in branding/constants/donation.js originally in main code file webapp/constants/donation.js to your preferred value.\"]},\"243\":{\"h\":\"Main Code PR – feat: 🍰 Header Logo Routing Update #5579\",\"t\":[\"You have to move value of LOGO_HEADER_CLICK.externalLink to new property LOGO_HEADER_CLICK.externalLink.url and set new property LOGO_HEADER_CLICK.externalLink.target to your preferred value in branding/constants/logos.js originally in main code file webapp/constants/logos.js.\"]},\"244\":{\"h\":\"Version >= 2.0.0 with 'ocelotDockerVersionTag' 2.0.0-250\"},\"245\":{\"h\":\"Main Code PR – feat: 🍰 Implement LOGO_HEADER_CLICK As Configuration #5525\",\"t\":[\"You have to set LOGO_HEADER_CLICK in branding/constants/logos.js originally in main code file webapp/constants/logos.js to your preferred value.\"]},\"246\":{\"h\":\"Main Code Issue – 🌟 [EPIC] Release v2.0.0 – Beta Test → Final #5547\",\"t\":[\"You have to set SHOW_GROUP_BUTTON_IN_HEADER in branding/constants/groups.js originally in main code file webapp/constants/groups.js to your preferred value.\"]},\"247\":{\"h\":\"Version >= 1.1.0 with 'ocelotDockerVersionTag' 1.1.0-205\"},\"248\":{\"h\":\"Deployment/Rebranding PR – chore: 🍰 Release v1.1.0 - Implement Categories Again #63\",\"t\":[\"You have to add the CATEGORIES_ACTIVE from the deployment/kubernetes/values.template.yaml to your deployment/kubernetes/values.yaml and set it to your preferred value.\",\"Make sure the correct categories are in your Neo4j database on the server.\"]},\"249\":{\"h\":\"Version >= 1.0.9 with 'ocelotDockerVersionTag' 1.0.9-199\"},\"250\":{\"h\":\"Deployment/Rebranding PR – chore: 🍰 Implement PRODUCTION_DB_CLEAN_ALLOW for Staging Production Environments #56\",\"t\":[\"Copy PRODUCTION_DB_CLEAN_ALLOW from deployment/kubernetes/values.template.yaml to values.yaml and set it to false for production environments and only for several stage test servers to true.\"]},\"251\":{\"h\":\"Deployment/Rebranding PR – chore: [WIP] 🍰 Refine docs, first step #46\",\"t\":[\"Upgrade the cert-manager, but install CRDs of the version 1.0.0-alpha to actually be able to upgrade ocelot. Then uninstall the legacy CRDs and install the correct ones.\",\"# upgrade cert-manager to 1.9.1 > helm upgrade --set installCRDs=true --version 1.9.1 --namespace cert-manager cert-manager jetstack/cert-manager # apply legacy CRDs > kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.0.0-alpha.1/cert-manager.crds.yaml # upgrade ocelot > helm upgrade ocelot ./ # delete legacy CRDs > kubectl delete -f https://github.com/cert-manager/cert-manager/releases/download/v1.0.0-alpha.1/cert-manager.crds.yaml # apply CRDs for cert-manager 1.9.1 > kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.9.1/cert-manager.crds.yaml\",\"Background: We had to upgrade cert-manager due to an external dependency - therefore we had to update cert-manager apiVersion cert-manager.io/v1alpha2 to cert-manager.io/v1.\",\"The error occurring when not doing this is the following:\",\"Error: UPGRADE FAILED: unable to build kubernetes objects from current release manifest: [resource mapping not found for name: \\\"letsencrypt-production\\\" namespace: \\\"\\\" from \\\"\\\": no matches for kind \\\"ClusterIssuer\\\" in version \\\"cert-manager.io/v1alpha2\\\" ensure CRDs are installed first, resource mapping not found for name: \\\"letsencrypt-staging\\\" namespace: \\\"\\\" from \\\"\\\": no matches for kind \\\"ClusterIssuer\\\" in version \\\"cert-manager.io/v1alpha2\\\" ensure CRDs are installed first]\"]},\"252\":{\"h\":\"Version >= 1.0.8 with 'ocelotDockerVersionTag' 1.0.8-182\"},\"253\":{\"h\":\"PR – feat: 🍰 Configure Cookie Expire Time #43\",\"t\":[\"You have to add the COOKIE_EXPIRE_TIME from the deployment/kubernetes/values.template.yaml to your deployment/kubernetes/values.yaml and set it to your preferred value.\",\"Correct locale cookie exploration time in data privacy.\"]},\"254\":{\"h\":\"Version 1.0.7 with 'ocelotDockerVersionTag' 1.0.7-171\",\"t\":[\"No information.\"]},\"255\":{\"h\":\"Deployment Values\",\"t\":[\"For each deployment, you need to set the environment variables and configurations. Here is some specific information on how to set the values.\"]},\"256\":{\"h\":\"Webapp\",\"t\":[\"We have several configuration possibilities just in the frontend.\"]},\"257\":{\"h\":\"Date Time\",\"t\":[\"In file branding/constants/dateTime.js.\",\"RELATIVE_DATETIME\",\"true (default) or false\",\"ABSOLUT_DATETIME_FORMAT\",\"definition see date-fns, format: \",\"P: just localized date\",\"Pp: just localized date and time\"]},\"258\":{\"h\":\"E-Mails\",\"t\":[\"You need to set environment variables to send registration and invitation information or notifications to users, for example.\"]},\"259\":{\"h\":\"SPF and DKIM\",\"t\":[\"More and more e-mail providers require settings for authorization and verification of e-mail senders.\"]},\"260\":{\"h\":\"SPF\",\"t\":[\"Sometimes it is enough to create an SPF record in your DNS.\"]},\"261\":{\"h\":\"DKIM\",\"t\":[\"However, if you need DKIM authorization and verification, you must set the appropriate environment variables in: .env, docker-compose.yml or Helm script values.yaml:\",\"SMTP_DKIM_DOMAINNAME=<your e-mail sender domain> SMTP_DKIM_KEYSELECTOR=ocelot # \\\"free\\\" name used in DNS as selector. we recommend this SMTP_DKIM_PRIVATKEY=\\\"-----BEGIN RSA PRIVATE KEY-----\\\\\\\\n<your base64 encoded private key data>\\\\\\\\n-----END RSA PRIVATE KEY-----\\\\\\\\n\\\"\",\"You can find out how DKIM works here:\",\"https://www.ionos.com/digitalguide/e-mail/e-mail-security/dkim-domainkeys/\",\"To create the private and public DKIM key as DNS records with selector, see here:\",\"https://knowledge.ondmarc.redsift.com/en/articles/2141592-generating-2048-bits-dkim-public-and-private-keys-using-openssl-on-a-mac\",\"Information about the required PEM format can be found here:\",\"https://docs.progress.com/bundle/datadirect-hybrid-data-pipeline-installation-46/page/PEM-file-format.html\"]},\"262\":{\"h\":\"Neo4j Database\",\"t\":[\"We have several configuration options for our Neo4j database.\"]},\"263\":{\"h\":\"DBMS_DEFAULT_DATABASE – Default Database Name to be Used\",\"t\":[\"If you need to set the default database name in Neo4j to be used for all operations and terminal commands like our backup scripts, you must set the appropriate environment variable in: .env, docker-compose.yml or Helm script values.yaml:\",\"DBMS_DEFAULT_DATABASE: \\\"graph.db\\\"\",\"The default value is neo4j if it is not set.\",\"As example see files:\",\"neo4j/.env.template\",\"deployment/docker-compose.yml\",\"deployment/configurations/stage.ocelot.social/kubernetes/values.yaml.template\"]},\"264\":{\"h\":\"boilerplate-frontend\",\"t\":[\"The IT4C Boilerplate for frontends\"]},\"265\":{\"h\":\"Requirements & Technology\",\"t\":[\"To be able to build this project you need nodejs, npm and optional docker and jq.\",\"The project uses vite as builder, vike to do the SSR. The design framework is vuetify which requires the frontend framework vue3. For localization vue-i18n is used; Session storage is handled with pinia.\",\"Testing is done with vitest and code style is enforced with eslint, remark-cli and stylelint.\",\"This projects utilizes storybook to develop, document & test frontend components and vuepress for static documentation generation.\"]},\"266\":{\"h\":\"Commands\",\"t\":[\"The following commands are available:\",\"Command\",\"Description\",\"npm install\",\"Project setup\",\"npm run build\",\"Compiles and minifies for production\",\"npm run server:prod\",\"Runs productions server\",\"Develop\",\"npm run dev\",\"Compiles and hot-reloads for development\",\"npm run server:dev\",\"Run development server\",\"npm run server:prod:ts\",\"Run production server without build (ts-node)\",\"npm run server:build\",\"Build Server into an executable cjs file\",\"Test\",\"npm run test:lint\",\"Run all linters\",\"npm run test:lint:eslint\",\"Run linter eslint\",\"npm run test:lint:locales\",\"Run linter locales\",\"npm run test:lint:remark\",\"Run linter remark\",\"npm run test:lint:style\",\"Run linter stylelint\",\"npm run test:unit\",\"Run all unit tests and generate coverage report\",\"npm run test:unit:update\",\"Run unit tests, coverage and update snapshots\",\"npm run test:unit:dev\",\"Run all unit tests in watch mode\",\"npm test\",\"Run all tests & linters\",\"Storybook\",\"npm run storybook\",\"Run Storybook\",\"npm run storybook:build\",\"Build static storybook\",\"npm run storybook:test\",\"Run tests against all storybook stories\",\"Documentation\",\"npm run docs:dev\",\"Run Documentation in development mode\",\"npm run docs:build\",\"Build static documentation\",\"Maintenance\",\"npm run update\",\"Check for updates\"]},\"267\":{\"h\":\"Docker\",\"t\":[\"Docker can be run in development mode utilizing docker-compose.overwrite.yml:\",\"docker compose up\",\"Docker can be run in production mode:\",\"docker compose -f docker-compose.yml up\"]},\"268\":{\"h\":\"Update\",\"t\":[\"You can get a list of packes to update by running npm run update.\",\"Appending -u will also update the packages in the package.json. You have to run npm install again after.\",\"npm run update -- -u npm install\"]},\"269\":{\"h\":\"Endpoints\",\"t\":[\"The following endpoints are provided given the right command is executed or all three if docker compose is used:\",\"Endpoint\",\"Description\",\"http://localhost:3000\",\"Web\",\"http://localhost:6006\",\"Storybook\",\"http://localhost:8080\",\"Documentation\"]},\"270\":{\"h\":\"How to use as part of a project\",\"t\":[\"If you want to use this as part of a larger project, e.g. in conjunction with a backend also utilizing a boilerplate you cannot use the template mechanic provided by github for this repository.\",\"You can use the following commands to include the whole git history of the boilerplate and be able to update according to changes to this repo using another remote.\",\"git remote add xxx_boilerplate_frontend git@github.com:IT4Change/boilerplate-frontend.git git fetch xxx_boilerplate_frontend git merge -s ours --no-commit --allow-unrelated-histories xxx_boilerplate_frontend/master git read-tree --prefix=xxx/ -u xxx_boilerplate_frontend/master git commit -m \\\"Imported boilerplate_frontend as a subtree under xxx/.\\\"\",\"To update the subtree you can use\",\"git subtree pull -P xxx/ xxx_boilerplate_frontend master git commit -m \\\"Updated boilerplate_frontend in subtree under xxx/.\\\"\",\"Where xxx refers to the folder and product part you want to use the boilerplate in. This assumes that you might need several copies of the frontend boilerplate for you product.\",\"This mechanic was taken from this source\"]},\"271\":{\"h\":\"Known Problems\",\"t\":[\"[ ] Image flicker\",\"[ ] Black Buttons\"]},\"272\":{\"h\":\"License\",\"t\":[\"Apache 2.0\"]},\"273\":{\"h\":\"Neo4j 4.4\",\"t\":[\"Human Connection is a social network. Using a graph based database which can model nodes and edges natively - a network - feels like an obvious choice. We decided to use Neo4j, the currently most used graph database available. The community edition of Neo4J is Free and Open Source and we try our best to keep our application compatible with the community edition only.\"]},\"274\":{\"h\":\"Installation With Docker\",\"t\":[\"Run:\",\"docker-compose up\",\"You can access Neo4J through http://localhost:7474/ for an interactive Cypher shell and a visualization of the graph.\"]},\"275\":{\"h\":\"Installation Without Docker\",\"t\":[\"Install the community edition of Neo4j along with the plugin Apoc on your system.\",\"To do so, go to releases, choose \\\"Community Server\\\", download the installation files for you operation system and unpack the files.\",\"Download Neo4j Apoc and drop the .jar file into the plugins folder of the just extracted Neo4j-Server.\",\"Then make sure to allow Apoc procedures by adding the following line to your Neo4j configuration (conf/neo4j.conf):\",\"dbms.security.procedures.unrestricted=apoc.*\"]},\"276\":{\"h\":\"Alternatives\",\"t\":[\"You can download Neo4j Desktop and run locally for development, spin up a hosted Neo4j Sandbox instance, run Neo4j in one of the many cloud options, spin up Neo4j in a Docker container, on Arch linux you can install neo4j-community from AUR or on Debian-based systems install Neo4j from the Debian Repository. Just be sure to update the Neo4j connection string and credentials accordingly in backend/.env.\",\"Start Neo4J and confirm the database is running at http://localhost:7474.\"]},\"277\":{\"h\":\"Operations on Neo4j 4.4\"},\"278\":{\"h\":\"Docker or Docker Compose\",\"t\":[\"we need to set command: [\\\"tail\\\", \\\"-f\\\", \\\"/dev/null\\\"] in the Neo4j block of docker-compose.yml on top level so the Neo4j database is in maintenance mode\"]},\"279\":{\"h\":\"Create Neo4j Dump\",\"t\":[\"To create a dump in Neo4j running in a Docker container:\",\"set the database to maintenance mode, see above\",\"entering the following commands:\",\"# connect to the Docker containers Neo4j terminal $ docker exec -it neo4j bash # generate Dump neo4j% neo4j-admin dump --to=/var/lib/neo4j/$(date +%F)-neo4j-dump # exit bash neo4j% exit # copy the dump out of the running Docker container $ docker cp <docker-image-name('neo4j')>:/var/lib/neo4j/neo4j-dump <local-folder-path>/$(date +%F)-neo4j-dump\",\"If you need a specific database name, add the option --database=<name> to the command neo4j-admin dump.\",\"In our deployments there are cases where the database is called neo4j (used by default) and in other cases graph.db (accidentally happened when we loaded the database into a new cluster).\"]},\"280\":{\"h\":\"Import Neo4j Dump\",\"t\":[\"To import a dump into Neo4j running in a Docker container:\",\"set the database to maintenance mode, see above\",\"entering the following commands:\",\"# copy the dump into the running Docker container $ docker cp <local-folder-path>/neo4j-dump <docker-image-name('neo4j')>:/var/lib/neo4j/$(date +%F)-neo4j-dump # connect to the Docker containers Neo4j terminal $ docker exec -it neo4j bash # to load the dump into the database we need the following command in this terminal neo4j% neo4j-admin load --from /var/lib/neo4j/$(date +%F)-neo4j-dump --force # leave the terminal by entering neo4j% exit\",\"If you need a specific database name, add the option --database=<name> to the command neo4j-admin load. To find out the default database name, see below.\"]},\"281\":{\"h\":\"Commands\",\"t\":[\"Here we describe some rarely used Cypher commands for Neo4j that are needed from time to time:\"]},\"282\":{\"h\":\"Index And Constraint Commands\",\"t\":[\"If indexes or constraints are missing or not set correctly, the browser search will not work or the database seed for development will not work.\",\"The indexes and constraints of our database are set in backend/src/db/migrate/store.js. This is where the magic happens.\",\"It's called by our prod:migrate init command. This command initializes the Admin user and creates all necessary indexes and constraints in the Neo4j database.\",\"Calls in development\",\"Locally without Docker:\",\"# in backend folder $ yarn prod:migrate init\",\"Locally with Docker:\",\"# in main folder $ docker compose exec backend yarn prod:migrate init\",\"Calls in production\",\"Locally with Docker:\",\"# in main folder $ docker compose exec backend /bin/sh -c \\\"yarn prod:migrate init\\\"\",\"On a server with Kubernetes cluster:\",\"# tested for one backend replica # !!! be aware of the kubectl context !!! $ kubectl -n default exec -it $(kubectl -n default get pods | grep ocelot-backend | awk '{ print $1 }') -- /bin/sh -c \\\"yarn prod:migrate init\\\"\",\"Enter and Exit Cypher Shell\",\"# enter the bash of Neo4j database $ kubectl -n default exec -it $(kubectl -n default get pods | grep ocelot-neo4j | awk '{ print $1 }') -- bash # enter Cypher-Shell to send Cypher commands neo4j# cypher-shell # send Cypher commands cypher-shell# < Cypher commands > # exit Cypher-Shell cypher-shell# :exit # exit bash neo4j# exit\",\"Cypher commands to show indexes and constraints\",\"# in browser command line or Cypher shell # show all indexes and constraints $ :schema # show all indexes $ CALL db.indexes(); # show all constraints $ CALL db.constraints();\",\"Cypher commands to create and drop indexes and constraints\",\"# in browser command line or Cypher shell # create indexes $ CALL db.index.fulltext.createNodeIndex(\\\"post_fulltext_search\\\",[\\\"Post\\\"],[\\\"title\\\", \\\"content\\\"]); $ CALL db.index.fulltext.createNodeIndex(\\\"user_fulltext_search\\\",[\\\"User\\\"],[\\\"name\\\", \\\"slug\\\"]); $ CALL db.index.fulltext.createNodeIndex(\\\"tag_fulltext_search\\\",[\\\"Tag\\\"],[\\\"id\\\"]); # drop an index $ DROP CONSTRAINT ON ( image:Image ) ASSERT image.url IS UNIQUE # drop all indexes and constraints $ CALL apoc.schema.assert({},{},true) YIELD label, key RETURN * ;\"]},\"283\":{\"h\":\"Database Management Commands\",\"t\":[\"Cypher commands to manage databases\",\"# in browser command line or Cypher shell # show the default database $ SHOW DEFAULT DATABASE # show all databases $ SHOW DATABASES\",\"To set the default database by configuration, use NEO4J_dbms_default__database as an environment variable when starting Neo4j 4.4, see Docker specific configuration settings.\",\"If a database with this name does not exist, an empty database with this name is created and all other databases remain. You can switch back to an existing database without damaging it.\",\"It seems to be impossible to change the name of an existing database on the fly. To change the name of an existing database, we need to load a dump or restore a backup under a new name in Neo4j.\",\"For more information on deployment, see Default Database Name.\"]},\"284\":{\"h\":\"Webapp\",\"t\":[\"UI Screenshot\"]},\"285\":{\"h\":\"Installation\",\"t\":[\"For preparation we need Node and recommend to use node version managernvm to switch between different local Node versions:\",\"# install Node $ cd webapp $ nvm install v20.12.1 $ nvm use v20.12.1\",\"Install node dependencies with yarn:\",\"# install all dependencies $ cd webapp $ yarn install # or just $ yarn # or just later on to use version of \\\".nvmrc\\\" file $ nvm use && yarn\",\"Copy:\",\"# in webapp cp .env.template .env\",\"Configure the files according to your needs and your local setup.\"]},\"286\":{\"h\":\"Build for Development\",\"t\":[\"# serve with hot reload at localhost:3000 $ yarn dev\"]},\"287\":{\"h\":\"Build for Production\",\"t\":[\"# build for production and launch server $ yarn build $ yarn start\"]},\"288\":{\"h\":\"Run tests\",\"t\":[\"We ensure the quality of our frontend code by using\",\"ESLint for checking our JavaScript code\",\"Jest and Vue Test Utils to unit test our components\",\"Storybook to document and manually test our components in an isolated playground\",\"For more information see our frontend testing guide. Use these commands to run the tests:\",\"::: tabs @tab:active With Docker\",\"After starting the application following the above guidelines, open new terminal windows for each of these commands:\",\"# run eslint $ docker-compose exec webapp yarn lint\",\"# run unit tests $ docker-compose exec webapp yarn test\",\"# start storybook $ docker-compose exec webapp yarn storybook\",\"You can then visit the Storybook playground on http://localhost:3002\",\"@tab title Without Docker\",\"After starting the application following the above guidelines, open new terminal windows and navigate to the /webapp directory for each of these commands:\",\"# run eslint in /webapp (use option --fix to normalize the files) $ yarn lint\",\"# run unit tests in /webapp $ yarn test\",\"# run locales in /webapp (use option --fix to sort the locales) $ yarn locales\",\"# start storybook in /webapp $ yarn storybook\",\"You can then visit the Storybook playground on http://localhost:3002\",\":::\"]},\"289\":{\"h\":\"Maintenance Mode\",\"t\":[\"For installing and running the maintenance mode see Maintenance Mode.\"]},\"290\":{\"h\":\"Styleguide Migration\",\"t\":[\"We are currently in the process of migrating our styleguide components and design tokens from the Nitro Styleguide into the main ocelot.social repository and refactoring our components in the process. During this migration, our new components will live in a _new/ folder to separate them from the old, yet untouched components.\"]},\"291\":{\"h\":\"Folder Structure\",\"t\":[\"The folder structure we are following is prescribed by Nuxt.js:\",\"assets contains icons, images and logos in svg format and all shared SCSS files such as tokens\",\"components separated into two sub-folders: \",\"generic are the generic building blocks of the app – small, reusable and usually not coupled to state\",\"features are composed of components but tied to a particular function of the app (e.g. comment or post)\",\"layouts can use components to create layout templates for pages\",\"pages are the entry points for all routes in the app and are composed of layouts, features and components\"]},\"292\":{\"h\":\"Components – Code Guidelines\"},\"293\":{\"h\":\"\",\"t\":[\"Each component does exactly one job. The goal is to end up with many small components that are:\",\"easy to understand\",\"easy to maintain\",\"easy to reuse\",\"How do you decide what is a separate component? Try to describe what it does in one sentence! When you find yourself using and and or the code you are talking about should probably be split up into two or more components.\",\"On the other hand, when something is easily expressed in a few lines of HTML and SCSS and not likely to be reused this is a good indicator that it should not go into a separate component.\"]},\"294\":{\"h\":\"We compose with components\",\"t\":[\"Usually pages use layouts as templates and will be composed of features. features are composed of components, the smallest building blocks of the app. The further down we go in this hierarchy the simpler and more generic the components become. Here is an example:\",\"The index page is responsible for displaying a list of posts. It uses the default layout and the PostList feature.\",\"The PostList feature uses a List component to render PostTeaser features.\",\"The PostTeaser feature consists of a LayoutCard wrapped around a CardImage, CardTitle and CardContent component.\",\"The index page is unique in the app and will never be reused. The PostList knows it is handling post data and can therefore not be used for anything else – but it can display posts on the index as well as the user page.\",\"The Card on the other hand does not care about the type of data it needs to handle. It just takes whatever it receives and renders it in a certain way, so it can be reused throughout the app for many different features.\"]},\"295\":{\"h\":\"We use two-word names\",\"t\":[\"We follow the W3C rules for naming custom elements as suggested in the Vue.js docs to differentiate our own components from regular HTML elements in our templates.\",\"Names should also be meaningful and unique to avoid confusion and code duplication, and also not too long to make them readable. Therefore: aim for two-word names, such as layout-card, post-list or post-teaser.\"]},\"296\":{\"h\":\"Recommended reads\",\"t\":[\"For a deeper dive into the WHY and HOW have a look at the following resources which the above guidelines are based on:\",\"Atomic design\",\"CDD – component based design\",\"Vue.js component styleguide\"]},\"297\":{\"h\":\"HTML – Code Guidelines\"},\"298\":{\"h\":\"We write semantic markup\",\"t\":[\"We avoid using divs and spans and try to choose more meaningful HTML elements instead. If unsure which element to use this list by MDN can be of help.\",\"Why?\",\"semantic markup is crucial for accessibility\",\"it makes the code more readable for other developers\",\"it benefits our SEO\",\"For more background see this article.\",\"This doesn’t mean you can’t ever use a div – just think twice before you do!\"]},\"299\":{\"h\":\"We write as little HTML as possible – and as much as necessary\",\"t\":[\"HTML is used to structure content on the page and should therefore reflect its complexity. Not more and not less. Most content does not require deep nesting of HTML elements – if you find yourself wrapping container around container or adding an element just to correctly position another element on the page this calls for the use of CSS instead!\",\"Why?\",\"deep nesting makes it hard to understand, style and maintain components\",\"it can lead to performance issues\"]},\"300\":{\"h\":\"Recommended reads\",\"t\":[\"For a deeper dive into the WHY and HOW have a look at the following resources:\",\"HTML: a good basis for accessibility\",\"Why, how, and when to use semantic HTML and ARIA\"]},\"301\":{\"h\":\"SCSS - Code Guidelines\"},\"302\":{\"h\":\"We use classes over tags and ids\",\"t\":[\"Never apply styles to tags or ids – use classes instead!\",\"Why?\",\"HTML tags are responsible for the document structure, not the looks\",\"targeting HTML tags comes with performance issues\",\"ids are responsible for identifying a unique element, not for styling it\",\"ids have higher specificity than classes and therefore don't play well together\",\"classes can be combined and reused while ids are unique\",\"For more background see the following articles on why not to style tags and why not to style ids.\"]},\"303\":{\"h\":\"We use design tokens instead of magic numbers\",\"t\":[\"In order to achieve a consistent look and feel we use a set of pre-defined design tokens to style our components, for example colors, sizes and box-shadows. These tokens are stored as SCSS variables and reused throughout the app.\",\"So, instead of typing pixel values or hex codes make sure you use design tokens such as height-header or color-input-border.\"]},\"304\":{\"h\":\"We name our classes after components\",\"t\":[\"Our SCSS styles live within the corresponding component (see the Vue.js docs for single-file components for reference) and should therefore carry the same unique name.\",\"Why?\",\"it clearly ties the styles to the one component\",\"having unique class names means styles will not be accidentally overwritten in other files\",\"we can avoid using scoped CSS which comes with performance caveats\"]},\"305\":{\"h\":\"We use variants instead of overriding styles\",\"t\":[\"Components will sometimes need to look different depending on the context in which they are used – a button might for example be green when it represents a call to action and red when it triggers a destructive action. Rather than making the rounded-button component green by default and then overriding the color for, say, the delete-account action – use variants! Pass the rounded-button a prop, such as color: danger, and then apply the respective variant class.\",\"Name variant classes with a dash prefix, such as -danger, then target them like this:\",\".rounded-button { /* other css styles */ &.-danger { color: $color-danger; } }\"]},\"306\":{\"h\":\"We within the component, we when we use it\",\"t\":[\"In order to make components truly reusable it is important to limit their styles to, well, their actual styling. What color are they, how big is the text, what happens on hover, do they have a rounded border – all that is part of it.\",\"Margins, alignment and positioning on the other hand need to be defined in the parent because the same component might sometimes be aligned to the left, sometimes to the right and sometimes float above other content. For more details see the rscss guidelines.\",\"To do that, use the child selector, like this:\",\".login-form { /* other css styles */ > .rounded-button { margin: $margin-small; justify-self: flex-end; } }\",\"A special case are dimensions like width and height. If it is important that a component always has the same dimensions (the height of a button should be consistent, for example) define it within the component itself, if a component should have flexible dimensions (a card, for example, could stretch over the whole screen in one place and be limited to a certain width in another) define the dimensions in the parent.\"]},\"307\":{\"h\":\"Recommended reads\",\"t\":[\"For a deeper dive into the WHY and HOW have a look at the following resources which the above guidelines are based on:\",\"rscss – reasonable system for css stylesheet structure\",\"itcss – inverted triangle architecture for css\"]},\"308\":{\"h\":\"Component Testing\"},\"309\":{\"h\":\"Linting\",\"t\":[\"We use ESLint to make sure all developers follow certain code guidelines when writing JavaScript.\",\"Most code editors offer an ESLint plugin which helps detect mistakes already while you are writing code. To run the linter manually before pushing up new code type yarn lint into your terminal. Most minor issues can be fixed automatically with the command yarn lint --fix.\"]},\"310\":{\"h\":\"Unit tests\",\"t\":[\"We write unit tests with the help of Jest and Vue Test Utils to make sure our components work in the way they should. In these tests we usually check that a certain input leads to the expected output. They are used to test functionality.\",\"To run all tests use the command yarn test in the /webapp directory. Other useful commands are:\",\"yarn test -t test-name to run tests including test-name in their file or test names\",\"yarn test -o to run tests related to files that have been changed since the latest commit\",\"yarn test path/to/component.spec.js to run a single test file\"]},\"311\":{\"h\":\"Documentation and manual testing\",\"t\":[\"Storybook is a great tool that performs two important functions in our project:\"]},\"312\":{\"h\":\"Component documentation\",\"t\":[\"With Storybook our components can be documented in detail and offer a visual reference to other developers. When all components are properly documented, Storybook can be used as a big component library – where developers can browse through design tokens and components and immediately verify that the component offers the desired functionality.\"]},\"313\":{\"h\":\"Manual testing in an isolated environment\",\"t\":[\"When adding new components or changing existing ones, Storybook can be helpful not only to document the feature for future use, but also to test different use cases (e.g. by passing different types of props) in an isolated playground.\",\"With the right addons, Storybook also gives immediate feedback on how well the component complies with accessibility guidelines.\",\"To run Storybook, first start the app, then enter the following command in a new terminal window: yarn storybook. The output should look similar to this:\",\"Storybook output\",\"The ocelot.social Storybook will then be available on http://localhost:3002.\"]},\"314\":{\"h\":\"Vue – Code Guidelines\"},\"315\":{\"h\":\"We use single-file components\",\"t\":[\"Each component lives in a single file, containing:\",\"its template (the DOM structure)\",\"its script (including props, data and methods among other things)\",\"its style (defining the look of the component)\",\"See the Vue.js docs for more details.\",\"Placed in the same folder are also:\",\"the test file (e.g. MyComponent.spec.js)\",\"the storybook file (e.g. MyComponent.story.js)\"]},\"316\":{\"h\":\"We use typed props\",\"t\":[\"Vue.js allows us to define component props either as strings or as objects (with type and default or required values). Always go for the second option!\",\"Also: only (and always!) define a default for props that are not required.\",\"Why?\",\"it makes our code more robust – a warning will be shown when passing a wrong prop type\",\"it clearly defines the component API and tells other developers how to use it\",\"It is as easy as writing:\",\"props: { title: { type: String, required: true, }, image: { type: String, default: 'human-connection-logo.png', }, }\",\"For more complex use cases see the official Vue.js documentation.\"]},\"317\":{\"h\":\"We use shorthands\",\"t\":[\"For better readability we prefer\",\":something over v-bind:something\",\"@click over v-on:click\",\"#slotSame over v-slot:slotName\",\"#default over v-slot\",\"Read more in the official Vue.js docs (for slots)\"]},\"318\":{\"h\":\"Recommended reads\",\"t\":[\"The Vue.js component style guide offers a whole list of best-practices for writing Vue components.\"]},\"319\":{\"h\":\"Maintenance Mode\",\"t\":[\"The maintenance mode shows a translatable page that tells the user that we are right back, because we are working on the server.\",\"Maintenance Mode Screen Shot\"]},\"320\":{\"h\":\"Running The Maintenance Page Or Service\",\"t\":[\"At the moment the maintenance mode can only be locally tested with Docker-Compose.\",\"::: tabs @tab:active Locally Without Docker\",\"{% hint style=\\\"info\\\" %} TODO: Implement a locally running maintenance mode! Without Docker … {% endhint %}\",\"The command …\",\"# running the maintenance mode in webapp/ folder $ yarn generate:maintenance\",\"… is unfortunatelly not(!) working at the moment. This is because the code is rewritten to be easy usable for Docker-Compose. Therefore we lost this possibility.\",\"@tab Locally With Docker\",\"To get the maintenance mode running use the command:\",\"# start Docker in the main folder $ docker-compose up\",\"And the maintenance mode page or service will be started as well in an own container. In the browser you can reach it under http://localhost:3001/.\",\":::\"]},\"321\":{\"h\":\"GraphQL Playground\",\"t\":[\"GraphQL Playground\",\"Attention: For using the GraphQL Playground set DEBUG=true in your backend .env, see .env.template!\",\"To use GraphQL Playground, we need to know some basics:\"]},\"322\":{\"h\":\"How To Login?\",\"t\":[\"First, we need to have a user from ocelot.social to log in as. The user can be created by seeding the Neo4j database from the backend or by multiple GraphQL mutations.\"]},\"323\":{\"h\":\"Seed The Neo4j Database\",\"t\":[\"In your browser you can reach the GraphQL Playground under http://localhost:4000/, if the database and the backend are running, see backend. There you will also find instructions on how to seed the database.\"]},\"324\":{\"h\":\"Use GraphQL Mutations To Create A User\",\"t\":[\"TODO: Describe how to create a user using GraphQL mutations!\"]},\"325\":{\"h\":\"Login Via GraphQL\",\"t\":[\"You can register a user by sending the query:\",\"mutation { login(email: \\\"user@example.org\\\", password: \\\"1234\\\") }\",\"Or use \\\"moderator@example.org\\\" or \\\"admin@example.org\\\" for the roll you need.\",\"If all goes well, you will receive a QGL response like:\",\"{ \\\"data\\\": { \\\"login\\\": \\\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6InUzIiwibmFtZSI6Ikplbm55IFJvc3RvY2siLCJzbHVnIjoiamVubnktcm9zdG9jayIsImlhdCI6MTY2MjAyMzMwNSwiZXhwIjoxNzI1MTM4NTA1LCJhdWQiOiJodHRwOi8vbG9jYWxob3N0OjMwMDAiLCJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjQwMDAiLCJzdWIiOiJ1MyJ9.atBS-SOeS784HPeFl_5s8sRWehEAU1BkgcOZFD8d4bU\\\" } }\",\"You can use this response to set an HTTP header when you click HTTP HEADERS in the footer. Just set it with the login token you received in response:\",\"{ \\\"Authorization\\\": \\\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6InUzIiwibmFtZSI6Ikplbm55IFJvc3RvY2siLCJzbHVnIjoiamVubnktcm9zdG9jayIsImlhdCI6MTY2MjAyMzMwNSwiZXhwIjoxNzI1MTM4NTA1LCJhdWQiOiJodHRwOi8vbG9jYWxob3N0OjMwMDAiLCJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjQwMDAiLCJzdWIiOiJ1MyJ9.atBS-SOeS784HPeFl_5s8sRWehEAU1BkgcOZFD8d4bU\\\" }\",\"This token is used for all other queries and mutations you send to the backend.\"]},\"326\":{\"h\":\"Query And Mutate\",\"t\":[\"When you are logged in and open a new playground tab by clicking \\\"+\\\", you can create a new group by sending the following mutation:\",\"mutation { CreateGroup( # id: \\\"\\\" name: \\\"My Group\\\" # slug: \\\"\\\" about: \\\"We will save the world\\\" description: \\\"<p class=\\\\\\\"\\\\\\\"><em>English:</em></p><p class=\\\\\\\"\\\\\\\">This group is hidden.</p><h3>What is our group for?</h3><p>This group was created to allow investigative journalists to share and collaborate.</p><h3>How does it work?</h3><p>Here you can internally share posts and comments about them.</p><p><br></p><p><em>Deutsch:</em></p><p class=\\\\\\\"\\\\\\\">Diese Gruppe ist verborgen.</p><h3>Wofür ist unsere Gruppe?</h3><p class=\\\\\\\"\\\\\\\">Diese Gruppe wurde geschaffen, um investigativen Journalisten den Austausch und die Zusammenarbeit zu ermöglichen.</p><h3>Wie funktioniert das?</h3><p class=\\\\\\\"\\\\\\\">Hier könnt ihr euch intern über Beiträge und Kommentare zu ihnen austauschen.</p>\\\" groupType: hidden actionRadius: interplanetary categoryIds: [\\\"cat12\\\"] ) { id name slug createdAt updatedAt disabled deleted about description groupType actionRadius myRole } }\",\"You will receive the answer:\",\"{ \\\"data\\\": { \\\"CreateGroup\\\": { \\\"id\\\": \\\"2e3bbadb-804b-4ebc-a673-2d7c7f05e827\\\", \\\"name\\\": \\\"My Group\\\", \\\"slug\\\": \\\"my-group\\\", \\\"createdAt\\\": \\\"2022-09-01T09:44:47.969Z\\\", \\\"updatedAt\\\": \\\"2022-09-01T09:44:47.969Z\\\", \\\"disabled\\\": false, \\\"deleted\\\": false, \\\"about\\\": \\\"We will save the world\\\", \\\"description\\\": \\\"<p class=\\\\\\\"\\\\\\\"><em>English:</em></p><p class=\\\\\\\"\\\\\\\">This group is hidden.</p><h3>What is our group for?</h3><p>This group was created to allow investigative journalists to share and collaborate.</p><h3>How does it work?</h3><p>Here you can internally share posts and comments about them.</p><p><br></p><p><em>Deutsch:</em></p><p class=\\\\\\\"\\\\\\\">Diese Gruppe ist verborgen.</p><h3>Wofür ist unsere Gruppe?</h3><p class=\\\\\\\"\\\\\\\">Diese Gruppe wurde geschaffen, um investigativen Journalisten den Austausch und die Zusammenarbeit zu ermöglichen.</p><h3>Wie funktioniert das?</h3><p class=\\\\\\\"\\\\\\\">Hier könnt ihr euch intern über Beiträge und Kommentare zu ihnen austauschen.</p>\\\", \\\"groupType\\\": \\\"hidden\\\", \\\"actionRadius\\\": \\\"interplanetary\\\", \\\"myRole\\\": \\\"owner\\\" } } }\",\"If you look into the Neo4j database with your browser and search the groups, you will now also find your new group. For more details about our Neo4j database read here.\"]},\"327\":{\"h\":\"\"},\"328\":{\"h\":\"Example\",\"t\":[\"Category \\\"IT, Internet & Data Privacy\\\" with icon \\\"mouse-cursor\\\"\",\"<hc-category icon=\\\"mouse-pointer\\\" name=\\\"IT, Internet & Data Privacy\\\" />\"]},\"329\":{\"h\":\"\"},\"330\":{\"h\":\"Example\",\"t\":[\"Relative time from 08.03.2017\",\"<date-time dateTime=\\\"03.08.2017\\\" />\"]},\"331\":{\"h\":\"Basic usage\",\"t\":[\"<ds-section> <ds-logo></ds-logo> </ds-section>\",\"<ds-section secondary> <ds-logo inverse></ds-logo> </ds-section>\"]},\"332\":{\"h\":\"Mabbox markers\",\"t\":[\"I found the Mapbox markers to be downloaded at the bottom of the page:https://docs.mapbox.com/help/glossary/sprite/\",\"At URL:https://docs.mapbox.com/help/data/marker-icons.zip\"]},\"333\":{\"h\":\"Folder For Images Reachable By URL\",\"t\":[\"It looks like that not all folders, as example the assets/* folder, is reachable by URL. Our images have to be in the static/img/* folder.\"]},\"334\":{\"h\":\"\",\"t\":[\"404 Not Found\"]},\"335\":{\"h\":\"Deployment\"},\"336\":{\"h\":\"Graphql\"},\"337\":{\"h\":\"Src\"},\"338\":{\"h\":\"Components\"},\"339\":{\"h\":\"Logo\"},\"340\":{\"h\":\"Mapbox\"},\"341\":{\"h\":\"Img\"},\"342\":{\"h\":\"Static\"}},\"dirtCount\":0,\"index\":[[\"über\",{\"1\":{\"326\":2}}],[\"qgl\",{\"1\":{\"325\":1}}],[\"quality\",{\"1\":{\"288\":1}}],[\"questions\",{\"0\":{\"135\":1},\"1\":{\"113\":2,\"135\":1}}],[\"queries\",{\"1\":{\"16\":1,\"103\":2,\"192\":1,\"325\":1}}],[\"queried\",{\"1\":{\"7\":1}}],[\"query\",{\"0\":{\"326\":1},\"1\":{\"9\":1,\"10\":1,\"16\":1,\"21\":1,\"27\":2,\"51\":1,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":4,\"96\":4,\"98\":4,\"100\":5,\"102\":5,\"103\":7,\"190\":1,\"192\":1,\"325\":1}}],[\"quotes\",{\"1\":{\"103\":1,\"120\":1}}],[\"quotation\",{\"0\":{\"120\":1},\"1\":{\"103\":1,\"120\":2}}],[\"quickly\",{\"1\":{\"171\":1}}],[\"quick\",{\"0\":{\"162\":1,\"171\":1},\"1\":{\"43\":1,\"62\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"|\",{\"1\":{\"282\":4}}],[\"→\",{\"0\":{\"246\":1}}],[\"🌟\",{\"0\":{\"246\":1}}],[\"🍰feat\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"🍰implement\",{\"1\":{\"48\":1}}],[\"🍰\",{\"0\":{\"241\":1,\"242\":1,\"243\":1,\"245\":1,\"248\":1,\"250\":1,\"251\":1,\"253\":1},\"1\":{\"28\":1,\"31\":41,\"32\":1,\"33\":5,\"34\":13,\"35\":4,\"36\":26,\"37\":12,\"38\":2,\"39\":6,\"40\":10,\"41\":8,\"42\":3,\"43\":5,\"44\":5,\"45\":7,\"47\":1,\"48\":3,\"49\":1,\"53\":1,\"56\":1,\"58\":1,\"61\":1,\"62\":23,\"67\":2,\"69\":1,\"72\":1,\"74\":14,\"76\":14,\"78\":14,\"80\":14,\"82\":15,\"84\":16,\"86\":17,\"88\":18,\"90\":18,\"92\":20,\"94\":24,\"96\":24,\"98\":24,\"100\":26,\"102\":26,\"103\":27}}],[\"```\",{\"1\":{\"165\":1}}],[\"```<language>\",{\"1\":{\"165\":1}}],[\"```bash\",{\"1\":{\"149\":1}}],[\"🤓\",{\"1\":{\"152\":1}}],[\"❤️\",{\"1\":{\"138\":1}}],[\"$margin\",{\"1\":{\"306\":1}}],[\"$color\",{\"1\":{\"305\":1}}],[\"$1\",{\"1\":{\"282\":2}}],[\"$\",{\"1\":{\"123\":1,\"124\":1,\"126\":1,\"127\":1,\"129\":1,\"130\":1,\"144\":3,\"148\":1,\"149\":8,\"151\":5,\"153\":1,\"181\":2,\"182\":10,\"188\":4,\"189\":3,\"196\":1,\"198\":1,\"199\":1,\"200\":1,\"279\":4,\"280\":4,\"282\":15,\"283\":2,\"285\":7,\"286\":1,\"287\":2,\"288\":7,\"320\":2}}],[\"$root\",{\"1\":{\"103\":1}}],[\"<p\",{\"1\":{\"326\":2}}],[\"<local\",{\"1\":{\"279\":1,\"280\":1}}],[\"<layer\",{\"1\":{\"124\":2}}],[\"<ds\",{\"1\":{\"331\":4}}],[\"<date\",{\"1\":{\"330\":1}}],[\"<docker\",{\"1\":{\"279\":1,\"280\":1}}],[\"<description>\",{\"1\":{\"151\":1}}],[\"<\",{\"1\":{\"164\":1,\"282\":1,\"326\":24,\"331\":2}}],[\"<issue\",{\"1\":{\"151\":1}}],[\"<img>\",{\"1\":{\"103\":1}}],[\"<build\",{\"1\":{\"124\":3}}],[\"<app\",{\"1\":{\"124\":2}}],[\"<hc\",{\"1\":{\"103\":1,\"328\":1}}],[\"<no\",{\"1\":{\"103\":2}}],[\"<client\",{\"1\":{\"103\":1}}],[\"änderungen\",{\"1\":{\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\">hier\",{\"1\":{\"326\":2}}],[\">diese\",{\"1\":{\"326\":4}}],[\">this\",{\"1\":{\"326\":2}}],[\"><em>english\",{\"1\":{\"326\":2}}],[\">=\",{\"0\":{\"233\":1,\"236\":1,\"237\":1,\"238\":1,\"240\":1,\"244\":1,\"247\":1,\"249\":1,\"252\":1},\"1\":{\"182\":1}}],[\">\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"164\":1,\"251\":5,\"279\":1,\"280\":1,\"282\":1,\"306\":1,\"328\":1,\"330\":1}}],[\"~\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"😻\",{\"1\":{\"152\":1}}],[\"👆🏼\",{\"1\":{\"116\":1}}],[\"😃\",{\"1\":{\"103\":1}}],[\"😦\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"💬\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"🔥\",{\"1\":{\"62\":1}}],[\"🐛\",{\"1\":{\"48\":1,\"49\":1,\"52\":1,\"53\":1,\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2}}],[\"🛠\",{\"1\":{\"31\":1}}],[\"💥\",{\"1\":{\"31\":1,\"43\":1,\"62\":2}}],[\"xxx\",{\"0\":{\"233\":1},\"1\":{\"165\":1,\"166\":2,\"167\":2,\"168\":1,\"270\":9}}],[\"xip\",{\"1\":{\"103\":3}}],[\"xss\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"x\",{\"1\":{\"31\":1,\"103\":2}}],[\"xregexp\",{\"1\":{\"18\":2,\"66\":1,\"67\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"zip\",{\"1\":{\"332\":1}}],[\"zenhub\",{\"1\":{\"112\":1,\"113\":2}}],[\"zero\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"zusammenarbeit\",{\"1\":{\"326\":2}}],[\"zu\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"326\":4}}],[\"z\",{\"1\":{\"28\":1,\"66\":1,\"69\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1}}],[\"kommentare\",{\"1\":{\"326\":2}}],[\"kompose\",{\"1\":{\"103\":1}}],[\"könnt\",{\"1\":{\"326\":2}}],[\"kinds\",{\"1\":{\"227\":1}}],[\"kind\",{\"1\":{\"131\":1,\"171\":1,\"251\":2}}],[\"killing\",{\"1\":{\"103\":1}}],[\"knows\",{\"1\":{\"294\":1}}],[\"known\",{\"0\":{\"271\":1},\"1\":{\"182\":1,\"191\":1}}],[\"knowledge\",{\"1\":{\"117\":1,\"202\":1,\"261\":1}}],[\"know\",{\"1\":{\"112\":1,\"117\":1,\"321\":1}}],[\"kw14\",{\"1\":{\"103\":2}}],[\"kw19\",{\"1\":{\"103\":2}}],[\"kw15\",{\"1\":{\"103\":8}}],[\"kw21\",{\"1\":{\"103\":1}}],[\"kw20\",{\"1\":{\"103\":2}}],[\"kw22\",{\"1\":{\"103\":4}}],[\"kw24\",{\"1\":{\"103\":2}}],[\"kw25\",{\"1\":{\"103\":1}}],[\"kw27\",{\"1\":{\"103\":1}}],[\"kubectl\",{\"1\":{\"103\":3,\"251\":3,\"282\":5}}],[\"kubernetes\",{\"0\":{\"234\":1},\"1\":{\"19\":3,\"20\":2,\"29\":1,\"62\":2,\"103\":6,\"153\":1,\"239\":2,\"248\":2,\"250\":1,\"251\":1,\"253\":2,\"263\":1,\"282\":1}}],[\"kubrnetes\",{\"1\":{\"21\":1}}],[\"key\",{\"1\":{\"103\":3,\"191\":1,\"261\":4,\"282\":1}}],[\"keyselector=ocelot\",{\"1\":{\"261\":1}}],[\"keyselector=\",{\"1\":{\"236\":1}}],[\"keys\",{\"1\":{\"18\":1,\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"261\":1}}],[\"keeps\",{\"0\":{\"191\":1},\"1\":{\"191\":1}}],[\"keeping\",{\"1\":{\"132\":1}}],[\"keep\",{\"1\":{\"3\":1,\"273\":1}}],[\"yield\",{\"1\":{\"282\":1}}],[\"yoga\",{\"1\":{\"103\":2}}],[\"you\",{\"1\":{\"103\":2,\"111\":2,\"112\":3,\"113\":4,\"115\":4,\"117\":2,\"120\":1,\"123\":2,\"124\":1,\"132\":1,\"135\":1,\"137\":2,\"139\":1,\"142\":3,\"149\":1,\"151\":7,\"152\":1,\"160\":6,\"171\":1,\"182\":3,\"184\":2,\"185\":1,\"186\":1,\"187\":3,\"188\":2,\"189\":1,\"193\":1,\"196\":3,\"197\":1,\"198\":1,\"199\":1,\"213\":1,\"232\":2,\"235\":1,\"237\":1,\"238\":1,\"239\":1,\"241\":2,\"242\":1,\"243\":1,\"245\":1,\"246\":1,\"248\":1,\"253\":1,\"255\":1,\"258\":1,\"261\":3,\"263\":2,\"265\":1,\"268\":2,\"270\":7,\"274\":1,\"275\":1,\"276\":2,\"279\":1,\"280\":1,\"283\":1,\"288\":2,\"293\":3,\"298\":2,\"299\":1,\"303\":1,\"309\":1,\"320\":1,\"323\":2,\"325\":7,\"326\":7}}],[\"yourself\",{\"1\":{\"142\":1,\"152\":2,\"188\":1,\"293\":1,\"299\":1}}],[\"your\",{\"0\":{\"161\":1},\"1\":{\"100\":1,\"102\":2,\"117\":3,\"123\":1,\"134\":1,\"137\":4,\"138\":1,\"139\":1,\"148\":1,\"149\":1,\"151\":3,\"153\":2,\"160\":2,\"161\":1,\"181\":1,\"182\":4,\"187\":1,\"188\":4,\"189\":1,\"191\":3,\"198\":2,\"232\":1,\"235\":1,\"238\":1,\"239\":5,\"241\":2,\"242\":1,\"243\":1,\"245\":1,\"246\":1,\"248\":3,\"253\":2,\"260\":1,\"275\":2,\"285\":2,\"309\":1,\"321\":1,\"323\":1,\"326\":2}}],[\"youtube\",{\"1\":{\"43\":1,\"62\":1,\"66\":1,\"67\":1,\"68\":1,\"69\":1,\"72\":2,\"74\":9,\"76\":11,\"78\":11,\"80\":11,\"82\":12,\"84\":12,\"86\":14,\"88\":14,\"90\":14,\"92\":14,\"94\":14,\"96\":14,\"98\":14,\"100\":15,\"102\":16,\"103\":3}}],[\"years\",{\"1\":{\"48\":1}}],[\"yet\",{\"1\":{\"28\":1,\"103\":2,\"151\":1,\"290\":1}}],[\"yarn\",{\"1\":{\"67\":1,\"72\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":2,\"149\":4,\"151\":5,\"182\":6,\"183\":6,\"184\":2,\"185\":2,\"186\":2,\"187\":6,\"188\":4,\"189\":3,\"193\":1,\"198\":1,\"199\":1,\"200\":1,\"282\":4,\"285\":4,\"286\":1,\"287\":2,\"288\":7,\"309\":2,\"310\":4,\"313\":1,\"320\":1}}],[\"yargs\",{\"1\":{\"43\":1}}],[\"yaml\",{\"1\":{\"18\":1,\"19\":2,\"21\":1,\"123\":1,\"234\":1,\"236\":1,\"239\":2,\"248\":2,\"250\":2,\"251\":3,\"253\":2,\"261\":1,\"263\":2}}],[\"y18n\",{\"1\":{\"43\":2}}],[\"y\",{\"1\":{\"31\":2}}],[\"yunite\",{\"1\":{\"29\":1,\"31\":1,\"37\":1}}],[\"yml\",{\"1\":{\"18\":1,\"19\":1,\"21\":1,\"62\":3,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":3,\"149\":1,\"234\":1,\"236\":1,\"261\":1,\"263\":2,\"267\":2,\"278\":1}}],[\"+\",{\"1\":{\"15\":1,\"19\":3,\"27\":1,\"28\":1,\"45\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"174\":3,\"279\":2,\"280\":2,\"326\":1}}],[\"rscss\",{\"1\":{\"306\":1,\"307\":1}}],[\"rsa\",{\"1\":{\"103\":1,\"261\":2}}],[\"rarely\",{\"1\":{\"281\":1}}],[\"radio\",{\"1\":{\"137\":1}}],[\"radius\",{\"1\":{\"29\":1}}],[\"race\",{\"1\":{\"105\":1}}],[\"rather\",{\"1\":{\"117\":1,\"305\":1}}],[\"ratio\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":2,\"100\":2,\"102\":2}}],[\"rate\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"217\":1}}],[\"robust\",{\"1\":{\"316\":1}}],[\"rounded\",{\"1\":{\"305\":3,\"306\":2}}],[\"routes\",{\"1\":{\"291\":1}}],[\"routing\",{\"0\":{\"243\":1},\"1\":{\"34\":1}}],[\"root\",{\"1\":{\"198\":1}}],[\"room\",{\"1\":{\"27\":9}}],[\"rooms\",{\"1\":{\"24\":1,\"27\":5}}],[\"rosie\",{\"1\":{\"41\":1,\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"roll\",{\"1\":{\"325\":1}}],[\"rollout\",{\"1\":{\"103\":2}}],[\"rollbacks\",{\"1\":{\"31\":1}}],[\"roles\",{\"1\":{\"51\":1,\"134\":1}}],[\"role\",{\"1\":{\"9\":1,\"58\":1,\"103\":1,\"146\":1}}],[\"row\",{\"1\":{\"31\":1,\"217\":1}}],[\"rc5\",{\"1\":{\"103\":1}}],[\"rc4\",{\"1\":{\"103\":5}}],[\"rc9\",{\"1\":{\"103\":2}}],[\"rc10\",{\"1\":{\"103\":1}}],[\"rc11\",{\"1\":{\"103\":2}}],[\"rc12\",{\"1\":{\"103\":2}}],[\"rc13\",{\"1\":{\"100\":1,\"102\":3,\"103\":1}}],[\"rc14\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":2,\"102\":2}}],[\"rc15\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"rc16\",{\"1\":{\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"rc17\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"rc19\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"rc18\",{\"1\":{\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"rc\",{\"1\":{\"18\":5,\"19\":12,\"103\":3}}],[\"ru\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"russian\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"ruler\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"rules\",{\"1\":{\"17\":2,\"103\":1,\"295\":1}}],[\"running\",{\"0\":{\"320\":1},\"1\":{\"31\":1,\"45\":1,\"149\":3,\"181\":1,\"182\":2,\"183\":2,\"184\":2,\"185\":1,\"186\":1,\"187\":1,\"188\":3,\"189\":4,\"196\":1,\"200\":1,\"268\":1,\"276\":1,\"279\":2,\"280\":2,\"289\":1,\"320\":3,\"323\":1}}],[\"runs\",{\"1\":{\"27\":1,\"142\":1,\"266\":1}}],[\"run\",{\"0\":{\"200\":1,\"288\":1},\"1\":{\"16\":1,\"27\":1,\"31\":3,\"62\":1,\"103\":7,\"115\":1,\"132\":1,\"147\":1,\"149\":4,\"151\":1,\"153\":1,\"175\":2,\"181\":1,\"182\":2,\"185\":1,\"187\":1,\"188\":5,\"189\":5,\"193\":2,\"197\":1,\"198\":2,\"199\":2,\"200\":3,\"266\":34,\"267\":2,\"268\":3,\"274\":1,\"276\":2,\"288\":6,\"309\":1,\"310\":4,\"313\":1}}],[\"rid\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2}}],[\"ribbon\",{\"1\":{\"28\":1,\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"ribbons\",{\"1\":{\"16\":1,\"31\":1}}],[\"rights\",{\"1\":{\"131\":1,\"157\":1}}],[\"right\",{\"1\":{\"17\":1,\"103\":1,\"107\":1,\"124\":1,\"160\":1,\"171\":1,\"191\":1,\"269\":1,\"306\":1,\"313\":1,\"319\":1}}],[\"reused\",{\"1\":{\"293\":1,\"294\":2,\"302\":1,\"303\":1}}],[\"reuse\",{\"1\":{\"293\":1}}],[\"reusable\",{\"1\":{\"29\":1,\"178\":1,\"291\":1,\"306\":1}}],[\"receiving\",{\"1\":{\"231\":3}}],[\"received\",{\"1\":{\"325\":1}}],[\"receives\",{\"1\":{\"294\":1}}],[\"receive\",{\"1\":{\"151\":1,\"325\":1,\"326\":1}}],[\"recent\",{\"1\":{\"182\":2}}],[\"records\",{\"1\":{\"231\":1,\"261\":1}}],[\"record\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"260\":1}}],[\"recordings\",{\"1\":{\"103\":1}}],[\"recording\",{\"1\":{\"31\":1}}],[\"recommend\",{\"1\":{\"112\":1,\"151\":1,\"182\":1,\"261\":1,\"285\":1}}],[\"recommendation\",{\"1\":{\"62\":1}}],[\"recommended\",{\"0\":{\"296\":1,\"300\":1,\"307\":1,\"318\":1},\"1\":{\"16\":2}}],[\"recover\",{\"1\":{\"28\":1}}],[\"reject\",{\"1\":{\"107\":1}}],[\"rerun\",{\"1\":{\"103\":1,\"187\":1}}],[\"re\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"111\":1,\"113\":2,\"124\":1,\"137\":1,\"196\":1}}],[\"remark\",{\"1\":{\"265\":1,\"266\":2}}],[\"remain\",{\"1\":{\"283\":1}}],[\"remaining\",{\"1\":{\"203\":1}}],[\"remains\",{\"1\":{\"191\":1}}],[\"remote\",{\"1\":{\"103\":2,\"270\":2}}],[\"removing\",{\"1\":{\"19\":1,\"31\":1}}],[\"removed\",{\"1\":{\"18\":1,\"27\":1,\"62\":1,\"70\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"removes\",{\"1\":{\"16\":1}}],[\"remove\",{\"1\":{\"2\":1,\"8\":1,\"9\":2,\"15\":4,\"16\":1,\"18\":5,\"19\":4,\"21\":1,\"27\":3,\"31\":3,\"35\":1,\"45\":1,\"56\":1,\"61\":1,\"62\":1,\"63\":2,\"66\":1,\"67\":3,\"68\":1,\"72\":1,\"74\":10,\"76\":10,\"78\":10,\"80\":14,\"82\":16,\"84\":18,\"86\":18,\"88\":19,\"90\":19,\"92\":19,\"94\":19,\"96\":19,\"98\":20,\"100\":20,\"102\":24,\"103\":18,\"107\":1,\"113\":1}}],[\"reminders\",{\"1\":{\"62\":1}}],[\"rebuild\",{\"1\":{\"181\":2}}],[\"rebranded\",{\"1\":{\"31\":1}}],[\"rebranding\",{\"0\":{\"248\":1,\"250\":1,\"251\":1},\"1\":{\"29\":1,\"31\":5,\"37\":2,\"62\":1}}],[\"rebanding\",{\"1\":{\"31\":1}}],[\"rebase\",{\"1\":{\"31\":1}}],[\"renew\",{\"1\":{\"41\":1}}],[\"renders\",{\"1\":{\"294\":1}}],[\"rendered\",{\"1\":{\"142\":2}}],[\"rendering\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"render\",{\"1\":{\"28\":1,\"103\":1,\"294\":1}}],[\"rename\",{\"1\":{\"27\":1,\"31\":1,\"37\":1,\"39\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"237\":1}}],[\"retries\",{\"1\":{\"27\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":3}}],[\"returned\",{\"1\":{\"190\":1}}],[\"return\",{\"1\":{\"16\":1,\"62\":1,\"64\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":1,\"282\":1}}],[\"rewritten\",{\"1\":{\"320\":1}}],[\"reward\",{\"1\":{\"103\":1}}],[\"rewards\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"rewarding\",{\"1\":{\"9\":1,\"103\":1}}],[\"rework\",{\"1\":{\"18\":1,\"62\":1}}],[\"reachable\",{\"0\":{\"333\":1},\"1\":{\"333\":1}}],[\"reach\",{\"1\":{\"320\":1,\"323\":1}}],[\"reactive\",{\"1\":{\"27\":1}}],[\"reasonable\",{\"1\":{\"307\":1}}],[\"reasonably\",{\"1\":{\"106\":1}}],[\"reads\",{\"0\":{\"296\":1,\"300\":1,\"307\":1,\"318\":1}}],[\"ready\",{\"1\":{\"160\":1}}],[\"readable\",{\"1\":{\"103\":1,\"295\":1,\"298\":1}}],[\"readability\",{\"1\":{\"19\":2,\"317\":1}}],[\"read\",{\"1\":{\"31\":1,\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":3,\"137\":1,\"202\":2,\"270\":1,\"317\":1,\"326\":1}}],[\"readmes\",{\"1\":{\"19\":3}}],[\"readme\",{\"1\":{\"18\":2,\"19\":2,\"28\":2,\"31\":4,\"34\":1,\"41\":3,\"47\":1,\"62\":2,\"94\":1,\"96\":1,\"98\":1,\"100\":2,\"102\":2,\"103\":9,\"112\":1,\"114\":1,\"153\":1,\"166\":2}}],[\"really\",{\"1\":{\"111\":1}}],[\"realease\",{\"1\":{\"31\":1}}],[\"real\",{\"1\":{\"8\":1,\"113\":1}}],[\"reviewing\",{\"1\":{\"137\":1}}],[\"reviews\",{\"1\":{\"113\":2}}],[\"review\",{\"1\":{\"109\":1}}],[\"revert\",{\"1\":{\"18\":1,\"19\":2,\"31\":2,\"62\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3}}],[\"revokebadge\",{\"1\":{\"16\":1}}],[\"regularly\",{\"1\":{\"113\":1}}],[\"regular\",{\"1\":{\"112\":1,\"295\":1}}],[\"regard\",{\"1\":{\"109\":1}}],[\"regardless\",{\"1\":{\"105\":1}}],[\"regarding\",{\"1\":{\"28\":1}}],[\"region\",{\"1\":{\"103\":1,\"226\":1}}],[\"registered\",{\"1\":{\"32\":1,\"103\":1}}],[\"register\",{\"1\":{\"18\":1,\"21\":1,\"34\":1,\"62\":2,\"64\":2,\"66\":2,\"72\":4,\"74\":9,\"76\":9,\"78\":9,\"80\":9,\"82\":9,\"84\":10,\"86\":10,\"88\":10,\"90\":10,\"92\":10,\"94\":10,\"96\":10,\"98\":10,\"100\":10,\"102\":11,\"103\":4,\"229\":1,\"325\":1}}],[\"registration\",{\"1\":{\"5\":1,\"6\":1,\"11\":3,\"16\":1,\"19\":1,\"27\":1,\"32\":1,\"48\":2,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":2,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":3,\"258\":1}}],[\"regression\",{\"1\":{\"103\":1}}],[\"regroupings\",{\"1\":{\"18\":1}}],[\"regenerated\",{\"1\":{\"60\":1}}],[\"relies\",{\"1\":{\"179\":1}}],[\"religion\",{\"1\":{\"105\":1}}],[\"reliably\",{\"1\":{\"103\":1}}],[\"relase\",{\"1\":{\"103\":1}}],[\"related\",{\"1\":{\"18\":2,\"21\":1,\"103\":1,\"113\":1,\"202\":1,\"221\":2,\"222\":6,\"310\":1}}],[\"relativ\",{\"1\":{\"19\":1}}],[\"relative\",{\"1\":{\"17\":1,\"103\":1,\"235\":1,\"257\":1,\"330\":1}}],[\"relationship\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"relation\",{\"1\":{\"17\":2,\"103\":3}}],[\"reloads\",{\"1\":{\"103\":1,\"266\":1}}],[\"reload\",{\"1\":{\"62\":1,\"103\":2,\"286\":1}}],[\"released\",{\"1\":{\"103\":1}}],[\"releases\",{\"1\":{\"103\":1,\"251\":3,\"275\":1}}],[\"release\",{\"0\":{\"246\":1,\"248\":1},\"1\":{\"3\":1,\"12\":1,\"17\":2,\"19\":1,\"20\":2,\"21\":2,\"22\":2,\"23\":1,\"24\":2,\"25\":2,\"26\":2,\"27\":1,\"28\":1,\"29\":1,\"30\":1,\"31\":19,\"32\":1,\"33\":1,\"34\":1,\"35\":1,\"37\":1,\"38\":1,\"39\":1,\"40\":1,\"41\":1,\"43\":1,\"44\":1,\"45\":1,\"60\":1,\"68\":1,\"70\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"251\":1}}],[\"reflect\",{\"1\":{\"299\":1}}],[\"refers\",{\"1\":{\"270\":1}}],[\"refer\",{\"1\":{\"116\":1}}],[\"references\",{\"1\":{\"103\":1}}],[\"reference\",{\"1\":{\"29\":1,\"304\":1,\"312\":1}}],[\"refresh\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"refacchange\",{\"1\":{\"32\":1}}],[\"refactoring\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":2,\"102\":2,\"103\":4,\"290\":1}}],[\"refactored\",{\"1\":{\"27\":2}}],[\"refactor\",{\"1\":{\"2\":4,\"4\":1,\"5\":1,\"8\":3,\"9\":2,\"11\":1,\"12\":1,\"15\":10,\"16\":12,\"17\":7,\"18\":18,\"19\":7,\"21\":1,\"27\":15,\"28\":6,\"29\":3,\"31\":13,\"32\":8,\"33\":1,\"34\":2,\"36\":2,\"37\":3,\"40\":2,\"45\":3,\"56\":1,\"61\":2,\"62\":4,\"63\":1,\"64\":1,\"67\":2,\"68\":2,\"69\":1,\"72\":4,\"74\":13,\"76\":14,\"78\":14,\"80\":16,\"82\":17,\"84\":17,\"86\":18,\"88\":18,\"90\":18,\"92\":19,\"94\":23,\"96\":23,\"98\":23,\"100\":24,\"102\":25,\"103\":21}}],[\"refinements\",{\"1\":{\"34\":1}}],[\"refine\",{\"0\":{\"251\":1},\"1\":{\"16\":1,\"17\":1,\"19\":2,\"27\":2,\"31\":3,\"36\":1,\"41\":1,\"103\":1}}],[\"repercussions\",{\"1\":{\"109\":1}}],[\"repetition\",{\"1\":{\"103\":1}}],[\"repetitive\",{\"1\":{\"102\":1,\"191\":1}}],[\"represents\",{\"1\":{\"305\":1}}],[\"representation\",{\"1\":{\"108\":1}}],[\"representative\",{\"1\":{\"108\":1}}],[\"representing\",{\"1\":{\"108\":2}}],[\"replica\",{\"1\":{\"282\":1}}],[\"replicasets\",{\"1\":{\"31\":1}}],[\"reply\",{\"1\":{\"27\":1,\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"replaced\",{\"1\":{\"227\":1}}],[\"replacement\",{\"1\":{\"103\":1}}],[\"replace\",{\"1\":{\"16\":1,\"17\":1,\"18\":2,\"19\":1,\"31\":2,\"40\":3,\"45\":1,\"62\":1,\"103\":3}}],[\"repos\",{\"1\":{\"103\":1}}],[\"repository\",{\"0\":{\"144\":1,\"170\":1},\"1\":{\"2\":2,\"5\":1,\"9\":2,\"16\":1,\"17\":1,\"18\":9,\"31\":1,\"144\":1,\"151\":4,\"153\":4,\"160\":1,\"170\":1,\"270\":1,\"276\":1,\"290\":1}}],[\"reportmodal\",{\"1\":{\"103\":1}}],[\"reportcontent\",{\"1\":{\"103\":1}}],[\"report\",{\"1\":{\"33\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":4,\"227\":1,\"266\":1}}],[\"reporting\",{\"1\":{\"27\":1,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":2,\"137\":1}}],[\"reported\",{\"1\":{\"18\":1,\"109\":1,\"227\":2}}],[\"reporter\",{\"1\":{\"18\":1,\"19\":2,\"109\":1}}],[\"reports\",{\"1\":{\"9\":1,\"27\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3}}],[\"repo\",{\"1\":{\"17\":1,\"18\":1,\"31\":1,\"103\":3,\"270\":1}}],[\"restore\",{\"1\":{\"283\":1}}],[\"rest\",{\"1\":{\"190\":1}}],[\"restructuring\",{\"1\":{\"49\":1}}],[\"restriction\",{\"1\":{\"131\":1}}],[\"restrict\",{\"1\":{\"34\":1}}],[\"respective\",{\"1\":{\"113\":1,\"305\":1}}],[\"respectful\",{\"1\":{\"106\":1}}],[\"respond\",{\"1\":{\"109\":1}}],[\"response\",{\"1\":{\"107\":1,\"325\":3}}],[\"responsibility\",{\"1\":{\"107\":1}}],[\"responsibilities\",{\"0\":{\"107\":1}}],[\"responsible\",{\"1\":{\"107\":1,\"294\":1,\"302\":2}}],[\"responsive\",{\"1\":{\"103\":1}}],[\"responsiveness\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"resilient\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"results\",{\"1\":{\"62\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"resend\",{\"1\":{\"103\":1}}],[\"reseed\",{\"1\":{\"31\":1}}],[\"reset\",{\"0\":{\"187\":1},\"1\":{\"16\":1,\"18\":1,\"31\":1,\"62\":1,\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"149\":1,\"187\":5}}],[\"resource\",{\"1\":{\"103\":1,\"251\":2}}],[\"resources\",{\"1\":{\"29\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":3,\"296\":1,\"300\":1,\"307\":1}}],[\"resolutions\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"resolve\",{\"1\":{\"53\":1}}],[\"resolvers\",{\"0\":{\"191\":1},\"1\":{\"15\":1,\"36\":2,\"191\":4,\"192\":1}}],[\"resolver\",{\"1\":{\"2\":1,\"5\":1,\"16\":2,\"17\":2,\"18\":4,\"19\":1,\"36\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3,\"191\":1}}],[\"redsift\",{\"1\":{\"261\":1}}],[\"red\",{\"1\":{\"27\":1,\"305\":1}}],[\"reducing\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"reduce\",{\"1\":{\"4\":1,\"29\":1,\"103\":3}}],[\"redundant\",{\"1\":{\"21\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"redesign\",{\"1\":{\"19\":2,\"48\":1,\"62\":1,\"72\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"redis\",{\"1\":{\"18\":1,\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"redirect\",{\"1\":{\"11\":2}}],[\"requiring\",{\"1\":{\"16\":1}}],[\"requires\",{\"1\":{\"265\":1}}],[\"require\",{\"1\":{\"259\":1,\"299\":1}}],[\"requirement\",{\"1\":{\"18\":1}}],[\"requirements\",{\"0\":{\"265\":1},\"1\":{\"5\":1}}],[\"required\",{\"1\":{\"16\":1,\"149\":1,\"190\":1,\"197\":1,\"198\":1,\"261\":1,\"316\":3}}],[\"requestor\",{\"1\":{\"225\":3}}],[\"requesting\",{\"1\":{\"206\":1}}],[\"requested\",{\"1\":{\"103\":1}}],[\"requests\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"137\":1,\"182\":1,\"206\":1}}],[\"request\",{\"1\":{\"2\":1,\"15\":1,\"17\":1,\"18\":1,\"37\":1,\"43\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":3,\"84\":3,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":5,\"103\":13,\"113\":2,\"151\":1,\"160\":1,\"225\":3}}],[\"h3><p\",{\"1\":{\"326\":4}}],[\"h3><p>here\",{\"1\":{\"326\":2}}],[\"h3><p>this\",{\"1\":{\"326\":2}}],[\"hybrid\",{\"1\":{\"261\":1}}],[\"hyphens\",{\"1\":{\"103\":1}}],[\"href\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"humanconnection\",{\"1\":{\"103\":1}}],[\"human\",{\"1\":{\"80\":1,\"82\":2,\"84\":2,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":6,\"103\":18,\"273\":1,\"316\":1}}],[\"https\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":4,\"120\":1,\"137\":2,\"144\":2,\"161\":1,\"166\":1,\"167\":1,\"171\":1,\"239\":1,\"251\":3,\"261\":3,\"332\":2}}],[\"http\",{\"1\":{\"62\":2,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":6,\"110\":1,\"149\":1,\"181\":1,\"182\":1,\"269\":3,\"274\":1,\"276\":1,\"288\":2,\"313\":1,\"320\":1,\"323\":1,\"325\":2}}],[\"html\",{\"0\":{\"297\":1,\"299\":1},\"1\":{\"9\":2,\"16\":1,\"17\":1,\"18\":6,\"19\":3,\"42\":1,\"65\":1,\"66\":1,\"70\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":7,\"158\":1,\"161\":1,\"261\":1,\"293\":1,\"295\":1,\"298\":1,\"299\":2,\"300\":2,\"302\":2}}],[\"hccontributionform\",{\"1\":{\"103\":2}}],[\"hc\",{\"1\":{\"55\":1,\"226\":1}}],[\"homepage\",{\"1\":{\"226\":1}}],[\"hoc\",{\"1\":{\"190\":1}}],[\"hosted\",{\"1\":{\"276\":1}}],[\"host\",{\"0\":{\"169\":1,\"170\":1},\"1\":{\"170\":1,\"171\":1,\"182\":1,\"198\":1}}],[\"hostname\",{\"1\":{\"103\":2}}],[\"holders\",{\"1\":{\"131\":1}}],[\"hot\",{\"1\":{\"103\":1,\"266\":1,\"286\":1}}],[\"hotfix\",{\"1\":{\"7\":1,\"9\":1,\"11\":1,\"62\":1}}],[\"hover\",{\"1\":{\"40\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"306\":1}}],[\"hook\",{\"1\":{\"29\":1}}],[\"however\",{\"1\":{\"261\":1}}],[\"how\",{\"0\":{\"270\":1,\"322\":1},\"1\":{\"19\":2,\"69\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":3,\"112\":1,\"113\":2,\"137\":1,\"170\":1,\"174\":2,\"182\":1,\"201\":1,\"202\":1,\"255\":1,\"261\":1,\"293\":1,\"296\":1,\"300\":2,\"306\":1,\"307\":1,\"313\":1,\"316\":1,\"323\":1,\"324\":1}}],[\"hope\",{\"1\":{\"18\":2,\"19\":4,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"hand\",{\"1\":{\"293\":1,\"294\":1,\"306\":1}}],[\"handling\",{\"1\":{\"226\":1,\"294\":1}}],[\"handled\",{\"1\":{\"265\":1}}],[\"handlebars\",{\"1\":{\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"handle\",{\"1\":{\"28\":1,\"215\":2,\"294\":1}}],[\"handlers\",{\"1\":{\"19\":1}}],[\"hannes\",{\"1\":{\"115\":1}}],[\"harassing\",{\"1\":{\"109\":1}}],[\"harassment\",{\"1\":{\"105\":1,\"106\":1}}],[\"harmful\",{\"1\":{\"107\":1}}],[\"harder\",{\"1\":{\"191\":1}}],[\"hard\",{\"1\":{\"102\":1,\"103\":1,\"299\":1}}],[\"hack\",{\"1\":{\"103\":1}}],[\"had\",{\"1\":{\"103\":1,\"251\":2}}],[\"hall\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"happens\",{\"1\":{\"282\":1,\"306\":1}}],[\"happened\",{\"1\":{\"279\":1}}],[\"happen\",{\"1\":{\"113\":1}}],[\"happy\",{\"1\":{\"18\":1,\"113\":1,\"151\":1,\"210\":1}}],[\"hapi\",{\"1\":{\"64\":1,\"70\":1,\"74\":4,\"76\":4,\"78\":4,\"80\":5,\"82\":5,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":6,\"98\":7,\"100\":8,\"102\":10,\"103\":2}}],[\"having\",{\"1\":{\"52\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"304\":1}}],[\"have\",{\"0\":{\"241\":1},\"1\":{\"9\":1,\"18\":1,\"34\":1,\"36\":1,\"37\":1,\"107\":1,\"112\":1,\"117\":1,\"141\":1,\"142\":2,\"148\":1,\"151\":1,\"160\":2,\"188\":1,\"189\":2,\"190\":1,\"196\":1,\"198\":1,\"199\":1,\"234\":1,\"236\":1,\"237\":1,\"238\":1,\"239\":1,\"241\":2,\"242\":1,\"243\":1,\"245\":1,\"246\":1,\"248\":1,\"253\":1,\"256\":1,\"262\":1,\"268\":1,\"296\":1,\"300\":1,\"302\":1,\"306\":2,\"307\":1,\"310\":1,\"322\":1,\"333\":1}}],[\"hamburger\",{\"1\":{\"33\":1}}],[\"hasttag\",{\"1\":{\"31\":1}}],[\"hashtags\",{\"1\":{\"48\":1,\"64\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":1,\"206\":1}}],[\"hashtag\",{\"1\":{\"40\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":4}}],[\"hash\",{\"1\":{\"18\":1,\"28\":1}}],[\"has\",{\"1\":{\"18\":1,\"31\":1,\"98\":1,\"100\":1,\"102\":2,\"103\":2,\"113\":1,\"188\":1,\"306\":1}}],[\"hex\",{\"1\":{\"303\":1}}],[\"hence\",{\"1\":{\"187\":1}}],[\"hereby\",{\"1\":{\"131\":1}}],[\"here\",{\"1\":{\"111\":1,\"133\":1,\"136\":1,\"139\":1,\"149\":1,\"160\":1,\"182\":1,\"203\":1,\"255\":1,\"261\":3,\"281\":1,\"294\":1,\"326\":1}}],[\"hero\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"height\",{\"1\":{\"40\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"303\":1,\"306\":2}}],[\"health\",{\"1\":{\"210\":1}}],[\"heard\",{\"1\":{\"132\":1}}],[\"heart\",{\"1\":{\"31\":1}}],[\"headlines\",{\"0\":{\"163\":1},\"1\":{\"163\":2}}],[\"headline\",{\"1\":{\"27\":1,\"163\":1}}],[\"headers\",{\"1\":{\"325\":1}}],[\"headermenu\",{\"1\":{\"241\":2}}],[\"header\",{\"0\":{\"241\":1,\"243\":1,\"245\":1},\"1\":{\"18\":1,\"27\":3,\"28\":1,\"31\":1,\"34\":3,\"36\":4,\"62\":1,\"72\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"238\":1,\"243\":3,\"245\":1,\"246\":1,\"303\":1,\"325\":1}}],[\"hetzner\",{\"1\":{\"17\":1}}],[\"hello\",{\"1\":{\"139\":1}}],[\"helpful\",{\"1\":{\"313\":1}}],[\"helps\",{\"1\":{\"138\":1,\"147\":1,\"199\":1,\"309\":1}}],[\"help\",{\"0\":{\"137\":1},\"1\":{\"116\":1,\"132\":1,\"137\":2,\"298\":1,\"310\":1,\"332\":2}}],[\"helping\",{\"1\":{\"115\":1}}],[\"helper\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"helpers\",{\"1\":{\"15\":2,\"103\":1}}],[\"helm\",{\"1\":{\"22\":1,\"31\":2,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"251\":2,\"261\":1,\"263\":1}}],[\"helmchart\",{\"1\":{\"17\":1}}],[\"helmet\",{\"1\":{\"17\":1,\"18\":2,\"28\":3,\"63\":1,\"66\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":4,\"103\":6}}],[\"hierarchy\",{\"1\":{\"294\":1}}],[\"histories\",{\"1\":{\"270\":1}}],[\"history\",{\"1\":{\"60\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"270\":1}}],[\"higher\",{\"1\":{\"103\":1,\"302\":1}}],[\"highlighted\",{\"1\":{\"227\":1}}],[\"highlight\",{\"1\":{\"27\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"highlighting\",{\"1\":{\"27\":1,\"165\":1}}],[\"hide\",{\"1\":{\"18\":1,\"32\":1,\"62\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":2,\"90\":2,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":2}}],[\"hidden\",{\"1\":{\"11\":1,\"36\":1,\"326\":4}}],[\"hints\",{\"0\":{\"168\":1}}],[\"hint\",{\"1\":{\"3\":1,\"27\":1,\"31\":1,\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"168\":1,\"170\":1,\"174\":2,\"320\":1}}],[\"9ba2200\",{\"1\":{\"103\":2}}],[\"980\",{\"1\":{\"103\":1}}],[\"981\",{\"1\":{\"103\":1}}],[\"982\",{\"1\":{\"103\":1}}],[\"983\",{\"1\":{\"103\":1}}],[\"984\",{\"1\":{\"103\":1}}],[\"985\",{\"1\":{\"103\":1}}],[\"987\",{\"1\":{\"103\":1}}],[\"988\",{\"1\":{\"103\":1}}],[\"989\",{\"1\":{\"103\":1}}],[\"99\",{\"1\":{\"103\":2}}],[\"996\",{\"1\":{\"103\":1}}],[\"998\",{\"1\":{\"103\":1}}],[\"995\",{\"1\":{\"103\":1}}],[\"993\",{\"1\":{\"103\":1}}],[\"999\",{\"1\":{\"103\":1}}],[\"994\",{\"1\":{\"103\":1}}],[\"96\",{\"1\":{\"103\":1}}],[\"963\",{\"1\":{\"103\":1}}],[\"966\",{\"1\":{\"103\":1}}],[\"968\",{\"1\":{\"103\":1}}],[\"969z\",{\"1\":{\"326\":2}}],[\"969\",{\"1\":{\"103\":1}}],[\"960\",{\"1\":{\"103\":1}}],[\"970\",{\"1\":{\"103\":1}}],[\"971\",{\"1\":{\"103\":1}}],[\"972\",{\"1\":{\"103\":1}}],[\"973\",{\"1\":{\"103\":1}}],[\"978\",{\"1\":{\"103\":1}}],[\"979\",{\"1\":{\"103\":1}}],[\"976\",{\"1\":{\"103\":1}}],[\"977\",{\"1\":{\"103\":2}}],[\"97ca147735c170fb35096b39ef17a0fc5d9270ac\",{\"1\":{\"18\":2}}],[\"9fd8d7d\",{\"1\":{\"72\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":3,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5}}],[\"9d9075f\",{\"1\":{\"59\":1}}],[\"930\",{\"1\":{\"103\":1}}],[\"935\",{\"1\":{\"103\":1}}],[\"937\",{\"1\":{\"103\":1}}],[\"933\",{\"1\":{\"103\":1}}],[\"936\",{\"1\":{\"103\":1}}],[\"93\",{\"1\":{\"31\":1,\"103\":2}}],[\"942\",{\"1\":{\"103\":1}}],[\"941\",{\"1\":{\"103\":1}}],[\"948\",{\"1\":{\"103\":1}}],[\"945\",{\"1\":{\"103\":1}}],[\"943\",{\"1\":{\"103\":1}}],[\"944\",{\"1\":{\"103\":1}}],[\"94\",{\"1\":{\"31\":1,\"103\":1}}],[\"954\",{\"1\":{\"103\":1}}],[\"955\",{\"1\":{\"103\":1}}],[\"951\",{\"1\":{\"103\":1}}],[\"958\",{\"1\":{\"103\":2}}],[\"956\",{\"1\":{\"103\":1}}],[\"952\",{\"1\":{\"103\":1}}],[\"95\",{\"1\":{\"31\":1}}],[\"904\",{\"1\":{\"103\":1}}],[\"903\",{\"1\":{\"103\":1}}],[\"902\",{\"1\":{\"103\":1}}],[\"901\",{\"1\":{\"103\":1}}],[\"909\",{\"1\":{\"103\":1}}],[\"905\",{\"1\":{\"103\":1}}],[\"907\",{\"1\":{\"103\":1}}],[\"908\",{\"1\":{\"103\":1}}],[\"90\",{\"1\":{\"18\":1,\"19\":1,\"31\":1,\"103\":1}}],[\"917\",{\"1\":{\"103\":1}}],[\"916\",{\"1\":{\"103\":1}}],[\"915\",{\"1\":{\"103\":1}}],[\"914\",{\"1\":{\"103\":1}}],[\"913\",{\"1\":{\"103\":1}}],[\"912\",{\"1\":{\"103\":1}}],[\"911\",{\"1\":{\"103\":1}}],[\"910\",{\"1\":{\"103\":1}}],[\"919\",{\"1\":{\"103\":1}}],[\"91dc8a3\",{\"1\":{\"62\":1}}],[\"91\",{\"1\":{\"18\":1,\"103\":1}}],[\"920\",{\"1\":{\"103\":1}}],[\"921\",{\"1\":{\"103\":1}}],[\"922\",{\"1\":{\"103\":1}}],[\"923\",{\"1\":{\"103\":1}}],[\"925\",{\"1\":{\"103\":1}}],[\"929\",{\"1\":{\"103\":1}}],[\"924\",{\"1\":{\"103\":1}}],[\"928\",{\"1\":{\"103\":1}}],[\"92\",{\"1\":{\"18\":1,\"31\":1,\"103\":2}}],[\"9a9194f87191a7e9055e3e9b95b8cfb13023bb08\",{\"1\":{\"18\":1}}],[\"9\",{\"0\":{\"249\":2},\"1\":{\"4\":1,\"5\":1,\"9\":6,\"16\":5,\"17\":9,\"18\":77,\"19\":8,\"21\":3,\"23\":3,\"24\":1,\"26\":1,\"28\":3,\"29\":5,\"31\":1,\"39\":1,\"43\":3,\"62\":10,\"63\":2,\"64\":6,\"66\":4,\"67\":1,\"68\":8,\"69\":14,\"72\":16,\"74\":93,\"76\":103,\"78\":103,\"80\":113,\"82\":131,\"84\":132,\"86\":136,\"88\":136,\"90\":138,\"92\":138,\"94\":145,\"96\":149,\"98\":150,\"100\":154,\"102\":157,\"103\":57,\"251\":4}}],[\"7ef8340\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"70\",{\"1\":{\"103\":1}}],[\"70aca85\",{\"1\":{\"103\":1}}],[\"709\",{\"1\":{\"103\":1}}],[\"706\",{\"1\":{\"103\":1}}],[\"708\",{\"1\":{\"103\":1}}],[\"707\",{\"1\":{\"103\":1}}],[\"700\",{\"1\":{\"103\":1}}],[\"7002\",{\"1\":{\"19\":1}}],[\"7006\",{\"1\":{\"18\":1}}],[\"7000\",{\"1\":{\"18\":1}}],[\"701\",{\"1\":{\"103\":1}}],[\"7010\",{\"1\":{\"18\":1}}],[\"7012\",{\"1\":{\"18\":1}}],[\"7016\",{\"1\":{\"18\":1}}],[\"7014\",{\"1\":{\"18\":1}}],[\"7017\",{\"1\":{\"18\":1}}],[\"702\",{\"1\":{\"103\":1}}],[\"7027\",{\"1\":{\"18\":1}}],[\"7028\",{\"1\":{\"18\":1}}],[\"7026\",{\"1\":{\"18\":1}}],[\"703\",{\"1\":{\"103\":1}}],[\"7034\",{\"1\":{\"18\":1}}],[\"7037\",{\"1\":{\"18\":1}}],[\"7038\",{\"1\":{\"18\":1}}],[\"704\",{\"1\":{\"103\":1}}],[\"7049\",{\"1\":{\"18\":1}}],[\"7048\",{\"1\":{\"18\":1}}],[\"7045\",{\"1\":{\"18\":1}}],[\"7047\",{\"1\":{\"18\":1}}],[\"7041\",{\"1\":{\"18\":1}}],[\"725\",{\"1\":{\"103\":1}}],[\"729\",{\"1\":{\"103\":1}}],[\"724\",{\"1\":{\"103\":1}}],[\"7241\",{\"1\":{\"18\":1}}],[\"72\",{\"1\":{\"103\":2}}],[\"721\",{\"1\":{\"103\":1}}],[\"7218\",{\"1\":{\"18\":1}}],[\"7214\",{\"1\":{\"18\":1}}],[\"7219\",{\"1\":{\"18\":1}}],[\"7233\",{\"1\":{\"18\":1}}],[\"7234\",{\"1\":{\"18\":1}}],[\"7235\",{\"1\":{\"18\":1}}],[\"7236\",{\"1\":{\"18\":1}}],[\"7238\",{\"1\":{\"18\":1}}],[\"7280\",{\"1\":{\"18\":1}}],[\"7282\",{\"1\":{\"18\":1}}],[\"7268\",{\"1\":{\"18\":1}}],[\"7269\",{\"1\":{\"18\":1}}],[\"7226\",{\"1\":{\"18\":1}}],[\"7220\",{\"1\":{\"18\":1}}],[\"7276\",{\"1\":{\"18\":1}}],[\"7274\",{\"1\":{\"18\":1}}],[\"7277\",{\"1\":{\"18\":1}}],[\"7279\",{\"1\":{\"18\":1}}],[\"7278\",{\"1\":{\"18\":1}}],[\"7275\",{\"1\":{\"18\":1}}],[\"7273\",{\"1\":{\"18\":1}}],[\"720\",{\"1\":{\"103\":1}}],[\"7204\",{\"1\":{\"18\":1}}],[\"7208\",{\"1\":{\"18\":1}}],[\"7206\",{\"1\":{\"18\":1}}],[\"7474\",{\"1\":{\"149\":1,\"274\":1,\"276\":1}}],[\"74\",{\"1\":{\"103\":1}}],[\"749\",{\"1\":{\"103\":1}}],[\"7491\",{\"1\":{\"18\":1}}],[\"744\",{\"1\":{\"103\":1}}],[\"743\",{\"1\":{\"103\":1}}],[\"7431\",{\"1\":{\"18\":1}}],[\"741\",{\"1\":{\"103\":1}}],[\"746\",{\"1\":{\"103\":1}}],[\"742\",{\"1\":{\"103\":1}}],[\"740\",{\"1\":{\"103\":1}}],[\"7401\",{\"1\":{\"18\":1}}],[\"748\",{\"1\":{\"103\":1}}],[\"7484\",{\"1\":{\"18\":1}}],[\"7485\",{\"1\":{\"18\":1}}],[\"7486\",{\"1\":{\"18\":1}}],[\"7489\",{\"1\":{\"18\":1}}],[\"7487\",{\"1\":{\"18\":1}}],[\"745\",{\"1\":{\"103\":1}}],[\"7455\",{\"1\":{\"18\":1}}],[\"7457\",{\"1\":{\"18\":1}}],[\"736\",{\"1\":{\"103\":1}}],[\"735\",{\"1\":{\"103\":1}}],[\"731\",{\"1\":{\"103\":1}}],[\"730\",{\"1\":{\"103\":1}}],[\"7307\",{\"1\":{\"18\":1}}],[\"732\",{\"1\":{\"103\":1}}],[\"73\",{\"1\":{\"103\":2}}],[\"733\",{\"1\":{\"103\":1}}],[\"7335\",{\"1\":{\"18\":1}}],[\"7334\",{\"1\":{\"18\":1}}],[\"7333\",{\"1\":{\"18\":1}}],[\"733a1daa12a9e7f9b219279836ac0190f48cf46d\",{\"1\":{\"18\":2}}],[\"739\",{\"1\":{\"103\":1}}],[\"7399\",{\"1\":{\"18\":1}}],[\"7393\",{\"1\":{\"18\":1}}],[\"761\",{\"1\":{\"103\":1}}],[\"762\",{\"1\":{\"103\":1}}],[\"7629\",{\"1\":{\"18\":1}}],[\"766\",{\"1\":{\"103\":1}}],[\"768\",{\"1\":{\"103\":1}}],[\"7683\",{\"1\":{\"18\":1}}],[\"763\",{\"1\":{\"103\":1}}],[\"764\",{\"1\":{\"103\":1}}],[\"7641\",{\"1\":{\"18\":1}}],[\"76\",{\"1\":{\"103\":3}}],[\"7692\",{\"1\":{\"18\":1}}],[\"710\",{\"1\":{\"103\":1}}],[\"7105\",{\"1\":{\"18\":1}}],[\"71\",{\"1\":{\"31\":1,\"103\":2}}],[\"712\",{\"1\":{\"103\":1}}],[\"7123\",{\"1\":{\"18\":1}}],[\"7122\",{\"1\":{\"18\":1}}],[\"7124\",{\"1\":{\"18\":1}}],[\"7126\",{\"1\":{\"18\":1}}],[\"7129\",{\"1\":{\"18\":1}}],[\"711\",{\"1\":{\"103\":1}}],[\"7118\",{\"1\":{\"18\":1}}],[\"7115\",{\"1\":{\"18\":1}}],[\"7112\",{\"1\":{\"16\":1}}],[\"713\",{\"1\":{\"103\":1}}],[\"7137\",{\"1\":{\"18\":1}}],[\"7138\",{\"1\":{\"18\":1}}],[\"7133\",{\"1\":{\"18\":1}}],[\"7139\",{\"1\":{\"18\":1}}],[\"714\",{\"1\":{\"103\":1}}],[\"7146\",{\"1\":{\"18\":1}}],[\"7147\",{\"1\":{\"18\":1}}],[\"7144\",{\"1\":{\"18\":1}}],[\"7151\",{\"1\":{\"18\":1}}],[\"7150\",{\"1\":{\"18\":1}}],[\"7157\",{\"1\":{\"18\":1}}],[\"7158\",{\"1\":{\"18\":1}}],[\"7159\",{\"1\":{\"18\":1}}],[\"7153\",{\"1\":{\"18\":1}}],[\"7160\",{\"1\":{\"18\":1}}],[\"7161\",{\"1\":{\"18\":1}}],[\"7163\",{\"1\":{\"18\":1}}],[\"7169\",{\"1\":{\"18\":1}}],[\"7174\",{\"1\":{\"18\":1}}],[\"7175\",{\"1\":{\"18\":1}}],[\"7171\",{\"1\":{\"18\":1}}],[\"719\",{\"1\":{\"103\":1}}],[\"7195\",{\"1\":{\"18\":1}}],[\"7197\",{\"1\":{\"18\":1}}],[\"7193\",{\"1\":{\"18\":1}}],[\"718\",{\"1\":{\"103\":1}}],[\"7188\",{\"1\":{\"18\":1}}],[\"7185\",{\"1\":{\"18\":1}}],[\"7181\",{\"1\":{\"18\":1}}],[\"78\",{\"1\":{\"103\":2}}],[\"789\",{\"1\":{\"103\":1}}],[\"786\",{\"1\":{\"103\":1}}],[\"780\",{\"1\":{\"103\":1}}],[\"7803\",{\"1\":{\"18\":1}}],[\"7804\",{\"1\":{\"18\":1}}],[\"7805\",{\"1\":{\"18\":1}}],[\"7820\",{\"1\":{\"18\":1}}],[\"7815\",{\"1\":{\"18\":1}}],[\"7814\",{\"1\":{\"18\":1}}],[\"7812\",{\"1\":{\"18\":1}}],[\"7817\",{\"1\":{\"18\":1}}],[\"7818\",{\"1\":{\"18\":1}}],[\"7819\",{\"1\":{\"18\":1}}],[\"783\",{\"1\":{\"103\":1}}],[\"7839\",{\"1\":{\"18\":1}}],[\"7838\",{\"1\":{\"18\":1}}],[\"7837\",{\"1\":{\"18\":1}}],[\"7834\",{\"1\":{\"18\":1}}],[\"7833\",{\"1\":{\"18\":1}}],[\"7840\",{\"1\":{\"18\":1}}],[\"7844\",{\"1\":{\"18\":1}}],[\"7848\",{\"1\":{\"18\":1}}],[\"7842\",{\"1\":{\"18\":1}}],[\"787\",{\"1\":{\"103\":1}}],[\"7870\",{\"1\":{\"18\":1}}],[\"7878\",{\"1\":{\"18\":1}}],[\"7872\",{\"1\":{\"18\":1}}],[\"788\",{\"1\":{\"103\":1}}],[\"7889\",{\"1\":{\"18\":1}}],[\"7882\",{\"1\":{\"18\":1}}],[\"7885\",{\"1\":{\"18\":1}}],[\"79\",{\"1\":{\"103\":3}}],[\"790\",{\"1\":{\"103\":1}}],[\"7905\",{\"1\":{\"18\":1}}],[\"795\",{\"1\":{\"103\":1}}],[\"7950\",{\"1\":{\"18\":1}}],[\"793\",{\"1\":{\"103\":1}}],[\"793556a\",{\"1\":{\"103\":1}}],[\"7937\",{\"1\":{\"18\":1}}],[\"7933\",{\"1\":{\"18\":1}}],[\"7930\",{\"1\":{\"18\":1}}],[\"7932\",{\"1\":{\"18\":1}}],[\"7938\",{\"1\":{\"18\":1}}],[\"797\",{\"1\":{\"103\":1}}],[\"7970\",{\"1\":{\"18\":1}}],[\"7973\",{\"1\":{\"18\":1}}],[\"7976\",{\"1\":{\"18\":1}}],[\"7972\",{\"1\":{\"18\":1}}],[\"7975\",{\"1\":{\"18\":1}}],[\"791\",{\"1\":{\"103\":1}}],[\"7917\",{\"1\":{\"18\":1}}],[\"7915\",{\"1\":{\"18\":1}}],[\"7916\",{\"1\":{\"18\":1}}],[\"794\",{\"1\":{\"103\":1}}],[\"7941\",{\"1\":{\"18\":1}}],[\"7949\",{\"1\":{\"18\":1}}],[\"7940\",{\"1\":{\"18\":1}}],[\"7944\",{\"1\":{\"18\":1}}],[\"7942\",{\"1\":{\"18\":1}}],[\"792\",{\"1\":{\"103\":1}}],[\"7927\",{\"1\":{\"18\":1}}],[\"7925\",{\"1\":{\"18\":1}}],[\"798\",{\"1\":{\"103\":1}}],[\"7983\",{\"1\":{\"18\":1}}],[\"7984\",{\"1\":{\"18\":1}}],[\"7985\",{\"1\":{\"18\":1}}],[\"7988\",{\"1\":{\"18\":1}}],[\"799\",{\"1\":{\"103\":5}}],[\"7999\",{\"1\":{\"18\":1}}],[\"7990\",{\"1\":{\"18\":1}}],[\"796\",{\"1\":{\"103\":1}}],[\"7963\",{\"1\":{\"18\":1}}],[\"7962\",{\"1\":{\"18\":1}}],[\"750\",{\"1\":{\"103\":1}}],[\"752\",{\"1\":{\"103\":1}}],[\"751\",{\"1\":{\"103\":1}}],[\"758\",{\"1\":{\"103\":1}}],[\"757\",{\"1\":{\"103\":1}}],[\"754\",{\"1\":{\"103\":1}}],[\"7530\",{\"1\":{\"18\":1}}],[\"756\",{\"1\":{\"103\":1}}],[\"7562\",{\"1\":{\"18\":1}}],[\"7563\",{\"1\":{\"18\":1}}],[\"7564\",{\"1\":{\"18\":1}}],[\"75\",{\"1\":{\"18\":3,\"103\":3}}],[\"7d83e59a57f3c201c76eed3d33dff64ec4452d27\",{\"1\":{\"18\":1}}],[\"775\",{\"1\":{\"103\":1}}],[\"7758\",{\"1\":{\"18\":1}}],[\"773\",{\"1\":{\"103\":1}}],[\"772\",{\"1\":{\"103\":1}}],[\"7728\",{\"1\":{\"18\":1}}],[\"771\",{\"1\":{\"103\":1}}],[\"776\",{\"1\":{\"103\":1}}],[\"7766\",{\"1\":{\"18\":1}}],[\"7762\",{\"1\":{\"18\":1}}],[\"7768\",{\"1\":{\"18\":1}}],[\"7769\",{\"1\":{\"18\":1}}],[\"770\",{\"1\":{\"103\":1}}],[\"7701\",{\"1\":{\"18\":1}}],[\"7709\",{\"1\":{\"18\":1}}],[\"7770\",{\"1\":{\"18\":1}}],[\"7773\",{\"1\":{\"18\":1}}],[\"7780\",{\"1\":{\"18\":1}}],[\"7782\",{\"1\":{\"18\":1}}],[\"7787\",{\"1\":{\"18\":1}}],[\"7788\",{\"1\":{\"18\":1}}],[\"7781\",{\"1\":{\"18\":1}}],[\"7795\",{\"1\":{\"18\":1}}],[\"7791\",{\"1\":{\"18\":1}}],[\"77\",{\"1\":{\"16\":1,\"18\":1,\"31\":1,\"103\":2}}],[\"7\",{\"0\":{\"237\":2,\"254\":2},\"1\":{\"4\":1,\"9\":4,\"12\":1,\"16\":5,\"17\":1,\"18\":55,\"19\":33,\"20\":2,\"21\":9,\"23\":5,\"24\":2,\"27\":4,\"28\":9,\"29\":7,\"31\":1,\"37\":4,\"41\":2,\"42\":1,\"43\":11,\"62\":35,\"63\":6,\"64\":24,\"65\":9,\"66\":52,\"67\":13,\"68\":15,\"69\":27,\"70\":2,\"72\":66,\"74\":278,\"76\":306,\"78\":311,\"80\":377,\"82\":385,\"84\":424,\"86\":479,\"88\":480,\"90\":481,\"92\":486,\"94\":493,\"96\":504,\"98\":504,\"100\":541,\"102\":565,\"103\":197}}],[\"vote\",{\"1\":{\"218\":1,\"219\":1}}],[\"votes\",{\"0\":{\"218\":1},\"1\":{\"218\":1,\"219\":1,\"221\":1}}],[\"volunteer\",{\"1\":{\"117\":1}}],[\"volunteers\",{\"1\":{\"115\":1,\"117\":1,\"151\":2}}],[\"volumes\",{\"1\":{\"103\":1,\"187\":1}}],[\"voices\",{\"1\":{\"132\":1}}],[\"voice\",{\"1\":{\"3\":1}}],[\"vulnerability\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":2,\"102\":2,\"103\":1}}],[\"vue3\",{\"1\":{\"265\":1}}],[\"vuejs\",{\"1\":{\"154\":1}}],[\"vuep\",{\"1\":{\"103\":1}}],[\"vuepress\",{\"1\":{\"18\":5,\"19\":9,\"166\":1,\"175\":2,\"265\":1}}],[\"vuex\",{\"1\":{\"103\":3}}],[\"vue2\",{\"1\":{\"19\":1}}],[\"vuetify\",{\"1\":{\"18\":1,\"265\":1}}],[\"vue\",{\"0\":{\"314\":1},\"1\":{\"17\":1,\"18\":14,\"19\":3,\"21\":1,\"31\":1,\"37\":2,\"43\":3,\"62\":4,\"64\":1,\"65\":2,\"66\":4,\"67\":5,\"68\":3,\"69\":2,\"70\":3,\"72\":4,\"74\":31,\"76\":32,\"78\":32,\"80\":37,\"82\":39,\"84\":44,\"86\":44,\"88\":45,\"90\":45,\"92\":47,\"94\":50,\"96\":51,\"98\":51,\"100\":51,\"102\":52,\"103\":28,\"155\":1,\"158\":1,\"178\":1,\"179\":1,\"265\":1,\"288\":1,\"295\":1,\"296\":1,\"304\":1,\"310\":1,\"315\":1,\"316\":2,\"317\":1,\"318\":2}}],[\"v\",{\"1\":{\"43\":1,\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3,\"117\":1,\"138\":2,\"187\":1,\"317\":4}}],[\"v0\",{\"0\":{\"103\":1},\"1\":{\"41\":1,\"62\":3,\"63\":1,\"64\":1,\"66\":1,\"67\":2,\"69\":1,\"74\":7,\"76\":7,\"78\":7,\"80\":7,\"82\":7,\"84\":7,\"86\":7,\"88\":7,\"90\":7,\"92\":7,\"94\":7,\"96\":7,\"98\":7,\"100\":7,\"102\":7}}],[\"v^0\",{\"1\":{\"37\":2}}],[\"v16\",{\"1\":{\"182\":1}}],[\"v13\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"v1alpha2\",{\"1\":{\"31\":1,\"251\":3}}],[\"v1\",{\"0\":{\"248\":1},\"1\":{\"31\":14,\"37\":1,\"38\":1,\"39\":1,\"40\":1,\"41\":1,\"43\":1,\"44\":1,\"45\":1,\"48\":1,\"103\":1,\"251\":4}}],[\"v12\",{\"1\":{\"28\":1}}],[\"venue\",{\"1\":{\"27\":1}}],[\"verborgen\",{\"1\":{\"326\":2}}],[\"verbose\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"verify\",{\"1\":{\"312\":1}}],[\"verified\",{\"1\":{\"227\":1}}],[\"verification\",{\"1\":{\"9\":1,\"259\":1,\"261\":1}}],[\"versus\",{\"0\":{\"214\":1},\"1\":{\"202\":1,\"214\":1}}],[\"version>\",{\"1\":{\"124\":1}}],[\"version=\",{\"1\":{\"124\":1}}],[\"version\",{\"0\":{\"233\":1,\"236\":1,\"237\":1,\"238\":1,\"240\":1,\"244\":1,\"247\":1,\"249\":1,\"252\":1,\"254\":1},\"1\":{\"15\":1,\"18\":2,\"19\":1,\"20\":2,\"21\":1,\"27\":1,\"28\":1,\"31\":4,\"32\":2,\"39\":1,\"49\":1,\"62\":2,\"65\":1,\"72\":3,\"74\":4,\"76\":6,\"78\":7,\"80\":10,\"82\":11,\"84\":12,\"86\":13,\"88\":15,\"90\":16,\"92\":17,\"94\":18,\"96\":18,\"98\":18,\"100\":18,\"102\":18,\"103\":3,\"110\":2,\"148\":3,\"175\":1,\"182\":4,\"232\":1,\"251\":4,\"285\":2}}],[\"versions\",{\"1\":{\"2\":2,\"17\":1,\"18\":1,\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"148\":1,\"182\":2,\"285\":1}}],[\"very\",{\"1\":{\"138\":1}}],[\"verlauf\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"var\",{\"1\":{\"279\":2,\"280\":2}}],[\"vars\",{\"1\":{\"103\":2}}],[\"variant\",{\"1\":{\"305\":2}}],[\"variants\",{\"0\":{\"305\":1},\"1\":{\"305\":1}}],[\"variables\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"182\":1,\"234\":1,\"236\":1,\"255\":1,\"258\":1,\"261\":1,\"303\":1}}],[\"variable\",{\"0\":{\"123\":1},\"1\":{\"19\":1,\"44\":1,\"123\":1,\"263\":1,\"283\":1}}],[\"various\",{\"1\":{\"72\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1}}],[\"value\",{\"1\":{\"103\":1,\"234\":1,\"241\":4,\"242\":1,\"243\":2,\"245\":1,\"246\":1,\"248\":1,\"253\":1,\"263\":1}}],[\"values\",{\"0\":{\"255\":1},\"1\":{\"9\":1,\"10\":1,\"19\":1,\"22\":1,\"27\":1,\"234\":2,\"235\":1,\"236\":2,\"238\":1,\"239\":2,\"248\":2,\"250\":2,\"253\":2,\"255\":1,\"261\":1,\"263\":2,\"303\":1,\"316\":1}}],[\"validate\",{\"1\":{\"103\":1}}],[\"validations\",{\"1\":{\"103\":1}}],[\"validation\",{\"1\":{\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1}}],[\"validator\",{\"1\":{\"6\":2,\"17\":2,\"18\":2,\"19\":1,\"28\":1,\"64\":2,\"65\":1,\"69\":2,\"74\":5,\"76\":5,\"78\":5,\"80\":8,\"82\":8,\"84\":10,\"86\":10,\"88\":10,\"90\":10,\"92\":11,\"94\":11,\"96\":11,\"98\":11,\"100\":11,\"102\":11}}],[\"vscode\",{\"1\":{\"18\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"v4\",{\"1\":{\"18\":1,\"23\":1}}],[\"violence\",{\"1\":{\"210\":1}}],[\"violation\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"visit\",{\"1\":{\"145\":1,\"288\":2}}],[\"vision\",{\"1\":{\"132\":1}}],[\"visibility\",{\"1\":{\"36\":1,\"207\":1,\"213\":1}}],[\"visible\",{\"1\":{\"19\":1,\"36\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"visualization\",{\"1\":{\"274\":1}}],[\"visual\",{\"1\":{\"103\":2,\"199\":1,\"312\":1}}],[\"viewpoints\",{\"1\":{\"106\":1}}],[\"viewport``width=device\",{\"1\":{\"31\":1}}],[\"views\",{\"1\":{\"49\":1}}],[\"view\",{\"1\":{\"32\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":2,\"102\":2,\"103\":2}}],[\"vite\",{\"1\":{\"18\":1,\"265\":1}}],[\"vitest\",{\"1\":{\"18\":2,\"265\":1}}],[\"vike\",{\"1\":{\"18\":3,\"19\":3,\"265\":1}}],[\"via\",{\"0\":{\"149\":1,\"325\":1},\"1\":{\"17\":1,\"48\":1,\"62\":1,\"108\":1,\"151\":2,\"198\":1}}],[\"videos\",{\"1\":{\"207\":1}}],[\"video\",{\"1\":{\"2\":1,\"31\":1,\"41\":1,\"62\":1,\"65\":1,\"66\":1,\"68\":1,\"69\":1,\"70\":1,\"72\":1,\"74\":9,\"76\":11,\"78\":11,\"80\":12,\"82\":12,\"84\":12,\"86\":14,\"88\":14,\"90\":14,\"92\":14,\"94\":14,\"96\":14,\"98\":14,\"100\":15,\"102\":16,\"103\":4,\"141\":1,\"210\":1,\"225\":1}}],[\"v24\",{\"1\":{\"182\":3}}],[\"v20\",{\"1\":{\"20\":4,\"21\":1,\"28\":1,\"285\":2}}],[\"v2\",{\"0\":{\"246\":1},\"1\":{\"16\":1,\"28\":1,\"29\":1,\"30\":1,\"31\":10,\"32\":1,\"33\":1,\"34\":1,\"35\":1}}],[\"v3\",{\"1\":{\"3\":1,\"4\":1,\"5\":1,\"6\":1,\"7\":1,\"8\":1,\"9\":1,\"10\":1,\"11\":1,\"12\":1,\"13\":1,\"14\":1,\"15\":1,\"16\":1,\"17\":1,\"18\":2,\"19\":1,\"20\":1,\"21\":1,\"22\":1,\"23\":1,\"24\":1,\"25\":1,\"26\":1,\"27\":1}}],[\"ogerly\",{\"1\":{\"115\":1}}],[\"ok\",{\"1\":{\"103\":1}}],[\"ownership\",{\"1\":{\"117\":2}}],[\"owner\",{\"1\":{\"103\":1,\"113\":1,\"326\":1}}],[\"own\",{\"1\":{\"102\":1,\"103\":2,\"117\":2,\"134\":1,\"139\":1,\"206\":1,\"239\":3,\"295\":1,\"320\":1}}],[\"old\",{\"1\":{\"55\":1,\"290\":1}}],[\"overriding\",{\"0\":{\"305\":1},\"1\":{\"305\":1}}],[\"override\",{\"1\":{\"31\":1}}],[\"overrides\",{\"1\":{\"31\":1}}],[\"overwritten\",{\"1\":{\"304\":1}}],[\"overwrite\",{\"1\":{\"123\":1,\"267\":1}}],[\"overwriting\",{\"1\":{\"31\":1}}],[\"overcoming\",{\"1\":{\"117\":1}}],[\"overlooked\",{\"1\":{\"103\":1}}],[\"over\",{\"0\":{\"302\":1},\"1\":{\"37\":1,\"62\":1,\"67\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"117\":1,\"166\":1,\"306\":1,\"317\":4}}],[\"o\",{\"1\":{\"31\":1,\"310\":1}}],[\"opt\",{\"1\":{\"229\":1}}],[\"optimization\",{\"1\":{\"9\":1,\"11\":1,\"19\":1}}],[\"optimize\",{\"1\":{\"5\":1,\"28\":1,\"103\":2}}],[\"options\",{\"1\":{\"103\":1,\"262\":1,\"276\":1}}],[\"optionally\",{\"1\":{\"207\":2}}],[\"optional\",{\"0\":{\"184\":1},\"1\":{\"38\":1,\"58\":1,\"124\":1,\"184\":1,\"265\":1}}],[\"option\",{\"1\":{\"2\":1,\"52\":1,\"234\":1,\"236\":1,\"279\":1,\"280\":1,\"288\":2,\"316\":1}}],[\"opportunity\",{\"1\":{\"132\":1}}],[\"operation\",{\"1\":{\"275\":1}}],[\"operations\",{\"0\":{\"277\":1},\"1\":{\"234\":1,\"263\":1}}],[\"operating\",{\"1\":{\"139\":1}}],[\"operator\",{\"1\":{\"132\":1}}],[\"operators\",{\"1\":{\"132\":2}}],[\"operate\",{\"1\":{\"113\":1}}],[\"openssl\",{\"1\":{\"261\":1}}],[\"open\",{\"0\":{\"114\":1,\"199\":1},\"1\":{\"27\":2,\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"105\":1,\"113\":2,\"117\":2,\"132\":1,\"152\":1,\"160\":1,\"171\":1,\"199\":1,\"202\":1,\"273\":1,\"288\":2,\"326\":1}}],[\"occurring\",{\"1\":{\"251\":1}}],[\"ocean\",{\"1\":{\"62\":1,\"103\":2}}],[\"ocelotdockerversiontag\",{\"0\":{\"233\":1,\"236\":1,\"237\":1,\"238\":1,\"240\":1,\"244\":1,\"247\":1,\"249\":1,\"252\":1,\"254\":1}}],[\"ocelotsocialnetwork\",{\"1\":{\"39\":2,\"124\":1,\"126\":1,\"127\":1,\"129\":1,\"130\":1}}],[\"ocelot\",{\"0\":{\"132\":1,\"149\":1,\"170\":1},\"1\":{\"15\":1,\"18\":3,\"19\":2,\"28\":1,\"29\":1,\"31\":3,\"38\":1,\"39\":1,\"45\":1,\"103\":2,\"109\":1,\"111\":1,\"113\":2,\"116\":1,\"131\":1,\"132\":1,\"134\":1,\"137\":7,\"139\":2,\"141\":1,\"144\":6,\"145\":1,\"153\":1,\"170\":1,\"182\":1,\"183\":4,\"185\":1,\"186\":1,\"187\":2,\"188\":1,\"189\":2,\"202\":1,\"251\":3,\"263\":1,\"282\":2,\"290\":1,\"313\":1,\"322\":1}}],[\"october\",{\"1\":{\"20\":1,\"34\":1,\"35\":1,\"36\":1,\"42\":1,\"87\":1,\"89\":1,\"91\":1,\"93\":1,\"95\":1,\"97\":1,\"99\":1}}],[\"outbox\",{\"1\":{\"231\":1}}],[\"out\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"131\":1,\"133\":1,\"134\":1,\"136\":1,\"145\":1,\"151\":1,\"187\":1,\"189\":1,\"191\":2,\"193\":1,\"201\":1,\"261\":1,\"279\":1,\"280\":1}}],[\"output\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":3,\"200\":1,\"310\":1,\"313\":2}}],[\"outside\",{\"1\":{\"53\":1,\"103\":1}}],[\"outdated\",{\"1\":{\"9\":1}}],[\"ours\",{\"1\":{\"270\":1}}],[\"ourselves\",{\"1\":{\"113\":1,\"192\":1}}],[\"our\",{\"0\":{\"105\":1,\"106\":1,\"107\":1,\"304\":1},\"1\":{\"17\":2,\"80\":1,\"82\":2,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":1,\"105\":2,\"112\":3,\"113\":4,\"115\":2,\"116\":1,\"117\":1,\"124\":1,\"132\":2,\"136\":1,\"137\":1,\"139\":1,\"141\":1,\"145\":2,\"151\":7,\"152\":1,\"153\":3,\"160\":3,\"177\":1,\"182\":1,\"198\":1,\"203\":1,\"262\":1,\"263\":1,\"273\":2,\"279\":1,\"282\":2,\"288\":5,\"290\":3,\"295\":2,\"298\":1,\"303\":1,\"304\":1,\"310\":1,\"311\":1,\"312\":1,\"316\":1,\"326\":3,\"333\":1}}],[\"orientation\",{\"1\":{\"105\":1}}],[\"originally\",{\"1\":{\"235\":1,\"238\":1,\"241\":2,\"242\":1,\"243\":1,\"245\":1,\"246\":1}}],[\"original\",{\"1\":{\"54\":1,\"63\":1,\"68\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"organisation\",{\"1\":{\"226\":1}}],[\"organisations\",{\"1\":{\"202\":1,\"222\":1}}],[\"organization\",{\"1\":{\"226\":1,\"239\":1}}],[\"organizations\",{\"0\":{\"226\":1},\"1\":{\"215\":1,\"226\":2}}],[\"organizational\",{\"1\":{\"203\":1}}],[\"organized\",{\"1\":{\"191\":1}}],[\"org\",{\"1\":{\"102\":1,\"103\":1,\"110\":1,\"146\":3,\"184\":1,\"226\":1,\"325\":3}}],[\"ordering\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"order\",{\"1\":{\"17\":1,\"19\":1,\"27\":1,\"28\":1,\"31\":1,\"103\":1,\"113\":1,\"142\":1,\"187\":1,\"303\":1,\"306\":1}}],[\"or\",{\"0\":{\"167\":1,\"173\":1,\"278\":1,\"320\":1},\"1\":{\"16\":1,\"27\":1,\"31\":1,\"36\":1,\"103\":7,\"105\":1,\"106\":5,\"107\":4,\"108\":4,\"109\":3,\"112\":3,\"113\":2,\"117\":1,\"120\":2,\"123\":1,\"124\":1,\"131\":9,\"132\":2,\"137\":3,\"139\":1,\"142\":1,\"148\":2,\"152\":1,\"181\":2,\"182\":4,\"183\":1,\"184\":2,\"185\":1,\"186\":1,\"187\":4,\"191\":1,\"200\":1,\"202\":5,\"217\":1,\"218\":1,\"225\":1,\"234\":1,\"236\":1,\"257\":1,\"258\":1,\"261\":1,\"263\":1,\"269\":1,\"276\":1,\"282\":5,\"283\":2,\"285\":2,\"291\":1,\"293\":2,\"295\":1,\"299\":1,\"302\":1,\"303\":2,\"310\":1,\"313\":1,\"316\":2,\"320\":1,\"322\":1,\"325\":2}}],[\"obvious\",{\"1\":{\"273\":1}}],[\"obtaining\",{\"1\":{\"131\":1}}],[\"obligated\",{\"1\":{\"109\":1}}],[\"obfuscate\",{\"1\":{\"103\":2}}],[\"object\",{\"1\":{\"62\":1,\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"objects\",{\"1\":{\"2\":1,\"231\":2,\"251\":1,\"316\":1}}],[\"obsolete\",{\"1\":{\"18\":1,\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":2}}],[\"observing\",{\"1\":{\"17\":2}}],[\"observes\",{\"1\":{\"17\":1}}],[\"observed\",{\"1\":{\"17\":1}}],[\"observe\",{\"1\":{\"8\":1,\"17\":4}}],[\"otherwise\",{\"1\":{\"109\":1,\"131\":1,\"189\":1}}],[\"others\",{\"1\":{\"103\":1,\"106\":1,\"117\":1,\"208\":1,\"229\":1}}],[\"other\",{\"0\":{\"167\":1,\"173\":1},\"1\":{\"2\":1,\"15\":1,\"17\":2,\"18\":27,\"19\":49,\"20\":1,\"21\":20,\"22\":2,\"23\":7,\"24\":1,\"27\":13,\"28\":9,\"29\":9,\"30\":1,\"31\":25,\"33\":2,\"34\":1,\"43\":1,\"106\":2,\"107\":2,\"109\":1,\"113\":1,\"117\":3,\"131\":2,\"132\":3,\"202\":2,\"279\":1,\"283\":1,\"293\":1,\"294\":1,\"298\":1,\"304\":1,\"305\":1,\"306\":3,\"310\":1,\"312\":1,\"315\":1,\"316\":1,\"325\":1}}],[\"often\",{\"1\":{\"112\":1,\"191\":1}}],[\"office\",{\"1\":{\"137\":1}}],[\"official\",{\"1\":{\"108\":2,\"316\":1,\"317\":1}}],[\"offers\",{\"1\":{\"312\":1,\"318\":1}}],[\"offer\",{\"1\":{\"132\":1,\"309\":1,\"312\":1}}],[\"offensive\",{\"1\":{\"107\":1}}],[\"off\",{\"1\":{\"103\":1,\"211\":1}}],[\"offline\",{\"1\":{\"19\":1,\"108\":1}}],[\"of\",{\"0\":{\"104\":1,\"148\":1,\"158\":1,\"270\":1,\"303\":1,\"305\":1},\"1\":{\"2\":1,\"16\":2,\"17\":2,\"18\":2,\"19\":5,\"22\":2,\"24\":1,\"27\":6,\"28\":1,\"29\":1,\"31\":9,\"34\":2,\"45\":1,\"48\":1,\"53\":1,\"62\":8,\"65\":2,\"72\":1,\"74\":6,\"76\":6,\"78\":6,\"80\":11,\"82\":13,\"84\":14,\"86\":15,\"88\":15,\"90\":15,\"92\":16,\"94\":17,\"96\":17,\"98\":18,\"100\":18,\"102\":18,\"103\":35,\"105\":3,\"106\":4,\"107\":3,\"108\":3,\"109\":5,\"110\":1,\"111\":1,\"113\":1,\"115\":1,\"117\":2,\"131\":8,\"132\":5,\"137\":3,\"142\":2,\"149\":1,\"150\":1,\"158\":1,\"160\":4,\"171\":1,\"182\":2,\"186\":1,\"189\":1,\"190\":2,\"191\":1,\"199\":1,\"202\":1,\"204\":1,\"205\":2,\"206\":2,\"208\":1,\"215\":1,\"225\":1,\"227\":2,\"234\":1,\"241\":1,\"243\":1,\"251\":1,\"259\":1,\"268\":1,\"270\":3,\"273\":1,\"274\":1,\"275\":2,\"276\":1,\"278\":1,\"279\":1,\"282\":3,\"283\":2,\"285\":1,\"288\":3,\"290\":1,\"291\":4,\"293\":1,\"294\":6,\"298\":1,\"299\":2,\"303\":2,\"306\":2,\"310\":1,\"313\":1,\"315\":1,\"318\":1,\"332\":1}}],[\"ondmarc\",{\"1\":{\"261\":1}}],[\"onboard\",{\"1\":{\"152\":1}}],[\"once\",{\"1\":{\"113\":1,\"149\":2,\"151\":1}}],[\"online\",{\"1\":{\"16\":1,\"17\":1,\"19\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"108\":1,\"132\":1,\"206\":1}}],[\"only>\",{\"1\":{\"103\":1}}],[\"only\",{\"1\":{\"16\":1,\"21\":1,\"27\":1,\"31\":2,\"37\":1,\"61\":1,\"65\":1,\"67\":1,\"68\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":4,\"88\":4,\"90\":4,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":2,\"117\":1,\"153\":2,\"250\":1,\"273\":1,\"313\":1,\"316\":1,\"320\":1}}],[\"onto\",{\"1\":{\"15\":1}}],[\"ones\",{\"1\":{\"251\":1,\"313\":1}}],[\"one\",{\"1\":{\"8\":1,\"16\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"113\":1,\"124\":1,\"147\":1,\"160\":1,\"191\":1,\"276\":1,\"282\":1,\"293\":2,\"304\":1,\"306\":1}}],[\"on\",{\"0\":{\"170\":1,\"214\":1,\"277\":1},\"1\":{\"2\":1,\"3\":1,\"6\":1,\"8\":1,\"10\":1,\"11\":1,\"15\":1,\"16\":1,\"17\":1,\"18\":2,\"19\":3,\"23\":2,\"27\":5,\"28\":1,\"31\":11,\"32\":3,\"34\":2,\"36\":2,\"38\":1,\"39\":2,\"49\":1,\"62\":9,\"63\":1,\"65\":1,\"66\":1,\"67\":1,\"69\":2,\"70\":1,\"74\":12,\"76\":12,\"78\":14,\"80\":15,\"82\":17,\"84\":17,\"86\":17,\"88\":18,\"90\":19,\"92\":19,\"94\":19,\"96\":19,\"98\":19,\"100\":19,\"102\":21,\"103\":29,\"106\":1,\"112\":2,\"113\":7,\"115\":2,\"116\":1,\"123\":1,\"132\":1,\"137\":3,\"139\":1,\"142\":1,\"148\":1,\"149\":1,\"152\":2,\"160\":4,\"170\":1,\"171\":1,\"179\":1,\"181\":2,\"182\":2,\"198\":2,\"199\":1,\"201\":1,\"202\":2,\"211\":1,\"217\":1,\"232\":1,\"248\":1,\"255\":1,\"261\":1,\"275\":1,\"276\":2,\"278\":1,\"282\":2,\"283\":2,\"285\":1,\"288\":2,\"293\":1,\"294\":2,\"296\":1,\"299\":2,\"302\":1,\"305\":1,\"306\":2,\"307\":1,\"313\":2,\"317\":1,\"319\":1,\"323\":1}}],[\"n<your\",{\"1\":{\"261\":1}}],[\"nitro\",{\"1\":{\"103\":22,\"290\":1}}],[\"nginx\",{\"1\":{\"103\":1}}],[\"nationality\",{\"1\":{\"105\":1}}],[\"natively\",{\"1\":{\"273\":1}}],[\"native\",{\"1\":{\"43\":1}}],[\"nav\",{\"1\":{\"100\":1,\"102\":1}}],[\"navigate\",{\"1\":{\"19\":1,\"23\":1,\"160\":1,\"197\":1,\"288\":1}}],[\"navigation\",{\"1\":{\"19\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"navbar\",{\"1\":{\"18\":1,\"32\":2,\"103\":2}}],[\"name=\",{\"1\":{\"328\":1}}],[\"named\",{\"1\":{\"151\":1}}],[\"name>\",{\"1\":{\"124\":3}}],[\"name<=>handle\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"namespace\",{\"1\":{\"103\":1,\"251\":3}}],[\"names\",{\"0\":{\"295\":1},\"1\":{\"29\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"295\":2,\"304\":1,\"310\":1}}],[\"name\",{\"0\":{\"263\":1,\"304\":1},\"1\":{\"8\":1,\"11\":1,\"16\":1,\"18\":1,\"19\":2,\"31\":2,\"32\":1,\"33\":1,\"62\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":7,\"124\":1,\"153\":1,\"204\":1,\"226\":1,\"234\":1,\"251\":2,\"261\":1,\"263\":1,\"279\":2,\"280\":3,\"282\":1,\"283\":6,\"304\":1,\"305\":1,\"310\":2,\"326\":3}}],[\"naming\",{\"1\":{\"2\":1,\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"295\":1}}],[\"nump\",{\"1\":{\"32\":1}}],[\"numbers\",{\"0\":{\"303\":1}}],[\"number>\",{\"1\":{\"151\":1}}],[\"number\",{\"1\":{\"27\":1,\"28\":1,\"31\":2,\"160\":1}}],[\"nutzer\",{\"1\":{\"31\":1}}],[\"nuxtjs\",{\"1\":{\"62\":2,\"64\":1,\"65\":1,\"67\":2,\"68\":3,\"69\":2,\"72\":2,\"74\":13,\"76\":13,\"78\":14,\"80\":15,\"82\":15,\"84\":15,\"86\":17,\"88\":18,\"90\":18,\"92\":18,\"94\":20,\"96\":20,\"98\":20,\"100\":21,\"102\":22,\"103\":17,\"154\":1}}],[\"nuxt\",{\"1\":{\"16\":1,\"18\":1,\"37\":1,\"43\":1,\"62\":1,\"64\":3,\"67\":2,\"69\":1,\"72\":1,\"74\":7,\"76\":7,\"78\":8,\"80\":8,\"82\":9,\"84\":9,\"86\":9,\"88\":9,\"90\":9,\"92\":10,\"94\":11,\"96\":11,\"98\":12,\"100\":12,\"102\":13,\"103\":15,\"291\":1}}],[\"nullable\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"null\",{\"1\":{\"16\":1,\"25\":1,\"31\":1,\"50\":1,\"64\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":3,\"82\":4,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":4,\"278\":1}}],[\"npm\",{\"1\":{\"16\":1,\"103\":1,\"175\":2,\"192\":1,\"265\":1,\"266\":22,\"268\":4}}],[\"nesting\",{\"1\":{\"299\":2}}],[\"net\",{\"1\":{\"137\":1}}],[\"networks\",{\"1\":{\"132\":6,\"134\":1,\"137\":1,\"145\":1}}],[\"network\",{\"0\":{\"202\":1},\"1\":{\"25\":2,\"103\":2,\"115\":1,\"132\":2,\"134\":1,\"136\":1,\"138\":1,\"139\":1,\"145\":1,\"202\":1,\"203\":2,\"232\":1,\"273\":2}}],[\"necessary\",{\"0\":{\"299\":1},\"1\":{\"112\":1,\"151\":1,\"282\":1}}],[\"needs\",{\"1\":{\"113\":2,\"182\":1,\"183\":1,\"285\":1,\"294\":1}}],[\"need\",{\"1\":{\"103\":2,\"137\":1,\"151\":1,\"160\":1,\"171\":1,\"182\":1,\"185\":1,\"187\":1,\"197\":1,\"232\":1,\"255\":1,\"258\":1,\"261\":1,\"263\":1,\"265\":1,\"270\":1,\"278\":1,\"279\":1,\"280\":2,\"283\":1,\"285\":1,\"305\":1,\"306\":1,\"321\":1,\"322\":1,\"325\":1}}],[\"needed\",{\"1\":{\"103\":1,\"147\":1,\"281\":1}}],[\"neutral\",{\"1\":{\"103\":1}}],[\"never\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"294\":1,\"302\":1}}],[\"next\",{\"0\":{\"232\":1},\"1\":{\"19\":1,\"27\":1,\"28\":1}}],[\"nelson\",{\"1\":{\"18\":1}}],[\"neode\",{\"1\":{\"16\":1,\"29\":1,\"37\":1,\"41\":1,\"43\":1,\"74\":2,\"76\":3,\"78\":3,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":9}}],[\"neo4j\",{\"0\":{\"192\":1,\"262\":1,\"273\":1,\"277\":1,\"279\":1,\"280\":1,\"323\":1},\"1\":{\"2\":1,\"16\":1,\"18\":3,\"19\":4,\"23\":1,\"27\":3,\"31\":2,\"39\":3,\"41\":1,\"58\":1,\"62\":1,\"64\":2,\"66\":1,\"69\":1,\"74\":12,\"76\":13,\"78\":14,\"80\":18,\"82\":19,\"84\":19,\"86\":20,\"88\":20,\"90\":20,\"92\":22,\"94\":22,\"96\":22,\"98\":23,\"100\":24,\"102\":26,\"103\":37,\"153\":1,\"154\":1,\"158\":2,\"182\":1,\"187\":1,\"188\":1,\"192\":1,\"197\":1,\"234\":2,\"248\":1,\"262\":1,\"263\":3,\"273\":2,\"274\":1,\"275\":5,\"276\":8,\"278\":2,\"279\":14,\"280\":13,\"281\":1,\"282\":5,\"283\":3,\"322\":1,\"326\":2}}],[\"newer\",{\"1\":{\"148\":1}}],[\"newest\",{\"1\":{\"57\":1}}],[\"news\",{\"1\":{\"31\":1,\"134\":1,\"137\":1}}],[\"newsfeed\",{\"1\":{\"19\":1,\"28\":1,\"31\":2}}],[\"new\",{\"1\":{\"10\":1,\"16\":1,\"17\":2,\"18\":1,\"19\":2,\"27\":1,\"28\":1,\"31\":6,\"33\":1,\"37\":1,\"41\":1,\"43\":1,\"44\":1,\"62\":4,\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":2,\"86\":2,\"88\":4,\"90\":4,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":7,\"113\":1,\"144\":2,\"171\":2,\"182\":1,\"232\":1,\"234\":1,\"236\":1,\"241\":2,\"243\":2,\"279\":1,\"283\":1,\"288\":2,\"290\":2,\"309\":1,\"313\":2,\"326\":3}}],[\"n\",{\"1\":{\"4\":1,\"5\":1,\"16\":1,\"17\":1,\"19\":1,\"261\":2,\"282\":4}}],[\"nvmrc\",{\"1\":{\"16\":1,\"21\":1,\"28\":1,\"182\":1,\"285\":1}}],[\"nvm\",{\"1\":{\"2\":1,\"31\":1,\"175\":1,\"182\":3,\"285\":3}}],[\"november\",{\"1\":{\"81\":1,\"83\":1,\"85\":1}}],[\"now\",{\"1\":{\"27\":1,\"35\":1,\"62\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"153\":1,\"326\":1}}],[\"normalize\",{\"1\":{\"18\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"288\":1}}],[\"normalization\",{\"1\":{\"9\":1}}],[\"noninfringement\",{\"1\":{\"131\":1}}],[\"nonce\",{\"1\":{\"19\":1,\"37\":1}}],[\"none\",{\"1\":{\"18\":1,\"36\":1}}],[\"non\",{\"1\":{\"18\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"210\":2}}],[\"no\",{\"1\":{\"15\":1,\"16\":2,\"17\":4,\"62\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":6,\"82\":6,\"84\":6,\"86\":7,\"88\":7,\"90\":7,\"92\":7,\"94\":7,\"96\":7,\"98\":7,\"100\":7,\"102\":10,\"103\":3,\"113\":1,\"117\":2,\"131\":1,\"179\":1,\"189\":1,\"251\":2,\"254\":1,\"270\":1}}],[\"note\",{\"1\":{\"187\":1,\"231\":1}}],[\"notes\",{\"1\":{\"62\":1,\"64\":1,\"66\":1,\"67\":1,\"68\":2,\"69\":2,\"70\":1,\"72\":4,\"74\":13,\"76\":13,\"78\":13,\"80\":14,\"82\":14,\"84\":14,\"86\":14,\"88\":14,\"90\":14,\"92\":14,\"94\":14,\"96\":14,\"98\":14,\"100\":14,\"102\":14,\"103\":1,\"231\":1}}],[\"notice\",{\"1\":{\"131\":2}}],[\"notifier\",{\"1\":{\"43\":1,\"62\":1}}],[\"notification\",{\"1\":{\"16\":2,\"17\":5,\"18\":1,\"19\":1,\"27\":1,\"28\":1,\"31\":2,\"33\":1,\"41\":1,\"42\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":2}}],[\"notifications\",{\"0\":{\"209\":1},\"1\":{\"9\":2,\"15\":1,\"16\":2,\"27\":1,\"28\":1,\"31\":4,\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":4,\"102\":4,\"103\":5,\"209\":1,\"258\":1}}],[\"notify\",{\"1\":{\"16\":1,\"17\":3,\"209\":1}}],[\"not\",{\"1\":{\"3\":1,\"16\":1,\"17\":1,\"27\":3,\"28\":1,\"31\":3,\"32\":1,\"36\":1,\"40\":1,\"62\":1,\"74\":1,\"76\":3,\"78\":3,\"80\":3,\"82\":5,\"84\":5,\"86\":5,\"88\":6,\"90\":6,\"92\":6,\"94\":6,\"96\":6,\"98\":6,\"100\":6,\"102\":7,\"103\":6,\"107\":1,\"109\":1,\"113\":3,\"131\":1,\"151\":2,\"187\":2,\"202\":1,\"234\":1,\"251\":3,\"263\":1,\"282\":3,\"283\":1,\"291\":1,\"293\":2,\"294\":2,\"295\":1,\"299\":3,\"302\":4,\"304\":1,\"313\":1,\"316\":1,\"320\":1,\"333\":1,\"334\":1}}],[\"notable\",{\"1\":{\"1\":1}}],[\"nodes\",{\"1\":{\"273\":1}}],[\"nodejs\",{\"1\":{\"154\":1,\"265\":1}}],[\"nodemon\",{\"1\":{\"16\":1,\"18\":3,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":3,\"96\":3,\"98\":3,\"100\":4,\"102\":4,\"103\":15}}],[\"nodemailer\",{\"1\":{\"4\":1,\"16\":1,\"17\":1,\"18\":2,\"24\":1,\"42\":1,\"65\":1,\"66\":2,\"74\":3,\"76\":3,\"78\":4,\"80\":6,\"82\":6,\"84\":6,\"86\":6,\"88\":6,\"90\":6,\"92\":6,\"94\":6,\"96\":7,\"98\":7,\"100\":7,\"102\":7,\"103\":1}}],[\"node23\",{\"1\":{\"15\":1}}],[\"node\",{\"1\":{\"2\":4,\"4\":2,\"5\":1,\"6\":1,\"9\":3,\"15\":1,\"16\":3,\"17\":2,\"18\":18,\"19\":1,\"20\":2,\"21\":5,\"27\":3,\"28\":4,\"29\":4,\"31\":1,\"32\":2,\"41\":1,\"43\":1,\"62\":10,\"63\":1,\"64\":3,\"65\":2,\"66\":2,\"67\":2,\"68\":2,\"69\":2,\"72\":4,\"74\":27,\"76\":29,\"78\":30,\"80\":34,\"82\":36,\"84\":38,\"86\":40,\"88\":40,\"90\":40,\"92\":42,\"94\":45,\"96\":50,\"98\":50,\"100\":51,\"102\":51,\"103\":36,\"175\":1,\"182\":6,\"266\":1,\"285\":5}}],[\"jq\",{\"1\":{\"265\":1}}],[\"jquery\",{\"1\":{\"62\":1,\"103\":1}}],[\"jetstack\",{\"1\":{\"251\":1}}],[\"jest\",{\"1\":{\"2\":1,\"4\":2,\"5\":1,\"6\":1,\"9\":1,\"16\":1,\"17\":1,\"18\":11,\"19\":3,\"29\":2,\"31\":2,\"33\":1,\"37\":1,\"43\":1,\"62\":13,\"63\":6,\"64\":3,\"65\":2,\"66\":4,\"67\":2,\"69\":4,\"72\":2,\"74\":37,\"76\":37,\"78\":37,\"80\":41,\"82\":43,\"84\":44,\"86\":47,\"88\":47,\"90\":48,\"92\":49,\"94\":51,\"96\":51,\"98\":51,\"100\":51,\"102\":51,\"103\":61,\"155\":1,\"288\":1,\"310\":1}}],[\"jar\",{\"1\":{\"275\":1}}],[\"javascript\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"288\":1,\"309\":1}}],[\"january\",{\"1\":{\"70\":1,\"71\":1,\"72\":1,\"73\":1}}],[\"justify\",{\"1\":{\"306\":1}}],[\"just\",{\"1\":{\"112\":1,\"124\":1,\"152\":2,\"153\":1,\"182\":2,\"187\":1,\"196\":1,\"202\":2,\"256\":1,\"257\":2,\"275\":1,\"276\":1,\"285\":2,\"294\":1,\"298\":1,\"299\":1,\"325\":1}}],[\"jumping\",{\"1\":{\"103\":1}}],[\"july\",{\"1\":{\"39\":1,\"40\":1}}],[\"june\",{\"1\":{\"3\":1,\"4\":1,\"5\":1,\"6\":1,\"7\":1,\"8\":1,\"28\":1,\"44\":1}}],[\"journalisten\",{\"1\":{\"326\":2}}],[\"journalists\",{\"1\":{\"326\":2}}],[\"joi\",{\"1\":{\"64\":1,\"70\":1,\"74\":4,\"76\":4,\"78\":4,\"80\":5,\"82\":5,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":6,\"98\":7,\"100\":8,\"102\":10,\"103\":2}}],[\"joining\",{\"1\":{\"191\":1}}],[\"joingroup\",{\"1\":{\"36\":1}}],[\"join\",{\"1\":{\"31\":2,\"112\":2,\"117\":1,\"151\":2,\"152\":1}}],[\"jobs\",{\"0\":{\"215\":1},\"1\":{\"215\":3,\"222\":1}}],[\"job\",{\"1\":{\"18\":1,\"27\":1,\"103\":1,\"293\":1}}],[\"jsx\",{\"1\":{\"62\":1}}],[\"jsconfig\",{\"1\":{\"23\":1}}],[\"jsdom\",{\"1\":{\"19\":1}}],[\"jsonwebtoken\",{\"1\":{\"18\":1,\"21\":1,\"29\":1,\"103\":2}}],[\"json\",{\"1\":{\"15\":1,\"22\":1,\"23\":1,\"31\":1,\"67\":1,\"74\":3,\"76\":4,\"78\":9,\"80\":10,\"82\":10,\"84\":10,\"86\":10,\"88\":10,\"90\":10,\"92\":10,\"94\":10,\"96\":10,\"98\":10,\"100\":10,\"102\":11,\"103\":1,\"268\":1}}],[\"jsonc\",{\"1\":{\"9\":1}}],[\"js\",{\"0\":{\"192\":1},\"1\":{\"9\":3,\"16\":2,\"17\":3,\"18\":20,\"19\":3,\"21\":1,\"27\":2,\"62\":3,\"65\":1,\"68\":1,\"74\":8,\"76\":9,\"78\":10,\"80\":11,\"82\":13,\"84\":14,\"86\":15,\"88\":15,\"90\":15,\"92\":15,\"94\":16,\"96\":16,\"98\":16,\"100\":16,\"102\":16,\"103\":16,\"158\":1,\"191\":1,\"192\":1,\"193\":1,\"235\":2,\"237\":1,\"238\":2,\"241\":4,\"242\":2,\"243\":2,\"245\":2,\"246\":2,\"257\":1,\"282\":1,\"291\":1,\"295\":1,\"296\":1,\"304\":1,\"310\":1,\"315\":3,\"316\":2,\"317\":1,\"318\":1}}],[\"jwt\",{\"1\":{\"2\":1,\"19\":1,\"41\":1,\"47\":1,\"48\":1,\"67\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":4}}],[\"m2\",{\"0\":{\"123\":1}}],[\"ms\",{\"1\":{\"103\":1}}],[\"m1\",{\"0\":{\"123\":1},\"1\":{\"31\":2,\"39\":1,\"123\":1}}],[\"myrole\",{\"1\":{\"326\":2}}],[\"mycomponent\",{\"1\":{\"315\":2}}],[\"mysomethinglist\",{\"1\":{\"32\":1}}],[\"my\",{\"1\":{\"27\":1,\"31\":1,\"33\":1,\"36\":2,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"326\":3}}],[\"m\",{\"1\":{\"25\":1,\"270\":2}}],[\"mdn\",{\"1\":{\"298\":1}}],[\"mdetc\",{\"1\":{\"166\":1}}],[\"mdee688ec\",{\"1\":{\"60\":1}}],[\"md\",{\"1\":{\"19\":2,\"27\":1,\"28\":1,\"31\":3,\"37\":1,\"41\":3,\"44\":1,\"59\":1,\"62\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":2,\"102\":2,\"103\":10,\"114\":1,\"137\":1,\"166\":1,\"234\":1,\"236\":1}}],[\"much\",{\"0\":{\"299\":1},\"1\":{\"111\":1}}],[\"multistage\",{\"1\":{\"103\":2}}],[\"multiple\",{\"1\":{\"18\":1,\"19\":2,\"189\":1,\"322\":1}}],[\"mutate\",{\"0\":{\"326\":1}}],[\"mutations\",{\"0\":{\"324\":1},\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3,\"322\":1,\"324\":1,\"325\":1}}],[\"mutation\",{\"1\":{\"27\":1,\"102\":1,\"103\":2,\"325\":1,\"326\":2}}],[\"muting\",{\"1\":{\"17\":1}}],[\"mute\",{\"1\":{\"16\":1,\"17\":1,\"68\":1,\"70\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"muted\",{\"1\":{\"16\":2,\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"mustache\",{\"1\":{\"43\":1,\"64\":1,\"72\":1,\"74\":3,\"76\":4,\"78\":4,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":5,\"102\":5}}],[\"must\",{\"1\":{\"3\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":2,\"103\":1,\"189\":1,\"261\":1,\"263\":1}}],[\"mouse\",{\"1\":{\"328\":2}}],[\"mouth\",{\"1\":{\"137\":1}}],[\"mood\",{\"1\":{\"210\":1}}],[\"moment\",{\"1\":{\"189\":1,\"320\":2}}],[\"mogge\",{\"1\":{\"115\":1}}],[\"moriz\",{\"1\":{\"115\":1}}],[\"more\",{\"0\":{\"121\":1,\"221\":1},\"1\":{\"7\":1,\"8\":1,\"16\":1,\"27\":2,\"31\":1,\"45\":1,\"62\":1,\"64\":1,\"65\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":5,\"103\":5,\"113\":1,\"133\":1,\"134\":1,\"135\":1,\"137\":1,\"177\":1,\"178\":2,\"179\":1,\"182\":2,\"191\":1,\"202\":1,\"218\":1,\"234\":1,\"259\":2,\"283\":1,\"288\":1,\"293\":1,\"294\":1,\"298\":3,\"299\":1,\"302\":1,\"306\":1,\"315\":1,\"316\":2,\"317\":1,\"326\":1}}],[\"mostly\",{\"1\":{\"115\":1,\"138\":1}}],[\"most\",{\"1\":{\"112\":1,\"116\":1,\"210\":1,\"273\":1,\"299\":1,\"309\":2}}],[\"mochajs\",{\"1\":{\"103\":1}}],[\"mocks\",{\"1\":{\"103\":1}}],[\"mocked\",{\"1\":{\"103\":1}}],[\"mock\",{\"1\":{\"31\":1,\"62\":1}}],[\"monday\",{\"1\":{\"116\":1}}],[\"mongodb\",{\"1\":{\"103\":1}}],[\"monorepo\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"modularity\",{\"1\":{\"191\":1}}],[\"modules\",{\"1\":{\"72\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3}}],[\"modification\",{\"0\":{\"172\":1}}],[\"modify\",{\"1\":{\"103\":1,\"131\":1,\"174\":2}}],[\"moderated\",{\"1\":{\"227\":1}}],[\"moderator\",{\"1\":{\"102\":1,\"146\":2,\"227\":1,\"325\":1}}],[\"moderators\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"227\":2}}],[\"moderation\",{\"0\":{\"227\":1},\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"227\":2}}],[\"moderations\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"modeling\",{\"1\":{\"188\":1}}],[\"model\",{\"1\":{\"36\":1,\"103\":1,\"273\":1}}],[\"models\",{\"1\":{\"15\":1}}],[\"mode\",{\"0\":{\"289\":1,\"319\":1},\"1\":{\"19\":2,\"31\":2,\"103\":2,\"266\":2,\"267\":2,\"278\":1,\"279\":1,\"280\":1,\"289\":2,\"319\":2,\"320\":5}}],[\"moving\",{\"1\":{\"53\":1}}],[\"moves\",{\"1\":{\"100\":1,\"102\":1}}],[\"move\",{\"1\":{\"15\":3,\"16\":1,\"21\":2,\"33\":1,\"55\":1,\"103\":4,\"113\":1,\"132\":1,\"241\":1,\"243\":1}}],[\"mobile\",{\"1\":{\"11\":1,\"15\":1,\"18\":1,\"24\":1,\"32\":3,\"33\":1,\"36\":1,\"103\":2}}],[\"might\",{\"1\":{\"185\":1,\"188\":1,\"270\":1,\"305\":1,\"306\":1}}],[\"migrating\",{\"1\":{\"290\":1}}],[\"migration\",{\"0\":{\"290\":1},\"1\":{\"17\":1,\"27\":1,\"28\":1,\"31\":1,\"41\":1,\"50\":1,\"62\":1,\"64\":2,\"69\":1,\"74\":4,\"76\":4,\"78\":4,\"80\":4,\"82\":4,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":4,\"188\":4,\"290\":1}}],[\"migrations\",{\"0\":{\"188\":1},\"1\":{\"16\":1,\"31\":1,\"52\":2,\"53\":1,\"55\":1,\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"187\":2,\"188\":2}}],[\"migrated\",{\"1\":{\"183\":1}}],[\"migrate\",{\"1\":{\"8\":1,\"17\":2,\"18\":2,\"19\":1,\"27\":2,\"28\":1,\"53\":1,\"62\":1,\"67\":1,\"69\":1,\"72\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":4,\"82\":4,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"149\":2,\"183\":6,\"187\":2,\"188\":5,\"282\":6}}],[\"mit\",{\"1\":{\"131\":1,\"157\":1}}],[\"mixin\",{\"1\":{\"103\":2}}],[\"middleware\",{\"0\":{\"191\":1},\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":4,\"102\":4,\"103\":7,\"142\":1,\"191\":3}}],[\"middlewares\",{\"1\":{\"16\":1,\"103\":2}}],[\"mistakes\",{\"1\":{\"309\":1}}],[\"mistranslated\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"missig\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"missing\",{\"1\":{\"3\":1,\"16\":1,\"27\":1,\"28\":2,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":3,\"86\":3,\"88\":4,\"90\":4,\"92\":4,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":6,\"103\":6,\"282\":1}}],[\"misspelled\",{\"1\":{\"33\":1}}],[\"minifies\",{\"1\":{\"266\":1}}],[\"minikube\",{\"1\":{\"103\":2}}],[\"minimum\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"minimatch\",{\"1\":{\"4\":1,\"18\":2}}],[\"mini\",{\"1\":{\"27\":1,\"206\":1}}],[\"min\",{\"1\":{\"19\":1}}],[\"minor\",{\"1\":{\"18\":1,\"31\":1,\"309\":1}}],[\"mime\",{\"1\":{\"4\":1,\"17\":1}}],[\"mean\",{\"1\":{\"298\":1}}],[\"meaningful\",{\"1\":{\"295\":1,\"298\":1}}],[\"means\",{\"1\":{\"117\":1,\"142\":1,\"304\":1}}],[\"mechanic\",{\"1\":{\"270\":2}}],[\"mechanics\",{\"1\":{\"9\":1}}],[\"merchantability\",{\"1\":{\"131\":1}}],[\"merging\",{\"1\":{\"103\":1}}],[\"mergewith\",{\"1\":{\"103\":1}}],[\"merge\",{\"1\":{\"31\":2,\"43\":1,\"62\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":4,\"82\":5,\"84\":7,\"86\":8,\"88\":8,\"90\":8,\"92\":8,\"94\":8,\"96\":8,\"98\":8,\"100\":8,\"102\":9,\"103\":16,\"131\":1,\"270\":1}}],[\"merged\",{\"1\":{\"18\":1,\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"113\":1}}],[\"meetings\",{\"0\":{\"116\":1}}],[\"media\",{\"1\":{\"32\":1,\"40\":1,\"62\":1,\"103\":2,\"108\":1,\"205\":1,\"216\":1,\"217\":1}}],[\"memory\",{\"1\":{\"29\":1,\"103\":1}}],[\"membership\",{\"1\":{\"33\":1}}],[\"members\",{\"1\":{\"29\":1,\"31\":1,\"33\":2,\"36\":3,\"106\":1,\"109\":1,\"116\":1}}],[\"member\",{\"1\":{\"27\":1,\"31\":1}}],[\"method\",{\"1\":{\"103\":1,\"153\":2}}],[\"methods\",{\"1\":{\"19\":1,\"153\":1,\"315\":1}}],[\"metrics\",{\"1\":{\"69\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"metadata\",{\"1\":{\"17\":1,\"62\":1}}],[\"metascraper\",{\"1\":{\"2\":2,\"17\":1,\"18\":1,\"21\":1,\"23\":1,\"28\":3,\"29\":2,\"43\":5,\"62\":16,\"64\":1,\"65\":6,\"66\":13,\"67\":10,\"68\":14,\"69\":14,\"70\":4,\"71\":3,\"72\":22,\"74\":134,\"76\":153,\"78\":153,\"80\":155,\"82\":159,\"84\":159,\"86\":184,\"88\":184,\"90\":184,\"92\":185,\"94\":185,\"96\":185,\"98\":185,\"100\":199,\"102\":207,\"103\":44}}],[\"me\",{\"1\":{\"16\":1,\"29\":1,\"103\":3}}],[\"mentors\",{\"1\":{\"152\":1}}],[\"mentor\",{\"1\":{\"152\":1}}],[\"mentiioned\",{\"1\":{\"16\":1}}],[\"mentionings\",{\"1\":{\"103\":1,\"209\":1}}],[\"mentions\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2}}],[\"mention\",{\"1\":{\"16\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"113\":1,\"152\":1}}],[\"menu\",{\"1\":{\"9\":2,\"17\":1,\"19\":3,\"27\":4,\"28\":1,\"30\":2,\"31\":5,\"32\":2,\"33\":1,\"34\":2,\"36\":6,\"37\":3,\"43\":2,\"67\":1,\"74\":1,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":5,\"174\":1,\"238\":1}}],[\"messages\",{\"1\":{\"2\":1,\"21\":1,\"27\":5,\"230\":1}}],[\"message\",{\"1\":{\"2\":1,\"3\":1,\"17\":1,\"25\":1,\"27\":10,\"37\":1,\"103\":2}}],[\"mabbox\",{\"0\":{\"332\":1}}],[\"magic\",{\"0\":{\"303\":1},\"1\":{\"282\":1}}],[\"mac\",{\"1\":{\"261\":1}}],[\"machine\",{\"1\":{\"198\":1}}],[\"macos\",{\"1\":{\"103\":1,\"173\":1}}],[\"made\",{\"1\":{\"156\":1}}],[\"maeckes\",{\"1\":{\"115\":1}}],[\"mahula\",{\"1\":{\"115\":1}}],[\"matter\",{\"1\":{\"117\":1}}],[\"mathias\",{\"1\":{\"115\":1}}],[\"matches\",{\"1\":{\"251\":2}}],[\"match\",{\"1\":{\"5\":1,\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"making\",{\"1\":{\"105\":1,\"191\":1,\"305\":1}}],[\"makes\",{\"1\":{\"147\":1,\"298\":1,\"299\":1,\"316\":1}}],[\"make\",{\"0\":{\"242\":1},\"1\":{\"8\":1,\"16\":1,\"19\":1,\"29\":1,\"34\":1,\"36\":1,\"38\":1,\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":3,\"103\":3,\"113\":2,\"117\":1,\"134\":1,\"137\":2,\"149\":1,\"160\":1,\"182\":1,\"202\":1,\"203\":1,\"248\":1,\"275\":1,\"295\":1,\"303\":1,\"306\":1,\"309\":1,\"310\":1}}],[\"manual\",{\"0\":{\"311\":1,\"313\":1}}],[\"manually\",{\"1\":{\"197\":1,\"288\":1,\"309\":1}}],[\"many\",{\"1\":{\"103\":1,\"115\":1,\"276\":1,\"293\":1,\"294\":1}}],[\"manifest\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"251\":1}}],[\"manipulation\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"manage\",{\"1\":{\"226\":1,\"283\":1}}],[\"management\",{\"0\":{\"283\":1},\"1\":{\"36\":1}}],[\"managernvm\",{\"1\":{\"182\":1,\"285\":1}}],[\"manager\",{\"1\":{\"19\":1,\"31\":1,\"251\":21}}],[\"massive\",{\"1\":{\"103\":1}}],[\"masonry\",{\"1\":{\"103\":1,\"238\":1}}],[\"masonrygrid\",{\"1\":{\"103\":1}}],[\"masongriditem\",{\"1\":{\"103\":1}}],[\"master\",{\"1\":{\"28\":1,\"31\":1,\"38\":1,\"39\":1,\"103\":1,\"113\":1,\"151\":1,\"160\":1,\"270\":3}}],[\"mask\",{\"1\":{\"2\":1}}],[\"mapping\",{\"1\":{\"251\":2}}],[\"map\",{\"0\":{\"239\":1},\"1\":{\"23\":1,\"24\":1,\"27\":2,\"31\":1,\"32\":2,\"134\":1,\"222\":1}}],[\"mapbox\",{\"0\":{\"340\":1},\"1\":{\"18\":2,\"19\":2,\"62\":1,\"239\":5,\"332\":3}}],[\"maps\",{\"1\":{\"2\":1}}],[\"maintenace\",{\"1\":{\"103\":1}}],[\"maintenance\",{\"0\":{\"289\":1,\"319\":1,\"320\":1},\"1\":{\"18\":2,\"31\":4,\"32\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":3,\"103\":6,\"266\":1,\"278\":1,\"279\":1,\"280\":1,\"289\":2,\"319\":2,\"320\":6}}],[\"maintained\",{\"1\":{\"138\":1}}],[\"maintainers\",{\"1\":{\"105\":1,\"107\":2,\"108\":1,\"109\":1}}],[\"maintain\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"109\":1,\"191\":2,\"293\":1,\"299\":1}}],[\"maintaining\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"mainpage\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"main\",{\"0\":{\"239\":1,\"241\":1,\"242\":1,\"243\":1,\"245\":1,\"246\":1},\"1\":{\"18\":1,\"19\":1,\"31\":1,\"34\":1,\"41\":1,\"112\":1,\"114\":1,\"124\":2,\"126\":1,\"127\":1,\"129\":1,\"130\":1,\"149\":4,\"163\":1,\"181\":1,\"182\":1,\"188\":2,\"189\":2,\"235\":1,\"238\":1,\"241\":2,\"242\":1,\"243\":1,\"245\":1,\"246\":1,\"282\":2,\"290\":1,\"320\":1}}],[\"maildev\",{\"1\":{\"17\":1}}],[\"mail\",{\"1\":{\"17\":1,\"24\":1,\"40\":2,\"42\":1,\"45\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"108\":1,\"182\":1,\"259\":2,\"261\":3}}],[\"mailserver\",{\"1\":{\"17\":2,\"103\":1}}],[\"mails\",{\"0\":{\"258\":1},\"1\":{\"11\":1,\"16\":1,\"31\":1,\"41\":1,\"236\":1}}],[\"margins\",{\"1\":{\"306\":1}}],[\"margin\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"306\":1}}],[\"marking\",{\"0\":{\"173\":1}}],[\"markus\",{\"1\":{\"115\":1}}],[\"markup\",{\"0\":{\"298\":1},\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"298\":1}}],[\"marks\",{\"0\":{\"120\":1},\"1\":{\"103\":1,\"120\":1}}],[\"marker\",{\"1\":{\"332\":1}}],[\"markers\",{\"0\":{\"332\":1},\"1\":{\"31\":1,\"332\":1}}],[\"marked\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"mark\",{\"1\":{\"27\":1,\"31\":1,\"32\":1,\"103\":1,\"120\":1,\"226\":1,\"227\":1}}],[\"markdown\",{\"0\":{\"161\":1},\"1\":{\"18\":1,\"19\":1,\"62\":1,\"161\":1}}],[\"march\",{\"1\":{\"18\":1,\"30\":1,\"31\":1,\"48\":1,\"49\":1,\"63\":1,\"64\":1,\"65\":1,\"66\":1}}],[\"major\",{\"1\":{\"18\":1}}],[\"maximum\",{\"1\":{\"103\":1}}],[\"maxsockets\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"max\",{\"1\":{\"17\":1,\"18\":2,\"30\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"may\",{\"1\":{\"9\":1,\"10\":1,\"11\":1,\"12\":1,\"13\":1,\"14\":1,\"15\":1,\"45\":1,\"108\":1,\"109\":3}}],[\"4ebc\",{\"1\":{\"326\":1}}],[\"4aa640a\",{\"1\":{\"103\":1}}],[\"42\",{\"1\":{\"103\":1}}],[\"4209\",{\"1\":{\"58\":1}}],[\"4208\",{\"1\":{\"56\":1}}],[\"4210\",{\"1\":{\"57\":1}}],[\"4215\",{\"1\":{\"55\":1}}],[\"4216\",{\"1\":{\"55\":1}}],[\"4217\",{\"1\":{\"54\":1}}],[\"4219\",{\"1\":{\"53\":1}}],[\"4218\",{\"1\":{\"49\":1}}],[\"4220\",{\"1\":{\"53\":1}}],[\"4221\",{\"1\":{\"53\":1}}],[\"4222\",{\"1\":{\"52\":1}}],[\"4223\",{\"1\":{\"52\":1}}],[\"4225\",{\"1\":{\"51\":1}}],[\"4230\",{\"1\":{\"51\":1}}],[\"4233\",{\"1\":{\"50\":1}}],[\"4234\",{\"1\":{\"49\":1}}],[\"4239\",{\"1\":{\"49\":1}}],[\"4266\",{\"1\":{\"49\":1}}],[\"4263\",{\"1\":{\"48\":1}}],[\"4248\",{\"1\":{\"49\":1}}],[\"4255\",{\"1\":{\"49\":1}}],[\"4278\",{\"1\":{\"48\":1}}],[\"4270\",{\"1\":{\"48\":1}}],[\"429\",{\"1\":{\"103\":2}}],[\"4296\",{\"1\":{\"48\":1}}],[\"4299\",{\"1\":{\"43\":1}}],[\"4285\",{\"1\":{\"43\":1}}],[\"4286\",{\"1\":{\"43\":1}}],[\"41\",{\"1\":{\"103\":2}}],[\"4102\",{\"1\":{\"62\":1}}],[\"4104\",{\"1\":{\"62\":1}}],[\"4112\",{\"1\":{\"62\":1}}],[\"4119\",{\"1\":{\"62\":1}}],[\"4117\",{\"1\":{\"62\":1}}],[\"4115\",{\"1\":{\"62\":1}}],[\"4121\",{\"1\":{\"62\":1}}],[\"4126\",{\"1\":{\"62\":1}}],[\"4125\",{\"1\":{\"62\":1}}],[\"415\",{\"1\":{\"103\":1}}],[\"4154\",{\"1\":{\"62\":1}}],[\"4151\",{\"1\":{\"62\":1}}],[\"4153\",{\"1\":{\"62\":1}}],[\"4179\",{\"1\":{\"62\":1}}],[\"4184\",{\"1\":{\"62\":1}}],[\"4186\",{\"1\":{\"62\":1}}],[\"4185\",{\"1\":{\"61\":1}}],[\"4191\",{\"1\":{\"61\":1}}],[\"4193\",{\"1\":{\"61\":1}}],[\"4194\",{\"1\":{\"61\":1}}],[\"4195\",{\"1\":{\"58\":1}}],[\"4199\",{\"1\":{\"58\":1}}],[\"4134\",{\"1\":{\"62\":1}}],[\"4133\",{\"1\":{\"62\":1}}],[\"4136\",{\"1\":{\"58\":1}}],[\"4139\",{\"1\":{\"43\":1}}],[\"416\",{\"1\":{\"103\":1}}],[\"4168\",{\"1\":{\"48\":1}}],[\"4162\",{\"1\":{\"43\":1}}],[\"4145\",{\"1\":{\"62\":1}}],[\"4146\",{\"1\":{\"62\":1}}],[\"4148\",{\"1\":{\"62\":1}}],[\"4144\",{\"1\":{\"62\":1}}],[\"4142\",{\"1\":{\"43\":1}}],[\"4140\",{\"1\":{\"43\":1}}],[\"4141\",{\"1\":{\"43\":1}}],[\"486\",{\"1\":{\"103\":1}}],[\"485\",{\"1\":{\"103\":1}}],[\"484\",{\"1\":{\"103\":1}}],[\"4821\",{\"1\":{\"41\":1}}],[\"4897\",{\"1\":{\"40\":1}}],[\"4882\",{\"1\":{\"40\":1}}],[\"492\",{\"1\":{\"103\":1}}],[\"498\",{\"1\":{\"103\":1}}],[\"4980\",{\"1\":{\"40\":1}}],[\"496\",{\"1\":{\"103\":1}}],[\"499\",{\"1\":{\"103\":1}}],[\"4911\",{\"1\":{\"40\":1}}],[\"497\",{\"1\":{\"103\":1}}],[\"4973\",{\"1\":{\"40\":1}}],[\"4975\",{\"1\":{\"40\":1}}],[\"49\",{\"1\":{\"31\":1,\"103\":2}}],[\"441\",{\"1\":{\"103\":1}}],[\"442\",{\"1\":{\"103\":1}}],[\"4428\",{\"1\":{\"45\":1}}],[\"448\",{\"1\":{\"103\":1}}],[\"440\",{\"1\":{\"103\":1}}],[\"4401\",{\"1\":{\"42\":1}}],[\"449\",{\"1\":{\"103\":1}}],[\"4492\",{\"1\":{\"43\":1}}],[\"4437261\",{\"1\":{\"103\":1}}],[\"443\",{\"1\":{\"103\":1}}],[\"4433\",{\"1\":{\"45\":1}}],[\"4435\",{\"1\":{\"45\":1}}],[\"446\",{\"1\":{\"103\":1}}],[\"4461\",{\"1\":{\"44\":1}}],[\"4466\",{\"1\":{\"44\":1}}],[\"4468\",{\"1\":{\"44\":1}}],[\"445\",{\"1\":{\"103\":1}}],[\"4452\",{\"1\":{\"44\":1}}],[\"4455\",{\"1\":{\"43\":1}}],[\"4474\",{\"1\":{\"44\":1}}],[\"4475\",{\"1\":{\"44\":1}}],[\"444\",{\"1\":{\"103\":1}}],[\"4440\",{\"1\":{\"43\":1}}],[\"4444\",{\"1\":{\"43\":1}}],[\"44\",{\"1\":{\"19\":1,\"31\":1,\"326\":2}}],[\"450\",{\"1\":{\"103\":1}}],[\"451\",{\"1\":{\"103\":1}}],[\"4515\",{\"1\":{\"43\":1}}],[\"454\",{\"1\":{\"103\":2}}],[\"455\",{\"1\":{\"103\":1}}],[\"4556\",{\"1\":{\"43\":1}}],[\"4555\",{\"1\":{\"43\":1}}],[\"4536\",{\"1\":{\"43\":1}}],[\"4534\",{\"1\":{\"43\":1}}],[\"4530\",{\"1\":{\"43\":1}}],[\"4537\",{\"1\":{\"43\":1}}],[\"4531\",{\"1\":{\"42\":1}}],[\"4561\",{\"1\":{\"43\":1}}],[\"4564\",{\"1\":{\"43\":1}}],[\"4565\",{\"1\":{\"43\":1}}],[\"4571\",{\"1\":{\"43\":1}}],[\"4576\",{\"1\":{\"43\":1}}],[\"4570\",{\"1\":{\"43\":1}}],[\"4578\",{\"1\":{\"43\":1}}],[\"4579\",{\"1\":{\"43\":1}}],[\"4577\",{\"1\":{\"43\":1}}],[\"4584\",{\"1\":{\"43\":1}}],[\"4583\",{\"1\":{\"43\":1}}],[\"4587\",{\"1\":{\"43\":1}}],[\"452\",{\"1\":{\"103\":1}}],[\"4523\",{\"1\":{\"43\":1}}],[\"4522\",{\"1\":{\"43\":1}}],[\"4525\",{\"1\":{\"43\":1}}],[\"4520\",{\"1\":{\"41\":1}}],[\"459\",{\"1\":{\"103\":1}}],[\"4591\",{\"1\":{\"43\":1}}],[\"4593\",{\"1\":{\"43\":1}}],[\"4596\",{\"1\":{\"43\":1}}],[\"4592\",{\"1\":{\"43\":1}}],[\"4599\",{\"1\":{\"43\":1}}],[\"45\",{\"1\":{\"19\":1}}],[\"460\",{\"1\":{\"103\":1}}],[\"466\",{\"1\":{\"103\":1}}],[\"4660\",{\"1\":{\"42\":1}}],[\"465\",{\"1\":{\"103\":1}}],[\"4654\",{\"1\":{\"42\":1}}],[\"468\",{\"1\":{\"103\":1}}],[\"467\",{\"1\":{\"103\":1}}],[\"464\",{\"1\":{\"103\":1}}],[\"462\",{\"1\":{\"103\":1}}],[\"4629\",{\"1\":{\"43\":1}}],[\"4623\",{\"1\":{\"42\":1}}],[\"4690\",{\"1\":{\"42\":1}}],[\"46\",{\"0\":{\"251\":1},\"1\":{\"19\":1,\"31\":1,\"261\":1}}],[\"471\",{\"1\":{\"103\":1}}],[\"473\",{\"1\":{\"103\":1}}],[\"4733\",{\"1\":{\"41\":1}}],[\"472\",{\"1\":{\"103\":1}}],[\"4729\",{\"1\":{\"41\":1}}],[\"476\",{\"1\":{\"103\":1}}],[\"4765\",{\"1\":{\"41\":1}}],[\"478\",{\"1\":{\"103\":1}}],[\"4787\",{\"1\":{\"40\":1}}],[\"4742\",{\"1\":{\"41\":1}}],[\"4741\",{\"1\":{\"41\":1}}],[\"475\",{\"1\":{\"103\":1}}],[\"4751\",{\"1\":{\"41\":1}}],[\"4753\",{\"1\":{\"41\":1}}],[\"477\",{\"1\":{\"103\":1}}],[\"4772\",{\"1\":{\"41\":1}}],[\"4773\",{\"1\":{\"40\":1}}],[\"4798\",{\"1\":{\"41\":1}}],[\"470\",{\"0\":{\"237\":1},\"1\":{\"27\":1,\"103\":5}}],[\"47\",{\"1\":{\"19\":1,\"103\":1,\"326\":2}}],[\"437\",{\"1\":{\"103\":1}}],[\"4370\",{\"1\":{\"45\":1}}],[\"438\",{\"1\":{\"103\":1}}],[\"434\",{\"1\":{\"103\":1}}],[\"4301\",{\"1\":{\"48\":1}}],[\"4308\",{\"1\":{\"43\":1}}],[\"4321\",{\"1\":{\"48\":1}}],[\"4320\",{\"1\":{\"47\":1}}],[\"4337\",{\"1\":{\"47\":1}}],[\"4330\",{\"1\":{\"47\":1}}],[\"4331\",{\"1\":{\"47\":1}}],[\"4336\",{\"1\":{\"46\":1}}],[\"4338\",{\"1\":{\"45\":1}}],[\"4367\",{\"1\":{\"45\":1}}],[\"439\",{\"1\":{\"103\":1}}],[\"4391\",{\"1\":{\"45\":1}}],[\"4393\",{\"1\":{\"45\":1}}],[\"4399\",{\"1\":{\"43\":1}}],[\"4390\",{\"1\":{\"43\":1}}],[\"431\",{\"1\":{\"103\":1}}],[\"4314\",{\"1\":{\"48\":1}}],[\"4316\",{\"1\":{\"45\":1}}],[\"4310\",{\"1\":{\"43\":1}}],[\"4317\",{\"1\":{\"43\":1}}],[\"435\",{\"1\":{\"103\":1}}],[\"4350\",{\"1\":{\"45\":1}}],[\"4356\",{\"1\":{\"43\":1}}],[\"4357\",{\"1\":{\"42\":1}}],[\"43\",{\"0\":{\"253\":1},\"1\":{\"18\":1,\"19\":1,\"31\":1,\"103\":1}}],[\"404\",{\"1\":{\"334\":1}}],[\"4047\",{\"1\":{\"62\":1}}],[\"402\",{\"1\":{\"103\":2}}],[\"4026\",{\"1\":{\"62\":1}}],[\"4025\",{\"1\":{\"62\":1}}],[\"4024\",{\"1\":{\"62\":1}}],[\"4023\",{\"1\":{\"62\":1}}],[\"406\",{\"1\":{\"103\":1}}],[\"4067\",{\"1\":{\"62\":1}}],[\"4066\",{\"1\":{\"62\":1}}],[\"4065\",{\"1\":{\"62\":1}}],[\"4058\",{\"1\":{\"62\":1}}],[\"4055\",{\"1\":{\"62\":1}}],[\"4050\",{\"1\":{\"62\":1}}],[\"4037\",{\"1\":{\"62\":1}}],[\"4032\",{\"1\":{\"43\":1}}],[\"4086\",{\"1\":{\"62\":1}}],[\"4083\",{\"1\":{\"62\":1}}],[\"4084\",{\"1\":{\"62\":1}}],[\"4091\",{\"1\":{\"62\":1}}],[\"4099\",{\"1\":{\"62\":1}}],[\"4093\",{\"1\":{\"62\":1}}],[\"4008\",{\"1\":{\"62\":1}}],[\"4007\",{\"1\":{\"62\":1}}],[\"4006\",{\"1\":{\"62\":1}}],[\"4000\",{\"1\":{\"43\":1,\"181\":1,\"182\":2,\"323\":1}}],[\"407\",{\"1\":{\"100\":1,\"102\":1}}],[\"4079\",{\"1\":{\"62\":1}}],[\"4074\",{\"1\":{\"62\":1}}],[\"4076\",{\"1\":{\"43\":1}}],[\"40\",{\"1\":{\"31\":1,\"103\":1}}],[\"40c3b67b2955d93d83b27ed164edd0756bc24049\",{\"1\":{\"18\":1}}],[\"40166f00814508ec3201fc8595b393d451c8cd80\",{\"1\":{\"18\":1}}],[\"4\",{\"0\":{\"238\":2,\"273\":2,\"277\":2},\"1\":{\"2\":6,\"4\":3,\"5\":2,\"6\":1,\"9\":5,\"16\":9,\"17\":13,\"18\":106,\"19\":15,\"21\":5,\"23\":1,\"24\":1,\"27\":2,\"28\":5,\"29\":9,\"31\":1,\"32\":2,\"37\":6,\"38\":1,\"41\":4,\"42\":1,\"43\":22,\"44\":1,\"47\":1,\"62\":35,\"64\":12,\"65\":7,\"66\":29,\"67\":10,\"68\":5,\"69\":9,\"70\":1,\"72\":8,\"74\":119,\"76\":124,\"78\":129,\"80\":156,\"82\":161,\"84\":167,\"85\":1,\"86\":176,\"88\":182,\"90\":182,\"92\":188,\"94\":201,\"96\":205,\"97\":1,\"98\":206,\"100\":224,\"102\":235,\"103\":254,\"110\":2,\"283\":2}}],[\"lucky\",{\"1\":{\"196\":1}}],[\"lts\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"lng\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"letsencrypt\",{\"1\":{\"251\":2}}],[\"let\",{\"0\":{\"225\":1},\"1\":{\"202\":1,\"206\":1,\"207\":1,\"218\":1,\"219\":1,\"225\":2}}],[\"letting\",{\"1\":{\"132\":1}}],[\"level\",{\"1\":{\"105\":1,\"117\":1,\"278\":1}}],[\"left\",{\"1\":{\"103\":1,\"306\":1}}],[\"leftover\",{\"1\":{\"17\":1,\"103\":1}}],[\"learn\",{\"1\":{\"117\":1}}],[\"learning\",{\"1\":{\"117\":2,\"120\":1}}],[\"least\",{\"1\":{\"113\":1,\"182\":1}}],[\"leads\",{\"1\":{\"310\":1}}],[\"leadership\",{\"1\":{\"109\":1}}],[\"lead\",{\"1\":{\"103\":1,\"299\":1}}],[\"leave\",{\"1\":{\"31\":2,\"151\":1,\"280\":1}}],[\"less\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"188\":1,\"299\":1}}],[\"legacy\",{\"1\":{\"103\":1,\"251\":3}}],[\"legacyembeds\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"legibility\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"legends\",{\"1\":{\"39\":1}}],[\"legend\",{\"1\":{\"32\":1,\"40\":1,\"43\":2}}],[\"length\",{\"1\":{\"19\":1,\"102\":2}}],[\"launch\",{\"1\":{\"287\":1}}],[\"larger\",{\"1\":{\"270\":1}}],[\"large\",{\"1\":{\"103\":3}}],[\"later\",{\"1\":{\"182\":1,\"205\":1,\"207\":1,\"227\":1,\"285\":1}}],[\"latest\",{\"1\":{\"18\":1,\"39\":2,\"58\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"310\":1}}],[\"lat\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"landing\",{\"1\":{\"31\":1,\"43\":2}}],[\"lang\",{\"1\":{\"27\":1,\"43\":1,\"62\":1,\"65\":1,\"67\":1,\"68\":1,\"69\":1,\"72\":2,\"74\":10,\"76\":11,\"78\":11,\"80\":11,\"82\":12,\"84\":12,\"86\":14,\"88\":14,\"90\":14,\"92\":14,\"94\":14,\"96\":14,\"98\":14,\"100\":15,\"102\":15,\"103\":3}}],[\"languages\",{\"1\":{\"103\":1,\"120\":1}}],[\"language\",{\"1\":{\"10\":1,\"23\":2,\"27\":1,\"61\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":2,\"84\":3,\"86\":4,\"88\":4,\"90\":4,\"92\":5,\"94\":5,\"96\":5,\"98\":6,\"100\":6,\"102\":6,\"103\":4,\"106\":2,\"190\":1,\"204\":1,\"207\":1,\"210\":1,\"213\":1}}],[\"labeling\",{\"1\":{\"62\":2}}],[\"label\",{\"1\":{\"28\":1,\"113\":1,\"151\":1,\"282\":1}}],[\"labels\",{\"1\":{\"27\":1,\"28\":1,\"102\":1}}],[\"layer\",{\"1\":{\"28\":1}}],[\"layoutcard\",{\"1\":{\"294\":1}}],[\"layouts\",{\"1\":{\"291\":2,\"294\":1}}],[\"layout\",{\"0\":{\"142\":1},\"1\":{\"5\":1,\"11\":1,\"15\":1,\"16\":1,\"19\":1,\"24\":1,\"28\":1,\"65\":1,\"74\":1,\"76\":2,\"78\":2,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":3,\"291\":1,\"294\":1,\"295\":1}}],[\"lastactiveat\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"last\",{\"1\":{\"27\":2,\"62\":1}}],[\"lastmessage\",{\"1\":{\"27\":1}}],[\"life\",{\"1\":{\"202\":1}}],[\"liability\",{\"1\":{\"131\":1}}],[\"liable\",{\"1\":{\"131\":1}}],[\"living\",{\"1\":{\"116\":1}}],[\"lives\",{\"1\":{\"315\":1}}],[\"live\",{\"0\":{\"145\":1},\"1\":{\"34\":1,\"62\":1,\"136\":1,\"146\":1,\"290\":1,\"304\":1}}],[\"likely\",{\"1\":{\"293\":1}}],[\"likes\",{\"1\":{\"177\":1}}],[\"like\",{\"1\":{\"103\":1,\"124\":1,\"132\":1,\"137\":1,\"193\":1,\"231\":1,\"263\":1,\"273\":1,\"305\":1,\"306\":2,\"325\":1,\"333\":1}}],[\"listeners\",{\"1\":{\"103\":1}}],[\"list\",{\"0\":{\"210\":1},\"1\":{\"27\":1,\"28\":1,\"34\":1,\"36\":1,\"40\":1,\"48\":2,\"49\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":4,\"103\":5,\"134\":1,\"206\":1,\"210\":1,\"227\":1,\"268\":1,\"294\":2,\"295\":1,\"298\":1,\"318\":1}}],[\"licensed\",{\"1\":{\"156\":1}}],[\"license\",{\"0\":{\"131\":1,\"157\":1,\"272\":1},\"1\":{\"19\":1,\"31\":1,\"131\":1,\"157\":2,\"158\":1}}],[\"limited\",{\"1\":{\"131\":1,\"306\":1}}],[\"limitations\",{\"1\":{\"157\":1}}],[\"limitation\",{\"1\":{\"131\":1}}],[\"limits\",{\"1\":{\"29\":1,\"102\":2,\"103\":1}}],[\"limit\",{\"1\":{\"18\":2,\"31\":1,\"62\":1,\"67\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"306\":1}}],[\"little\",{\"0\":{\"299\":1},\"1\":{\"16\":1,\"103\":1,\"181\":1}}],[\"linux\",{\"1\":{\"123\":1,\"174\":2,\"276\":1}}],[\"linters\",{\"1\":{\"266\":2}}],[\"linter\",{\"1\":{\"113\":1,\"266\":4,\"309\":1}}],[\"linting\",{\"0\":{\"309\":1},\"1\":{\"15\":1,\"31\":1,\"103\":1}}],[\"lint\",{\"1\":{\"15\":2,\"16\":6,\"17\":6,\"19\":3,\"31\":1,\"103\":1,\"151\":2,\"266\":5,\"288\":2,\"309\":2}}],[\"linked\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"113\":1}}],[\"link\",{\"0\":{\"241\":1},\"1\":{\"15\":1,\"16\":1,\"18\":1,\"19\":3,\"23\":1,\"24\":1,\"27\":3,\"31\":2,\"34\":1,\"39\":1,\"41\":2,\"46\":1,\"62\":3,\"74\":3,\"76\":3,\"78\":3,\"80\":4,\"82\":7,\"84\":7,\"86\":7,\"88\":7,\"90\":7,\"92\":7,\"94\":7,\"96\":7,\"98\":7,\"100\":7,\"102\":7,\"103\":14,\"132\":1,\"137\":1,\"171\":1,\"206\":1,\"221\":1}}],[\"links\",{\"0\":{\"166\":1,\"241\":1},\"1\":{\"11\":3,\"19\":4,\"27\":1,\"31\":1,\"32\":1,\"34\":1,\"44\":2,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":3,\"103\":6,\"166\":1,\"204\":1,\"207\":1,\"219\":1,\"241\":2}}],[\"linkify\",{\"1\":{\"9\":1,\"18\":2,\"19\":1,\"43\":1,\"103\":1}}],[\"linkifyjs\",{\"1\":{\"2\":1,\"18\":3}}],[\"lines\",{\"1\":{\"293\":1}}],[\"line\",{\"1\":{\"9\":1,\"275\":1,\"282\":2,\"283\":1}}],[\"library\",{\"1\":{\"192\":1,\"312\":1}}],[\"libraries\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"lib\",{\"1\":{\"2\":1,\"4\":1,\"6\":1,\"279\":2,\"280\":2}}],[\"lost\",{\"1\":{\"320\":1}}],[\"losing\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"looks\",{\"1\":{\"302\":1,\"333\":1}}],[\"looking\",{\"1\":{\"124\":1}}],[\"look\",{\"1\":{\"113\":1,\"141\":1,\"296\":1,\"300\":1,\"303\":1,\"305\":1,\"307\":1,\"313\":1,\"315\":1,\"326\":1}}],[\"lorempixel\",{\"1\":{\"103\":1}}],[\"lot\",{\"1\":{\"103\":1,\"117\":1,\"138\":1}}],[\"lokalise\",{\"1\":{\"76\":2,\"78\":4,\"80\":6,\"82\":7,\"84\":7,\"86\":7,\"88\":7,\"90\":7,\"92\":7,\"94\":7,\"96\":7,\"98\":7,\"100\":7,\"102\":7,\"103\":5}}],[\"loaded\",{\"1\":{\"279\":1}}],[\"loader\",{\"1\":{\"62\":5,\"64\":1,\"67\":2,\"72\":2,\"74\":10,\"76\":13,\"78\":14,\"80\":19,\"82\":19,\"84\":23,\"86\":23,\"88\":23,\"90\":23,\"92\":23,\"94\":23,\"96\":23,\"98\":23,\"100\":24,\"102\":25,\"103\":7}}],[\"load\",{\"1\":{\"103\":2,\"280\":3,\"283\":1}}],[\"loading\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2}}],[\"longer\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"181\":1}}],[\"long\",{\"1\":{\"35\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3,\"295\":1}}],[\"lock\",{\"1\":{\"17\":1,\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1}}],[\"localhost\",{\"1\":{\"149\":1,\"181\":1,\"182\":2,\"269\":3,\"274\":1,\"276\":1,\"286\":1,\"288\":2,\"313\":1,\"320\":1,\"323\":1}}],[\"localization\",{\"0\":{\"119\":1},\"1\":{\"265\":1}}],[\"localized\",{\"1\":{\"15\":1,\"257\":2}}],[\"localise\",{\"1\":{\"103\":1}}],[\"localisation\",{\"1\":{\"102\":1}}],[\"local\",{\"0\":{\"150\":1},\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"124\":1,\"126\":1,\"127\":1,\"129\":1,\"130\":1,\"137\":1,\"142\":1,\"146\":1,\"150\":1,\"182\":4,\"183\":1,\"184\":2,\"185\":1,\"186\":1,\"187\":1,\"202\":1,\"285\":2}}],[\"locally\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"151\":1,\"276\":1,\"282\":3,\"320\":4}}],[\"locale\",{\"1\":{\"18\":2,\"82\":1,\"84\":1,\"86\":1,\"88\":3,\"90\":3,\"92\":3,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":1,\"156\":1,\"205\":1,\"253\":1}}],[\"localeswitch\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"locales\",{\"1\":{\"11\":1,\"17\":1,\"18\":1,\"19\":1,\"20\":1,\"27\":1,\"31\":2,\"65\":1,\"67\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"151\":1,\"266\":2,\"288\":3}}],[\"locations\",{\"1\":{\"27\":1,\"61\":1,\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2}}],[\"location\",{\"1\":{\"6\":1,\"8\":1,\"15\":1,\"18\":1,\"28\":1,\"40\":1,\"53\":1,\"103\":1,\"220\":1}}],[\"lower\",{\"1\":{\"12\":1}}],[\"logged\",{\"1\":{\"326\":1}}],[\"logger\",{\"1\":{\"3\":1}}],[\"logic\",{\"1\":{\"191\":1}}],[\"logins\",{\"0\":{\"145\":1},\"1\":{\"146\":1}}],[\"login\",{\"0\":{\"146\":1,\"322\":1,\"325\":1},\"1\":{\"9\":1,\"10\":1,\"11\":1,\"16\":1,\"17\":1,\"42\":1,\"67\":1,\"72\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":4,\"82\":6,\"84\":7,\"86\":7,\"88\":7,\"90\":7,\"92\":7,\"94\":8,\"96\":8,\"98\":8,\"100\":8,\"102\":8,\"103\":5,\"204\":1,\"306\":1,\"325\":3}}],[\"logheapusage\",{\"1\":{\"37\":1}}],[\"logo>\",{\"1\":{\"331\":2}}],[\"logo><\",{\"1\":{\"331\":1}}],[\"logoff\",{\"1\":{\"204\":1}}],[\"logout\",{\"1\":{\"103\":1}}],[\"logos\",{\"1\":{\"31\":1,\"45\":2,\"243\":2,\"245\":2,\"291\":1}}],[\"logo\",{\"0\":{\"243\":1,\"245\":1,\"339\":1},\"1\":{\"9\":1,\"18\":1,\"34\":1,\"36\":1,\"62\":1,\"66\":1,\"67\":1,\"68\":1,\"69\":1,\"70\":1,\"72\":1,\"74\":8,\"76\":10,\"78\":10,\"80\":11,\"82\":11,\"84\":11,\"86\":13,\"88\":13,\"90\":13,\"92\":13,\"94\":13,\"96\":13,\"98\":13,\"100\":14,\"102\":16,\"103\":6,\"243\":3,\"245\":1,\"316\":1,\"331\":1}}],[\"log\",{\"1\":{\"2\":1,\"40\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"193\":1,\"322\":1}}],[\"lodash\",{\"1\":{\"2\":2,\"9\":1,\"103\":5}}],[\"2d7c7f05e827\",{\"1\":{\"326\":1}}],[\"2d24fc9\",{\"1\":{\"103\":2}}],[\"2e3bbadb\",{\"1\":{\"326\":1}}],[\"2702\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2704\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2705\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2707\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2709\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2708\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2703\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2706\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2700\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2711\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2716\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2717\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2719\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2715\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2718\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2713\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2714\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2730\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2731\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2733\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2734\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2738\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2732\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2737\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2739\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2735\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2740\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2741\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2742\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2747\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2744\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2746\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2743\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2748\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2751\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2752\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2753\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2756\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2759\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2755\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2758\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2757\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2754\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2761\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2763\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2768\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2764\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2769\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2767\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2760\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2780\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2781\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2782\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2787\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2788\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2789\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2791\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2792\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2790\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2793\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2796\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2795\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2794\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2774\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2773\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2771\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2772\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2778\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2779\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2776\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2777\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"272\",{\"1\":{\"103\":1}}],[\"2720\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2722\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2724\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2729\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2726\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2728\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2725\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2727\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"27\",{\"1\":{\"18\":1,\"19\":2,\"21\":1,\"29\":1,\"63\":1,\"100\":1,\"101\":1,\"102\":1,\"103\":8}}],[\"2048\",{\"1\":{\"261\":1}}],[\"204\",{\"1\":{\"103\":1}}],[\"2043\",{\"1\":{\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"2049\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2042\",{\"1\":{\"82\":5,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5}}],[\"203\",{\"1\":{\"103\":1}}],[\"2030\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2034\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2035\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2032\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2033\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2037\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2038\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2036\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2039\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"201\",{\"1\":{\"103\":1}}],[\"2012\",{\"1\":{\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2015\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2017\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"330\":2}}],[\"2016\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2018\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"131\":1}}],[\"2010\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2019\",{\"1\":{\"75\":1,\"77\":1,\"79\":1,\"81\":1,\"83\":1,\"85\":1,\"86\":1,\"87\":1,\"88\":1,\"89\":1,\"90\":1,\"91\":1,\"92\":1,\"93\":1,\"94\":1,\"95\":1,\"96\":1,\"97\":1,\"98\":1,\"99\":1,\"100\":1,\"101\":1,\"102\":1,\"103\":24}}],[\"206\",{\"1\":{\"103\":2}}],[\"2065\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2066\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2068\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2069\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2064\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2060\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2062\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"200\",{\"1\":{\"103\":1}}],[\"2001\",{\"1\":{\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2002\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2004\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2007\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2000\",{\"1\":{\"27\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"208\",{\"1\":{\"103\":2}}],[\"2080\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2083\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2085\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2081\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2084\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2087\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2088\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2089\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2086\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2082\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2093\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2090\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2097\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2096\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2098\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2091\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"207\",{\"1\":{\"103\":1}}],[\"2072\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2070\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2071\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2079\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2075\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2073\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2078\",{\"1\":{\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"2076\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2050\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2051\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2055\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2052\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2054\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2053\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2058\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2059\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"205\",{\"0\":{\"247\":1},\"1\":{\"31\":1}}],[\"202\",{\"1\":{\"103\":2}}],[\"2027\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2028\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2029\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2020\",{\"1\":{\"63\":1,\"64\":1,\"65\":1,\"66\":1,\"67\":1,\"68\":1,\"69\":1,\"70\":1,\"71\":1,\"72\":1,\"73\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2021\",{\"1\":{\"41\":1,\"42\":1,\"43\":1,\"44\":1,\"45\":1,\"46\":1,\"47\":1,\"48\":1,\"49\":1,\"50\":1,\"51\":1,\"52\":1,\"53\":1,\"54\":1,\"55\":1,\"56\":1,\"57\":1,\"58\":1,\"59\":1,\"60\":1,\"61\":1,\"62\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"131\":1}}],[\"2022\",{\"1\":{\"33\":1,\"34\":1,\"35\":1,\"36\":1,\"37\":1,\"38\":1,\"39\":1,\"40\":1,\"326\":2}}],[\"2023\",{\"1\":{\"20\":1,\"21\":1,\"22\":1,\"23\":1,\"24\":1,\"25\":1,\"26\":1,\"27\":1,\"28\":1,\"29\":1,\"30\":1,\"31\":1,\"32\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2024\",{\"1\":{\"18\":3,\"19\":3,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2025\",{\"1\":{\"3\":1,\"4\":1,\"5\":1,\"6\":1,\"7\":1,\"8\":1,\"9\":1,\"10\":1,\"11\":1,\"12\":1,\"13\":1,\"14\":1,\"15\":1,\"16\":1,\"17\":1,\"18\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"20\",{\"1\":{\"18\":10,\"19\":7,\"21\":9,\"27\":4,\"28\":4,\"31\":1,\"39\":1,\"43\":1,\"62\":5,\"68\":3,\"70\":1,\"71\":1,\"72\":3,\"74\":11,\"76\":11,\"78\":11,\"80\":11,\"82\":11,\"84\":11,\"86\":13,\"88\":13,\"90\":14,\"92\":15,\"94\":15,\"96\":15,\"98\":15,\"100\":15,\"102\":15,\"103\":15}}],[\"2626\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2625\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2624\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2621\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2620\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2627\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2619\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2613\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2610\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2612\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2614\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2615\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2617\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2618\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2616\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2633\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2630\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2639\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2638\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2634\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2636\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2637\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2632\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"264\",{\"1\":{\"103\":1}}],[\"2645\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2644\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2643\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2641\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2640\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2649\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2642\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2648\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2647\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"266\",{\"1\":{\"103\":1}}],[\"2662\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2663\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2664\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2665\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2666\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2667\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2669\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2668\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2659\",{\"1\":{\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"2653\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2654\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2652\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2651\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2650\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2655\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2657\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2680\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2681\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2682\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2689\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2686\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"269\",{\"1\":{\"103\":2}}],[\"2691\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2692\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2695\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2696\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"26961cf329f22f6837d5f54c3efd76b480300ace\",{\"1\":{\"18\":1}}],[\"2698\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2693\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2690\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2694\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2697\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2600\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2603\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2606\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2609\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2608\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2607\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2670\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2671\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2672\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2674\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2679\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2678\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"267\",{\"0\":{\"240\":1},\"1\":{\"31\":2}}],[\"26\",{\"1\":{\"18\":4,\"19\":1,\"31\":1,\"62\":4,\"64\":1,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":4,\"98\":4,\"100\":5,\"102\":5,\"103\":11}}],[\"28a37c2\",{\"1\":{\"103\":2}}],[\"28a02cc85a65462275a97039562642d3731c318c\",{\"1\":{\"18\":2}}],[\"2805\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2806\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2807\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2809\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2804\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2803\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2808\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2802\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2830\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2833\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2834\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2839\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2831\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2832\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2838\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2836\",{\"1\":{\"71\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2835\",{\"1\":{\"71\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2840\",{\"1\":{\"71\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2842\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2844\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2846\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2847\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2848\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2849\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2845\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2850\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2851\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2853\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2854\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2855\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2856\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2858\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2857\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2852\",{\"1\":{\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2862\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2864\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2866\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2861\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2863\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2865\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2869\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2867\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2868\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2881\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2880\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2883\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2882\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2889\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2874\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2875\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2876\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2878\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2879\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2877\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2871\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2870\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2890\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2891\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2892\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2893\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2898\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2899\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2820\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2829\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2825\",{\"1\":{\"69\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"2828\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2826\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2823\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2816\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2815\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2813de4\",{\"1\":{\"103\":2}}],[\"2813\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2812\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2811\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2810\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2819\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"281\",{\"1\":{\"31\":1}}],[\"28\",{\"1\":{\"16\":1,\"18\":9,\"19\":2,\"31\":1,\"34\":1,\"62\":6,\"74\":4,\"76\":6,\"78\":6,\"80\":8,\"82\":8,\"84\":8,\"86\":8,\"88\":8,\"90\":8,\"92\":10,\"94\":10,\"96\":12,\"98\":12,\"100\":13,\"102\":13,\"103\":1}}],[\"232\",{\"1\":{\"103\":1}}],[\"2327\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2329\",{\"1\":{\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3}}],[\"2328\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2324\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2322\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2323\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"234\",{\"1\":{\"103\":6}}],[\"2348\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2347\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2346\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2345\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2343\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2342\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2340\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2341\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"235\",{\"1\":{\"103\":1}}],[\"2353\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2350\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2354\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2358\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2357\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2359\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2351\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"233\",{\"1\":{\"103\":2}}],[\"2330\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2334\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2339\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2333\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2335\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2365\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2368\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2369\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2360\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2366\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2382\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2388\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2380\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2389\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2385\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"237\",{\"1\":{\"103\":2}}],[\"2371\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2372\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2373\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2375\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2377\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2379\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2374\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2378\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"239\",{\"1\":{\"103\":1}}],[\"2390\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2391\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2392\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2393\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2399\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2398\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2397\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"230\",{\"1\":{\"103\":1}}],[\"2301\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2302\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2309\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2303\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2304\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2311\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2314\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2318\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2310\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2319\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2316\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2317\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"231\",{\"1\":{\"31\":1,\"103\":2}}],[\"23\",{\"1\":{\"9\":1,\"18\":5,\"19\":22,\"30\":1,\"36\":1,\"41\":1,\"43\":6,\"62\":1,\"65\":4,\"66\":8,\"67\":4,\"72\":4,\"74\":27,\"76\":27,\"78\":27,\"80\":35,\"82\":39,\"84\":41,\"86\":45,\"88\":45,\"89\":1,\"90\":45,\"92\":45,\"94\":45,\"96\":45,\"98\":45,\"100\":45,\"102\":45,\"103\":3}}],[\"2510\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2513\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2511\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2515\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2516\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2517\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2518\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2512\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2519\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2524\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2527\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2520\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2521\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2523\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2525\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2522\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"254\",{\"1\":{\"103\":2}}],[\"2542\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2545\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2548\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2547\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2544\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2546\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"255\",{\"1\":{\"103\":1}}],[\"2550\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2551\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2554\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2555\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2557\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2558\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2559\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2556\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2552\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2560\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2566\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2567\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2563\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2569\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2568\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2562\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2592\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2593\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2594\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2595\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2596\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2598\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2599\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2590\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2570\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2572\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2574\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2575\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2577\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2576\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2571\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2579\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"258\",{\"1\":{\"103\":1}}],[\"2580\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2584\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2588\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2581\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2582\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2589\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2585\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2500\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2504\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2505\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2503\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2506\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2507\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"250\",{\"0\":{\"244\":1},\"1\":{\"31\":1,\"103\":1}}],[\"2538\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2537\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2536\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2534\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2532\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2530\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2539\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2535\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2531\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"253\",{\"1\":{\"31\":2,\"103\":2}}],[\"25\",{\"1\":{\"9\":1,\"18\":5,\"19\":1,\"28\":1,\"29\":1,\"31\":2,\"35\":1,\"41\":1,\"62\":29,\"63\":14,\"64\":8,\"69\":5,\"74\":55,\"76\":55,\"78\":55,\"80\":55,\"82\":55,\"84\":55,\"86\":55,\"88\":55,\"90\":55,\"92\":55,\"94\":55,\"96\":55,\"98\":55,\"100\":56,\"102\":56,\"103\":6}}],[\"2141592\",{\"1\":{\"261\":1}}],[\"2148\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"213\",{\"1\":{\"103\":2}}],[\"2130\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2131\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2133\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2132\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2134\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2136\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2135\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"212\",{\"1\":{\"103\":1}}],[\"2120\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2122\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2121\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2123\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2129\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2126\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2127\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"215\",{\"1\":{\"103\":1}}],[\"2151\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2157\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2158\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2159\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2154\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2155\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2156\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2173\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2176\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2192\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2191\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2199\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2193\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2197\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2194\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2104\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2108\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2105\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2106\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2101\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2183\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2188\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2186\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2185\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2180\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2187\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"216\",{\"1\":{\"103\":1}}],[\"2165\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2166\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2167\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2164\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2161\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2163\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2160\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2169\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2114\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2116\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2118\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2111\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2110\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2119\",{\"1\":{\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"2117\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"21\",{\"1\":{\"5\":1,\"9\":1,\"17\":2,\"18\":13,\"19\":1,\"28\":5,\"29\":3,\"31\":2,\"43\":3,\"63\":1,\"66\":3,\"70\":2,\"74\":5,\"76\":5,\"78\":5,\"80\":5,\"82\":5,\"84\":5,\"86\":5,\"88\":5,\"90\":7,\"92\":7,\"94\":7,\"96\":7,\"98\":7,\"100\":7,\"102\":9,\"103\":9}}],[\"2216\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2218\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2219\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"220\",{\"1\":{\"103\":1}}],[\"2201\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2203\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2204\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2206\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2209\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2205\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2200\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"224\",{\"1\":{\"103\":1}}],[\"2245\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2242\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2241\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2248\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2249\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2246\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2247\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2243\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"227\",{\"1\":{\"103\":2}}],[\"2274\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2273\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2278\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2279\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2277\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"226\",{\"1\":{\"103\":1}}],[\"2267\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2261\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2265\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2266\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2262\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"223\",{\"1\":{\"103\":2}}],[\"2231\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2233\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2235\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2236\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2230\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2237\",{\"1\":{\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3}}],[\"229\",{\"1\":{\"103\":1}}],[\"2293\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2296\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2297\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2298\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2294\",{\"1\":{\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"2295\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2229\",{\"1\":{\"72\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"2250\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2251\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2257\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2253\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"225\",{\"1\":{\"31\":1,\"103\":2}}],[\"2280\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2281\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2286\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2285\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2283\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2288\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"228\",{\"1\":{\"31\":1,\"103\":1}}],[\"22\",{\"1\":{\"4\":1,\"5\":2,\"9\":4,\"15\":2,\"16\":4,\"17\":2,\"18\":21,\"19\":5,\"21\":5,\"23\":3,\"24\":2,\"27\":2,\"28\":2,\"31\":1,\"37\":1,\"43\":4,\"62\":1,\"63\":1,\"65\":2,\"66\":1,\"67\":2,\"74\":5,\"76\":5,\"78\":5,\"80\":6,\"81\":1,\"82\":6,\"84\":6,\"86\":8,\"88\":8,\"90\":10,\"91\":1,\"92\":12,\"94\":16,\"96\":16,\"98\":16,\"100\":16,\"102\":16,\"103\":76}}],[\"2902\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2903\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2904\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2908\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2909\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2906\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2905\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2907\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2912\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2915\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2916\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2910\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2911\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2913\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2914\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2919\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2923\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2924\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2926\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2928\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2925\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2927\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2921\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2933\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2936\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2937\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2932\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2935\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2934\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2930\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2938\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2939\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"296\",{\"1\":{\"103\":1}}],[\"2966\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2969\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2962\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2961\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2960\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2940\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2941\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2943\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2944\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2945\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2949\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2948\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2957\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2955\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2954\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2953\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2956\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2959\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2950\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2952\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2951\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"298\",{\"0\":{\"238\":1}}],[\"2983\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2981\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2971\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2973\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2977\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2974\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2975\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2976\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2978\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2990\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2991\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2992\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2993\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2995\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2994\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2996\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2997\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2998\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2999\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"29\",{\"1\":{\"4\":2,\"9\":2,\"18\":15,\"19\":8,\"21\":2,\"29\":5,\"31\":1,\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":4}}],[\"2\",{\"0\":{\"233\":2,\"237\":2,\"238\":2,\"240\":4,\"244\":2},\"1\":{\"2\":4,\"4\":2,\"5\":1,\"6\":2,\"7\":1,\"9\":6,\"13\":1,\"15\":1,\"16\":10,\"17\":16,\"18\":124,\"19\":50,\"20\":3,\"21\":7,\"23\":2,\"25\":1,\"27\":4,\"28\":7,\"29\":4,\"31\":5,\"34\":1,\"37\":10,\"41\":6,\"42\":2,\"43\":40,\"48\":1,\"62\":99,\"63\":24,\"64\":30,\"65\":8,\"66\":30,\"67\":18,\"68\":19,\"69\":11,\"70\":6,\"72\":32,\"74\":293,\"76\":313,\"78\":322,\"80\":368,\"82\":389,\"84\":418,\"86\":433,\"88\":437,\"90\":442,\"92\":452,\"94\":478,\"96\":495,\"98\":502,\"99\":1,\"100\":525,\"102\":544,\"103\":465,\"113\":2,\"182\":3,\"217\":1,\"272\":1}}],[\"240\",{\"1\":{\"103\":2}}],[\"2405\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2406\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2407\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2400\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2402\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2404\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"242\",{\"1\":{\"103\":1}}],[\"2427\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2428\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2424\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2422\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2421\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"244\",{\"1\":{\"103\":1}}],[\"2441\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2440\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2443\",{\"1\":{\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"246\",{\"1\":{\"103\":2}}],[\"2466\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2465\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2464\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2463\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2461\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2460\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2468\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2467\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"241\",{\"1\":{\"103\":1}}],[\"2417\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2419\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2416\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2411\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2477\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2475\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2474\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2473\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2472\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2470\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"245\",{\"1\":{\"103\":1}}],[\"2451\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2459\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2456\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2458\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2455\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2452\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2453\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2454\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"249\",{\"1\":{\"103\":1}}],[\"2490\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2497\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2498\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2499\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2496\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2494\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2493\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2491\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2492\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"243\",{\"1\":{\"103\":2}}],[\"2431\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2432\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2430\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2435\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2439\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2437\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2436\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2433\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2434\",{\"1\":{\"62\":1}}],[\"248\",{\"1\":{\"103\":1}}],[\"2480\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2481\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2482\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2483\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2489\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2488\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2485\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"2487\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"24\",{\"1\":{\"2\":7,\"4\":3,\"6\":2,\"9\":1,\"18\":8,\"19\":1,\"43\":2,\"62\":1,\"69\":5,\"74\":5,\"76\":5,\"78\":5,\"80\":5,\"82\":5,\"84\":5,\"86\":5,\"87\":1,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":52,\"148\":1}}],[\"wurde\",{\"1\":{\"326\":2}}],[\"w3c\",{\"1\":{\"295\":1}}],[\"www\",{\"1\":{\"156\":1,\"261\":1}}],[\"werkzeuge\",{\"1\":{\"174\":1}}],[\"were\",{\"1\":{\"113\":1,\"171\":1}}],[\"wellbeing\",{\"1\":{\"210\":1}}],[\"well\",{\"1\":{\"149\":1,\"153\":1,\"187\":2,\"191\":2,\"294\":1,\"302\":1,\"306\":1,\"313\":1,\"320\":1,\"325\":1}}],[\"welcome\",{\"1\":{\"116\":1,\"117\":1,\"138\":1,\"141\":1}}],[\"welcoming\",{\"1\":{\"105\":1,\"106\":1}}],[\"week\",{\"1\":{\"113\":1}}],[\"we\",{\"0\":{\"294\":1,\"295\":1,\"298\":1,\"299\":1,\"302\":1,\"303\":1,\"304\":1,\"305\":1,\"306\":3,\"315\":1,\"316\":1,\"317\":1},\"1\":{\"105\":1,\"111\":1,\"112\":3,\"113\":17,\"115\":2,\"117\":9,\"124\":4,\"132\":2,\"148\":1,\"151\":4,\"152\":1,\"153\":1,\"177\":1,\"182\":2,\"189\":2,\"190\":1,\"192\":2,\"203\":2,\"234\":1,\"236\":1,\"251\":2,\"256\":1,\"261\":1,\"262\":1,\"273\":2,\"278\":1,\"279\":1,\"280\":1,\"281\":1,\"283\":1,\"285\":1,\"288\":1,\"290\":1,\"291\":1,\"294\":1,\"295\":1,\"298\":1,\"303\":1,\"304\":1,\"309\":1,\"310\":2,\"317\":1,\"319\":2,\"320\":1,\"321\":1,\"322\":1,\"326\":2}}],[\"webpage\",{\"1\":{\"160\":1}}],[\"web\",{\"1\":{\"102\":1,\"103\":6,\"142\":1,\"190\":1,\"269\":1}}],[\"webfinger\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"231\":1}}],[\"website\",{\"1\":{\"18\":3,\"137\":1}}],[\"websockets\",{\"1\":{\"53\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"websocket\",{\"1\":{\"9\":1,\"43\":1}}],[\"webapp\",{\"0\":{\"128\":1,\"129\":1,\"130\":1,\"235\":1,\"239\":1,\"256\":1,\"284\":1},\"1\":{\"2\":5,\"3\":3,\"4\":1,\"5\":5,\"6\":3,\"8\":5,\"9\":7,\"10\":3,\"11\":7,\"15\":4,\"16\":12,\"17\":11,\"18\":56,\"19\":17,\"21\":4,\"23\":2,\"24\":3,\"25\":2,\"26\":1,\"27\":47,\"28\":14,\"29\":10,\"30\":2,\"31\":30,\"32\":15,\"33\":6,\"34\":1,\"36\":1,\"37\":4,\"39\":1,\"43\":20,\"55\":1,\"62\":47,\"63\":4,\"64\":16,\"65\":7,\"66\":17,\"67\":13,\"68\":13,\"69\":21,\"70\":7,\"72\":30,\"74\":170,\"76\":180,\"78\":184,\"80\":208,\"82\":219,\"84\":233,\"86\":241,\"88\":245,\"90\":246,\"92\":252,\"94\":264,\"96\":274,\"98\":276,\"100\":285,\"102\":295,\"103\":222,\"113\":1,\"129\":2,\"130\":2,\"142\":1,\"149\":1,\"151\":1,\"158\":2,\"197\":1,\"235\":1,\"238\":1,\"241\":2,\"242\":1,\"243\":1,\"245\":1,\"246\":1,\"285\":3,\"288\":8,\"310\":1,\"320\":1}}],[\"would\",{\"1\":{\"132\":1,\"198\":1}}],[\"wouldn\",{\"1\":{\"115\":1}}],[\"wolle\",{\"1\":{\"115\":1}}],[\"wondering\",{\"1\":{\"137\":1}}],[\"wonderful\",{\"1\":{\"124\":1}}],[\"won\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"word\",{\"0\":{\"295\":1},\"1\":{\"137\":2,\"295\":1}}],[\"words\",{\"1\":{\"35\":1,\"103\":1,\"132\":1}}],[\"world\",{\"1\":{\"115\":1,\"202\":1,\"326\":2}}],[\"workaround\",{\"1\":{\"103\":1}}],[\"worker\",{\"1\":{\"102\":1,\"103\":7}}],[\"work\",{\"1\":{\"100\":1,\"102\":1,\"103\":2,\"113\":5,\"166\":1,\"282\":2,\"310\":1,\"326\":2}}],[\"works\",{\"1\":{\"100\":1,\"102\":1,\"261\":1}}],[\"working\",{\"1\":{\"19\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"113\":1,\"116\":1,\"117\":1,\"160\":1,\"177\":1,\"319\":1,\"320\":1}}],[\"workflows\",{\"1\":{\"19\":1,\"29\":1,\"31\":1}}],[\"workflow\",{\"1\":{\"12\":1,\"15\":1,\"18\":7,\"19\":14,\"22\":1,\"23\":1,\"27\":3,\"29\":1,\"33\":1,\"47\":1,\"58\":1}}],[\"ws\",{\"1\":{\"43\":1}}],[\"writing\",{\"1\":{\"309\":2,\"316\":1,\"318\":1}}],[\"write\",{\"0\":{\"201\":1,\"298\":1,\"299\":1},\"1\":{\"9\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3,\"137\":1,\"152\":1,\"201\":2,\"310\":1}}],[\"wrapping\",{\"1\":{\"299\":1}}],[\"wrapped\",{\"1\":{\"35\":1,\"103\":1,\"294\":1}}],[\"wrong\",{\"1\":{\"19\":1,\"25\":2,\"27\":1,\"44\":1,\"48\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":4,\"316\":1}}],[\"watch\",{\"1\":{\"266\":1}}],[\"warranties\",{\"1\":{\"131\":1}}],[\"warranty\",{\"1\":{\"131\":1}}],[\"warning\",{\"1\":{\"12\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":2,\"102\":2,\"316\":1}}],[\"warnings\",{\"1\":{\"8\":1,\"18\":1,\"28\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3}}],[\"want\",{\"1\":{\"113\":2,\"132\":1,\"184\":1,\"270\":2}}],[\"ways\",{\"1\":{\"137\":1,\"148\":1}}],[\"way\",{\"1\":{\"109\":1,\"112\":1,\"124\":1,\"294\":1,\"310\":1}}],[\"waiting\",{\"1\":{\"103\":1}}],[\"wait\",{\"1\":{\"18\":1,\"19\":2,\"62\":1,\"66\":1,\"70\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":1,\"181\":1}}],[\"was\",{\"1\":{\"18\":1,\"31\":1,\"103\":1,\"270\":1,\"326\":2}}],[\"why\",{\"1\":{\"213\":2,\"296\":1,\"298\":1,\"299\":1,\"300\":2,\"302\":3,\"304\":1,\"307\":1,\"316\":1}}],[\"whom\",{\"1\":{\"131\":1}}],[\"who\",{\"1\":{\"109\":1,\"113\":2,\"152\":1}}],[\"whole\",{\"1\":{\"25\":1,\"197\":1,\"270\":1,\"306\":1,\"318\":1}}],[\"whatever\",{\"1\":{\"294\":1}}],[\"what\",{\"1\":{\"106\":1,\"113\":1,\"116\":1,\"117\":1,\"124\":1,\"213\":1,\"293\":2,\"306\":2}}],[\"whether\",{\"1\":{\"131\":1}}],[\"where\",{\"1\":{\"27\":1,\"102\":2,\"103\":1,\"113\":1,\"115\":1,\"132\":1,\"182\":1,\"270\":1,\"279\":1,\"282\":1,\"312\":1}}],[\"when\",{\"0\":{\"306\":1},\"1\":{\"9\":1,\"17\":3,\"31\":2,\"32\":1,\"46\":1,\"62\":1,\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3,\"108\":1,\"113\":4,\"120\":1,\"184\":1,\"232\":1,\"251\":1,\"279\":1,\"283\":1,\"293\":2,\"300\":1,\"305\":2,\"309\":1,\"312\":1,\"313\":1,\"316\":1,\"325\":1,\"326\":1}}],[\"whitelist\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"white\",{\"1\":{\"28\":1,\"62\":2}}],[\"while\",{\"1\":{\"27\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"149\":2,\"183\":1,\"188\":3,\"189\":3,\"302\":1,\"309\":1}}],[\"which\",{\"1\":{\"18\":1,\"31\":1,\"103\":1,\"106\":1,\"113\":2,\"117\":1,\"142\":2,\"160\":1,\"188\":1,\"190\":1,\"265\":1,\"273\":1,\"296\":1,\"298\":1,\"304\":1,\"305\":1,\"307\":1,\"309\":1}}],[\"winter\",{\"1\":{\"116\":1}}],[\"windows\",{\"1\":{\"103\":1,\"174\":2,\"288\":2}}],[\"window\",{\"1\":{\"103\":1,\"313\":1}}],[\"wiki\",{\"1\":{\"107\":1,\"135\":1}}],[\"wipe\",{\"1\":{\"187\":1,\"189\":1}}],[\"wip\",{\"0\":{\"251\":1},\"1\":{\"31\":8,\"35\":1,\"44\":1,\"62\":1,\"100\":1,\"102\":1,\"103\":17,\"113\":2}}],[\"widget\",{\"1\":{\"206\":6}}],[\"width\",{\"1\":{\"30\":2,\"31\":1,\"32\":1,\"40\":1,\"103\":1,\"306\":2}}],[\"wide\",{\"1\":{\"18\":1}}],[\"withmigrations\",{\"1\":{\"187\":2}}],[\"within\",{\"0\":{\"306\":1},\"1\":{\"108\":1,\"113\":1,\"304\":1,\"306\":1}}],[\"without\",{\"0\":{\"182\":1,\"197\":1,\"275\":1},\"1\":{\"43\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":3,\"106\":1,\"115\":1,\"131\":3,\"198\":1,\"200\":1,\"266\":1,\"282\":1,\"283\":1,\"288\":1,\"320\":2}}],[\"withdraw\",{\"1\":{\"31\":1}}],[\"with\",{\"0\":{\"181\":1,\"190\":1,\"196\":1,\"233\":1,\"236\":1,\"237\":1,\"238\":1,\"240\":1,\"244\":1,\"247\":1,\"249\":1,\"252\":1,\"254\":1,\"274\":1,\"294\":1},\"1\":{\"2\":4,\"9\":1,\"11\":2,\"15\":1,\"16\":2,\"17\":2,\"18\":26,\"27\":2,\"28\":1,\"29\":1,\"31\":4,\"32\":1,\"37\":1,\"40\":1,\"41\":1,\"44\":1,\"45\":1,\"62\":1,\"67\":1,\"68\":1,\"69\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":8,\"82\":8,\"84\":9,\"86\":9,\"88\":9,\"90\":10,\"92\":10,\"94\":13,\"96\":13,\"98\":13,\"100\":15,\"102\":15,\"103\":20,\"109\":1,\"112\":2,\"113\":6,\"117\":1,\"123\":1,\"131\":1,\"132\":2,\"138\":1,\"147\":1,\"153\":1,\"156\":1,\"160\":1,\"182\":5,\"183\":1,\"184\":4,\"185\":1,\"186\":2,\"187\":2,\"191\":1,\"198\":1,\"202\":1,\"203\":1,\"206\":1,\"218\":1,\"225\":2,\"229\":1,\"241\":1,\"261\":1,\"265\":3,\"270\":1,\"273\":1,\"275\":1,\"282\":3,\"283\":2,\"285\":1,\"286\":1,\"288\":1,\"293\":1,\"302\":1,\"304\":1,\"305\":1,\"309\":1,\"310\":1,\"312\":1,\"313\":2,\"316\":1,\"320\":2,\"325\":1,\"326\":1,\"328\":1}}],[\"will\",{\"1\":{\"1\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"109\":2,\"115\":1,\"144\":1,\"149\":1,\"151\":3,\"182\":1,\"189\":2,\"203\":4,\"268\":1,\"282\":2,\"290\":1,\"294\":2,\"304\":1,\"305\":1,\"313\":1,\"316\":1,\"320\":1,\"323\":1,\"325\":1,\"326\":4}}],[\"64\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"648\",{\"1\":{\"62\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1}}],[\"6483\",{\"1\":{\"23\":1}}],[\"649\",{\"1\":{\"62\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1}}],[\"6434\",{\"1\":{\"27\":1}}],[\"640\",{\"1\":{\"103\":1}}],[\"6405\",{\"1\":{\"28\":1}}],[\"6408\",{\"1\":{\"27\":1}}],[\"6409\",{\"1\":{\"27\":1}}],[\"6414\",{\"1\":{\"27\":1}}],[\"6413\",{\"1\":{\"27\":1}}],[\"646\",{\"1\":{\"103\":1}}],[\"6464\",{\"1\":{\"27\":1}}],[\"6469\",{\"1\":{\"27\":1}}],[\"644\",{\"1\":{\"103\":1}}],[\"6440\",{\"1\":{\"28\":1}}],[\"6448\",{\"1\":{\"27\":1}}],[\"6444\",{\"1\":{\"27\":1}}],[\"6441\",{\"1\":{\"27\":1}}],[\"645\",{\"1\":{\"103\":1}}],[\"6450\",{\"1\":{\"27\":1}}],[\"6451\",{\"1\":{\"27\":1}}],[\"647\",{\"1\":{\"62\":1,\"63\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"6471\",{\"1\":{\"27\":1}}],[\"6470\",{\"1\":{\"27\":1}}],[\"6472\",{\"1\":{\"27\":1}}],[\"6477\",{\"1\":{\"27\":1}}],[\"6478\",{\"1\":{\"27\":1}}],[\"637\",{\"1\":{\"103\":1}}],[\"6372\",{\"1\":{\"28\":1}}],[\"63\",{\"0\":{\"248\":1},\"1\":{\"31\":1,\"103\":1}}],[\"6318\",{\"1\":{\"28\":1}}],[\"6310\",{\"1\":{\"28\":1}}],[\"6312\",{\"1\":{\"28\":1}}],[\"6319\",{\"1\":{\"28\":1}}],[\"630\",{\"1\":{\"103\":1}}],[\"6303\",{\"1\":{\"28\":1}}],[\"6309\",{\"1\":{\"28\":1}}],[\"6308\",{\"1\":{\"28\":1}}],[\"6306\",{\"1\":{\"27\":1}}],[\"632\",{\"1\":{\"103\":1}}],[\"6324\",{\"1\":{\"28\":1}}],[\"6329\",{\"1\":{\"28\":1}}],[\"6325\",{\"1\":{\"28\":1}}],[\"6326\",{\"1\":{\"28\":1}}],[\"6321\",{\"1\":{\"28\":1}}],[\"633\",{\"1\":{\"103\":1}}],[\"6333\",{\"1\":{\"28\":1}}],[\"6335\",{\"1\":{\"28\":1}}],[\"6331\",{\"1\":{\"28\":1}}],[\"6359\",{\"1\":{\"28\":1}}],[\"636\",{\"1\":{\"103\":1}}],[\"6365\",{\"1\":{\"28\":1}}],[\"6366\",{\"1\":{\"28\":1}}],[\"6369\",{\"1\":{\"28\":1}}],[\"6362\",{\"1\":{\"28\":1}}],[\"6367\",{\"1\":{\"28\":1}}],[\"6364\",{\"1\":{\"28\":1}}],[\"6361\",{\"1\":{\"28\":1}}],[\"6368\",{\"1\":{\"27\":1}}],[\"639\",{\"1\":{\"103\":1}}],[\"6391\",{\"1\":{\"28\":1}}],[\"6396\",{\"1\":{\"28\":1}}],[\"638\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"6381\",{\"1\":{\"28\":1}}],[\"6385\",{\"1\":{\"28\":1}}],[\"6382\",{\"1\":{\"21\":1}}],[\"650\",{\"1\":{\"62\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"6505\",{\"1\":{\"27\":1}}],[\"6503\",{\"1\":{\"27\":1}}],[\"6507\",{\"1\":{\"27\":1}}],[\"6508\",{\"1\":{\"27\":1}}],[\"6509\",{\"1\":{\"27\":1}}],[\"653\",{\"1\":{\"103\":1}}],[\"6530\",{\"1\":{\"27\":1}}],[\"6532\",{\"1\":{\"27\":1}}],[\"6535\",{\"1\":{\"27\":1}}],[\"651\",{\"1\":{\"62\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"6516\",{\"1\":{\"27\":1}}],[\"6519\",{\"1\":{\"27\":1}}],[\"6518\",{\"1\":{\"27\":1}}],[\"6517\",{\"1\":{\"27\":1}}],[\"6511\",{\"1\":{\"18\":1}}],[\"654\",{\"1\":{\"103\":1}}],[\"6540\",{\"1\":{\"27\":1}}],[\"6547\",{\"1\":{\"27\":1}}],[\"6549\",{\"1\":{\"27\":1}}],[\"655\",{\"1\":{\"103\":1}}],[\"6550\",{\"1\":{\"27\":1}}],[\"6552\",{\"1\":{\"27\":1}}],[\"6553\",{\"1\":{\"27\":1}}],[\"6555\",{\"1\":{\"27\":1}}],[\"6559\",{\"1\":{\"27\":1}}],[\"6561\",{\"1\":{\"27\":1}}],[\"6566\",{\"1\":{\"27\":1}}],[\"6560\",{\"1\":{\"27\":1}}],[\"6562\",{\"1\":{\"27\":1}}],[\"6564\",{\"1\":{\"27\":1}}],[\"6567\",{\"1\":{\"27\":1}}],[\"6563\",{\"1\":{\"27\":1}}],[\"6565\",{\"1\":{\"27\":1}}],[\"659\",{\"1\":{\"103\":1}}],[\"6594\",{\"1\":{\"27\":1}}],[\"6599\",{\"1\":{\"27\":1}}],[\"6595\",{\"1\":{\"27\":1}}],[\"658\",{\"1\":{\"103\":1}}],[\"6581\",{\"1\":{\"27\":1}}],[\"6582\",{\"1\":{\"27\":1}}],[\"6580\",{\"1\":{\"27\":1}}],[\"6587\",{\"1\":{\"27\":1}}],[\"6584\",{\"1\":{\"27\":1}}],[\"6586\",{\"1\":{\"27\":1}}],[\"6585\",{\"1\":{\"27\":1}}],[\"657\",{\"1\":{\"103\":1}}],[\"6579\",{\"1\":{\"27\":1}}],[\"6573\",{\"1\":{\"24\":1}}],[\"6572\",{\"1\":{\"23\":1}}],[\"6578\",{\"1\":{\"23\":1}}],[\"6524\",{\"1\":{\"27\":1}}],[\"6526\",{\"1\":{\"27\":1}}],[\"6525\",{\"1\":{\"27\":1}}],[\"6527\",{\"1\":{\"27\":1}}],[\"6528\",{\"1\":{\"27\":1}}],[\"6520\",{\"1\":{\"27\":1}}],[\"652\",{\"1\":{\"23\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"668\",{\"1\":{\"103\":1}}],[\"663\",{\"1\":{\"103\":1}}],[\"6639\",{\"1\":{\"27\":1}}],[\"66\",{\"1\":{\"31\":1,\"103\":1}}],[\"660\",{\"1\":{\"103\":1}}],[\"6604\",{\"1\":{\"27\":1}}],[\"6603\",{\"1\":{\"27\":1}}],[\"6601\",{\"1\":{\"27\":1}}],[\"6605\",{\"1\":{\"27\":1}}],[\"6609\",{\"1\":{\"27\":1}}],[\"6608\",{\"1\":{\"27\":1}}],[\"661\",{\"1\":{\"103\":1}}],[\"6612\",{\"1\":{\"27\":1}}],[\"6611\",{\"1\":{\"27\":1}}],[\"6614\",{\"1\":{\"27\":1}}],[\"6613\",{\"1\":{\"27\":1}}],[\"6615\",{\"1\":{\"27\":1}}],[\"6617\",{\"1\":{\"27\":1}}],[\"6618\",{\"1\":{\"27\":1}}],[\"6619\",{\"1\":{\"27\":1}}],[\"662\",{\"1\":{\"103\":1}}],[\"6620\",{\"1\":{\"27\":1}}],[\"6621\",{\"1\":{\"27\":1}}],[\"6624\",{\"1\":{\"27\":1}}],[\"664\",{\"1\":{\"103\":1}}],[\"6641\",{\"1\":{\"27\":1}}],[\"6643\",{\"1\":{\"27\":1}}],[\"6646\",{\"1\":{\"27\":1}}],[\"6645\",{\"1\":{\"23\":1}}],[\"666\",{\"1\":{\"103\":1}}],[\"6660\",{\"1\":{\"26\":1}}],[\"6667\",{\"1\":{\"26\":1}}],[\"6662\",{\"1\":{\"23\":1}}],[\"667\",{\"1\":{\"103\":1}}],[\"6671\",{\"1\":{\"25\":1}}],[\"6672\",{\"1\":{\"25\":1}}],[\"6674\",{\"1\":{\"25\":1}}],[\"669\",{\"1\":{\"103\":1}}],[\"6698\",{\"1\":{\"24\":1}}],[\"6693\",{\"1\":{\"24\":1}}],[\"6694\",{\"1\":{\"24\":1}}],[\"6692\",{\"1\":{\"24\":1}}],[\"6699\",{\"1\":{\"21\":1}}],[\"665\",{\"1\":{\"103\":1}}],[\"6656\",{\"1\":{\"27\":1}}],[\"6652\",{\"1\":{\"27\":1}}],[\"6658\",{\"1\":{\"27\":1}}],[\"6651\",{\"1\":{\"23\":1}}],[\"6654\",{\"1\":{\"19\":1}}],[\"67\",{\"1\":{\"103\":2}}],[\"671\",{\"1\":{\"103\":1}}],[\"6713\",{\"1\":{\"21\":1}}],[\"6714\",{\"1\":{\"21\":1}}],[\"6710\",{\"1\":{\"21\":1}}],[\"6716\",{\"1\":{\"21\":1}}],[\"670\",{\"1\":{\"103\":1}}],[\"6702\",{\"1\":{\"24\":1}}],[\"6704\",{\"1\":{\"23\":1}}],[\"6706\",{\"1\":{\"22\":1}}],[\"6709\",{\"1\":{\"21\":1}}],[\"6707\",{\"1\":{\"21\":1}}],[\"6708\",{\"1\":{\"21\":1}}],[\"673\",{\"1\":{\"103\":1}}],[\"6731\",{\"1\":{\"22\":1}}],[\"6733\",{\"1\":{\"22\":1}}],[\"6737\",{\"1\":{\"21\":1}}],[\"6738\",{\"1\":{\"21\":1}}],[\"6720\",{\"1\":{\"23\":1}}],[\"6722\",{\"1\":{\"23\":1}}],[\"6725\",{\"1\":{\"23\":1}}],[\"6724\",{\"1\":{\"21\":1}}],[\"6729\",{\"1\":{\"19\":1}}],[\"675\",{\"1\":{\"103\":1}}],[\"6756\",{\"1\":{\"21\":1}}],[\"6752\",{\"1\":{\"21\":1}}],[\"6758\",{\"1\":{\"21\":1}}],[\"6755\",{\"1\":{\"21\":1}}],[\"674\",{\"1\":{\"103\":1}}],[\"6748\",{\"1\":{\"21\":1}}],[\"6749\",{\"1\":{\"21\":1}}],[\"6743\",{\"1\":{\"21\":1}}],[\"6742\",{\"1\":{\"21\":1}}],[\"6745\",{\"1\":{\"21\":1}}],[\"6741\",{\"1\":{\"21\":1}}],[\"676\",{\"1\":{\"103\":1}}],[\"6761\",{\"1\":{\"21\":1}}],[\"6763\",{\"1\":{\"21\":1}}],[\"6769\",{\"1\":{\"19\":1}}],[\"679\",{\"1\":{\"103\":1}}],[\"6796\",{\"1\":{\"19\":1}}],[\"6799\",{\"1\":{\"19\":1}}],[\"6790\",{\"1\":{\"19\":1}}],[\"6793\",{\"1\":{\"18\":1}}],[\"678\",{\"1\":{\"103\":1}}],[\"6780\",{\"1\":{\"20\":1}}],[\"6782\",{\"1\":{\"20\":1}}],[\"6789\",{\"1\":{\"19\":1}}],[\"6786\",{\"1\":{\"19\":1}}],[\"6788\",{\"1\":{\"19\":1}}],[\"6784\",{\"1\":{\"19\":1}}],[\"677\",{\"1\":{\"103\":1}}],[\"6779\",{\"1\":{\"20\":1}}],[\"6777\",{\"1\":{\"19\":1}}],[\"6771\",{\"1\":{\"19\":1}}],[\"6772\",{\"1\":{\"19\":1}}],[\"610\",{\"1\":{\"103\":1}}],[\"6105\",{\"1\":{\"31\":1}}],[\"6108\",{\"1\":{\"31\":1}}],[\"6109\",{\"1\":{\"31\":1}}],[\"6107\",{\"1\":{\"31\":1}}],[\"611\",{\"1\":{\"103\":1}}],[\"6115\",{\"1\":{\"31\":1}}],[\"6117\",{\"1\":{\"31\":1}}],[\"6110\",{\"1\":{\"31\":1}}],[\"6112\",{\"1\":{\"31\":1}}],[\"6116\",{\"1\":{\"31\":1}}],[\"6114\",{\"1\":{\"31\":1}}],[\"6130\",{\"1\":{\"31\":1}}],[\"6136\",{\"1\":{\"31\":1}}],[\"6135\",{\"1\":{\"31\":1}}],[\"6132\",{\"1\":{\"29\":1}}],[\"6143\",{\"1\":{\"31\":1}}],[\"6145\",{\"1\":{\"31\":1}}],[\"612\",{\"1\":{\"103\":1}}],[\"6125\",{\"1\":{\"31\":1}}],[\"6122\",{\"1\":{\"31\":1}}],[\"6120\",{\"1\":{\"31\":1}}],[\"6129\",{\"1\":{\"31\":1}}],[\"6124\",{\"1\":{\"31\":1}}],[\"6121\",{\"1\":{\"31\":2}}],[\"616\",{\"1\":{\"103\":1}}],[\"6164\",{\"1\":{\"31\":1}}],[\"6162\",{\"1\":{\"31\":1}}],[\"6166\",{\"1\":{\"31\":1}}],[\"6163\",{\"1\":{\"31\":1}}],[\"6169\",{\"1\":{\"31\":1}}],[\"6168\",{\"1\":{\"31\":1}}],[\"6167\",{\"1\":{\"31\":1}}],[\"617\",{\"1\":{\"103\":1}}],[\"6170\",{\"1\":{\"31\":1}}],[\"6171\",{\"1\":{\"31\":1}}],[\"6172\",{\"1\":{\"31\":1}}],[\"6177\",{\"1\":{\"30\":1}}],[\"618\",{\"1\":{\"103\":1}}],[\"6185\",{\"1\":{\"30\":1}}],[\"6180\",{\"1\":{\"30\":1}}],[\"6182\",{\"1\":{\"19\":1}}],[\"6150\",{\"1\":{\"31\":1}}],[\"6152\",{\"1\":{\"31\":1}}],[\"6156\",{\"1\":{\"29\":1}}],[\"6155\",{\"1\":{\"29\":1}}],[\"6151\",{\"1\":{\"29\":1}}],[\"6154\",{\"1\":{\"28\":1}}],[\"619\",{\"1\":{\"103\":1}}],[\"619x593\",{\"1\":{\"31\":1,\"45\":1}}],[\"6196\",{\"1\":{\"28\":1}}],[\"6197\",{\"1\":{\"28\":1}}],[\"6198\",{\"1\":{\"28\":1}}],[\"6199\",{\"1\":{\"28\":1}}],[\"61\",{\"1\":{\"19\":1,\"103\":2}}],[\"680\",{\"1\":{\"103\":1}}],[\"6809\",{\"1\":{\"19\":1}}],[\"6807\",{\"1\":{\"19\":1}}],[\"6808\",{\"1\":{\"19\":1}}],[\"6802\",{\"1\":{\"19\":1}}],[\"682\",{\"1\":{\"103\":1}}],[\"6820\",{\"1\":{\"19\":1}}],[\"6824\",{\"1\":{\"19\":1}}],[\"6829\",{\"1\":{\"19\":1}}],[\"6827\",{\"1\":{\"19\":1}}],[\"6825\",{\"1\":{\"19\":1}}],[\"683\",{\"1\":{\"103\":1}}],[\"6832\",{\"1\":{\"19\":1}}],[\"6830\",{\"1\":{\"19\":1}}],[\"6831\",{\"1\":{\"19\":1}}],[\"6839\",{\"1\":{\"19\":1}}],[\"6836\",{\"1\":{\"19\":1}}],[\"6856\",{\"1\":{\"19\":1}}],[\"6859\",{\"1\":{\"19\":1}}],[\"6857\",{\"1\":{\"19\":1}}],[\"6850\",{\"1\":{\"19\":1}}],[\"6864\",{\"1\":{\"19\":1}}],[\"6860\",{\"1\":{\"19\":1}}],[\"6867\",{\"1\":{\"19\":1}}],[\"6863\",{\"1\":{\"19\":1}}],[\"684\",{\"1\":{\"103\":1}}],[\"6842\",{\"1\":{\"19\":1}}],[\"6840\",{\"1\":{\"19\":1}}],[\"6841\",{\"1\":{\"19\":1}}],[\"6848\",{\"1\":{\"19\":1}}],[\"6849a6489940f00c2f30c0fb92c6274307ccb58a\",{\"1\":{\"18\":1}}],[\"6873\",{\"1\":{\"19\":1}}],[\"6871\",{\"1\":{\"19\":1}}],[\"6876\",{\"1\":{\"19\":1}}],[\"6881\",{\"1\":{\"19\":1}}],[\"6884\",{\"1\":{\"19\":1}}],[\"6883\",{\"1\":{\"19\":1}}],[\"6888\",{\"1\":{\"19\":1}}],[\"6889\",{\"1\":{\"19\":1}}],[\"681\",{\"1\":{\"103\":1}}],[\"6814\",{\"1\":{\"19\":1}}],[\"6818\",{\"1\":{\"19\":1}}],[\"6817\",{\"1\":{\"19\":1}}],[\"6819\",{\"1\":{\"19\":1}}],[\"6812\",{\"1\":{\"19\":1}}],[\"6813\",{\"1\":{\"19\":1}}],[\"689\",{\"1\":{\"103\":1}}],[\"6891\",{\"1\":{\"19\":1}}],[\"6893\",{\"1\":{\"19\":1}}],[\"6898\",{\"1\":{\"19\":1}}],[\"6897\",{\"1\":{\"19\":1}}],[\"6896\",{\"1\":{\"19\":1}}],[\"6895\",{\"1\":{\"19\":1}}],[\"6899\",{\"1\":{\"19\":1}}],[\"68\",{\"1\":{\"19\":1,\"31\":1,\"103\":2}}],[\"690\",{\"1\":{\"103\":1}}],[\"6900\",{\"1\":{\"19\":1}}],[\"6907\",{\"1\":{\"19\":1}}],[\"6912\",{\"1\":{\"19\":1}}],[\"6911\",{\"1\":{\"19\":1}}],[\"6913\",{\"1\":{\"19\":1}}],[\"6914\",{\"1\":{\"19\":1}}],[\"6919\",{\"1\":{\"19\":1}}],[\"6922\",{\"1\":{\"19\":1}}],[\"6924\",{\"1\":{\"19\":1}}],[\"6927\",{\"1\":{\"19\":1}}],[\"6929\",{\"1\":{\"19\":1}}],[\"6926\",{\"1\":{\"19\":1}}],[\"6920\",{\"1\":{\"19\":1}}],[\"693\",{\"1\":{\"103\":1}}],[\"6933\",{\"1\":{\"19\":1}}],[\"6937\",{\"1\":{\"19\":1}}],[\"6936\",{\"1\":{\"19\":1}}],[\"6932\",{\"1\":{\"19\":1}}],[\"6931\",{\"1\":{\"18\":1}}],[\"694\",{\"1\":{\"103\":1}}],[\"6941\",{\"1\":{\"19\":1}}],[\"6942\",{\"1\":{\"19\":1}}],[\"6943\",{\"1\":{\"19\":1}}],[\"6945\",{\"1\":{\"19\":1}}],[\"6946\",{\"1\":{\"19\":1}}],[\"6944\",{\"1\":{\"19\":1}}],[\"6947\",{\"1\":{\"19\":1}}],[\"6940\",{\"1\":{\"19\":1}}],[\"69\",{\"1\":{\"19\":1,\"103\":3}}],[\"695\",{\"1\":{\"103\":1}}],[\"6954\",{\"1\":{\"19\":1}}],[\"6955\",{\"1\":{\"19\":1}}],[\"6953\",{\"1\":{\"19\":1}}],[\"6957\",{\"1\":{\"19\":1}}],[\"6956\",{\"1\":{\"19\":1}}],[\"697\",{\"1\":{\"103\":1}}],[\"6971\",{\"1\":{\"19\":1}}],[\"6974\",{\"1\":{\"19\":1}}],[\"6972\",{\"1\":{\"19\":1}}],[\"6978\",{\"1\":{\"19\":1}}],[\"6970\",{\"1\":{\"19\":1}}],[\"698\",{\"1\":{\"103\":1}}],[\"6983\",{\"1\":{\"19\":1}}],[\"6984\",{\"1\":{\"19\":1}}],[\"6987\",{\"1\":{\"19\":1}}],[\"6985\",{\"1\":{\"19\":1}}],[\"696\",{\"1\":{\"103\":1}}],[\"6964\",{\"1\":{\"19\":1}}],[\"6965\",{\"1\":{\"19\":1}}],[\"6967\",{\"1\":{\"19\":1}}],[\"6969\",{\"1\":{\"19\":1}}],[\"6968\",{\"1\":{\"19\":1}}],[\"6962\",{\"1\":{\"19\":1}}],[\"6961\",{\"1\":{\"18\":1}}],[\"6966\",{\"1\":{\"18\":1}}],[\"6960\",{\"1\":{\"18\":1}}],[\"699\",{\"1\":{\"103\":1}}],[\"6997\",{\"1\":{\"18\":1}}],[\"6999\",{\"1\":{\"18\":1}}],[\"629\",{\"1\":{\"103\":1}}],[\"6296\",{\"1\":{\"28\":1}}],[\"620\",{\"1\":{\"103\":1}}],[\"6204\",{\"1\":{\"29\":1}}],[\"6200\",{\"1\":{\"29\":1}}],[\"622\",{\"1\":{\"103\":1}}],[\"6220\",{\"1\":{\"29\":1}}],[\"6228\",{\"1\":{\"29\":1}}],[\"6229\",{\"1\":{\"29\":1}}],[\"6227\",{\"1\":{\"28\":1}}],[\"621\",{\"1\":{\"103\":1}}],[\"6215\",{\"1\":{\"29\":1}}],[\"6219\",{\"1\":{\"29\":1}}],[\"6217\",{\"1\":{\"29\":1}}],[\"6213\",{\"1\":{\"29\":1}}],[\"6234\",{\"1\":{\"29\":1}}],[\"6235\",{\"1\":{\"29\":1}}],[\"6230\",{\"1\":{\"29\":1}}],[\"6231\",{\"1\":{\"28\":1}}],[\"6242\",{\"1\":{\"29\":1}}],[\"6244\",{\"1\":{\"29\":1}}],[\"6240\",{\"1\":{\"28\":1}}],[\"6245\",{\"1\":{\"8\":1}}],[\"625\",{\"1\":{\"103\":1}}],[\"6256\",{\"1\":{\"29\":1}}],[\"6258\",{\"1\":{\"29\":1}}],[\"6259\",{\"1\":{\"29\":1}}],[\"6255\",{\"1\":{\"28\":1}}],[\"6257\",{\"1\":{\"28\":1}}],[\"626\",{\"1\":{\"103\":1}}],[\"6265\",{\"1\":{\"29\":1}}],[\"6262\",{\"1\":{\"28\":1}}],[\"6260\",{\"1\":{\"28\":1}}],[\"6271\",{\"1\":{\"29\":1}}],[\"6279\",{\"1\":{\"28\":1}}],[\"6273\",{\"1\":{\"28\":1}}],[\"628\",{\"1\":{\"103\":1}}],[\"6289\",{\"1\":{\"28\":1}}],[\"6284\",{\"1\":{\"28\":1}}],[\"6280\",{\"1\":{\"28\":1}}],[\"6283\",{\"1\":{\"28\":1}}],[\"6287\",{\"1\":{\"28\":1}}],[\"62\",{\"1\":{\"18\":1,\"19\":2,\"103\":2}}],[\"604\",{\"1\":{\"103\":1}}],[\"6042\",{\"1\":{\"31\":1}}],[\"601\",{\"1\":{\"103\":1}}],[\"6012\",{\"1\":{\"31\":1}}],[\"6006\",{\"1\":{\"269\":1}}],[\"600\",{\"1\":{\"103\":1}}],[\"600x570\",{\"1\":{\"31\":1,\"45\":1}}],[\"6008\",{\"1\":{\"28\":1}}],[\"603\",{\"1\":{\"103\":1}}],[\"6032\",{\"1\":{\"31\":1}}],[\"6035\",{\"1\":{\"31\":1}}],[\"602\",{\"1\":{\"103\":1}}],[\"6021\",{\"1\":{\"31\":1}}],[\"6023\",{\"1\":{\"31\":1}}],[\"6027\",{\"1\":{\"31\":1}}],[\"6022\",{\"1\":{\"31\":1}}],[\"606\",{\"1\":{\"103\":1}}],[\"6063\",{\"1\":{\"31\":1}}],[\"6065\",{\"1\":{\"31\":1}}],[\"608\",{\"1\":{\"103\":1}}],[\"6085\",{\"1\":{\"31\":1}}],[\"6088\",{\"1\":{\"31\":1}}],[\"6083\",{\"1\":{\"31\":1}}],[\"605\",{\"1\":{\"103\":1}}],[\"6051\",{\"1\":{\"31\":1}}],[\"6056\",{\"1\":{\"31\":1}}],[\"6059\",{\"1\":{\"31\":1}}],[\"609\",{\"1\":{\"103\":1}}],[\"6090\",{\"1\":{\"31\":1}}],[\"6091\",{\"1\":{\"31\":1}}],[\"6096\",{\"1\":{\"31\":1}}],[\"6099\",{\"1\":{\"31\":1}}],[\"6093\",{\"1\":{\"31\":1}}],[\"6098\",{\"1\":{\"29\":1}}],[\"6095\",{\"1\":{\"29\":1}}],[\"6094\",{\"1\":{\"29\":1}}],[\"607\",{\"1\":{\"103\":1}}],[\"6072\",{\"1\":{\"31\":1}}],[\"6075\",{\"1\":{\"29\":1}}],[\"6079\",{\"1\":{\"29\":1}}],[\"6076\",{\"1\":{\"28\":1}}],[\"60\",{\"1\":{\"18\":1,\"19\":1,\"103\":1}}],[\"6d193bf28034eafb982f37bd894289fe649468fc\",{\"1\":{\"18\":2}}],[\"6\",{\"1\":{\"2\":2,\"4\":1,\"6\":2,\"9\":2,\"10\":1,\"11\":1,\"13\":1,\"14\":1,\"15\":1,\"16\":8,\"17\":7,\"18\":37,\"19\":27,\"21\":10,\"23\":1,\"29\":1,\"31\":3,\"37\":2,\"43\":20,\"46\":1,\"62\":40,\"63\":1,\"64\":9,\"65\":11,\"66\":27,\"67\":4,\"68\":17,\"69\":24,\"70\":2,\"72\":5,\"74\":139,\"76\":150,\"78\":152,\"80\":174,\"82\":190,\"84\":206,\"86\":233,\"88\":234,\"90\":237,\"92\":238,\"94\":251,\"96\":270,\"98\":276,\"100\":305,\"102\":320,\"103\":228,\"148\":1}}],[\"8b8caae\",{\"1\":{\"103\":1}}],[\"8f0edaf\",{\"1\":{\"103\":1}}],[\"89\",{\"1\":{\"103\":2}}],[\"893\",{\"1\":{\"103\":1}}],[\"890\",{\"1\":{\"103\":1}}],[\"898\",{\"1\":{\"103\":1}}],[\"885\",{\"1\":{\"103\":1}}],[\"889\",{\"1\":{\"103\":1}}],[\"888\",{\"1\":{\"103\":1}}],[\"882\",{\"1\":{\"103\":1}}],[\"881\",{\"1\":{\"103\":1}}],[\"88\",{\"1\":{\"67\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":2}}],[\"800\",{\"1\":{\"103\":5}}],[\"8001\",{\"1\":{\"18\":1}}],[\"8004\",{\"1\":{\"18\":1}}],[\"8002\",{\"1\":{\"18\":1}}],[\"80\",{\"1\":{\"18\":1,\"31\":1,\"103\":1}}],[\"801\",{\"1\":{\"103\":1}}],[\"8016\",{\"1\":{\"18\":1}}],[\"8018\",{\"1\":{\"18\":1}}],[\"8017\",{\"1\":{\"18\":1}}],[\"8010\",{\"1\":{\"18\":1}}],[\"8019\",{\"1\":{\"18\":1}}],[\"8031\",{\"1\":{\"18\":1}}],[\"8036\",{\"1\":{\"18\":1}}],[\"8039\",{\"1\":{\"18\":1}}],[\"8020\",{\"1\":{\"18\":1}}],[\"8022\",{\"1\":{\"18\":1}}],[\"8021\",{\"1\":{\"18\":1}}],[\"8023\",{\"1\":{\"18\":1}}],[\"8024\",{\"1\":{\"18\":1}}],[\"8029\",{\"1\":{\"18\":1}}],[\"8026\",{\"1\":{\"18\":1}}],[\"8025\",{\"1\":{\"18\":1}}],[\"8057\",{\"1\":{\"18\":1}}],[\"8051\",{\"1\":{\"18\":1}}],[\"8055\",{\"1\":{\"18\":1}}],[\"8056\",{\"1\":{\"18\":1}}],[\"8063\",{\"1\":{\"18\":1}}],[\"8061\",{\"1\":{\"18\":1}}],[\"8066\",{\"1\":{\"18\":1}}],[\"8068\",{\"1\":{\"18\":1}}],[\"8067\",{\"1\":{\"18\":1}}],[\"8069\",{\"1\":{\"18\":1}}],[\"807\",{\"1\":{\"103\":2}}],[\"8070\",{\"1\":{\"18\":1}}],[\"8071\",{\"1\":{\"18\":1}}],[\"8072\",{\"1\":{\"18\":1}}],[\"8073\",{\"1\":{\"18\":1}}],[\"8074\",{\"1\":{\"18\":1}}],[\"8077\",{\"1\":{\"18\":1}}],[\"8078\",{\"1\":{\"18\":1}}],[\"80c0371c57c5142ed6c844270bba1864bac8a4c6\",{\"1\":{\"18\":1}}],[\"8080\",{\"1\":{\"103\":1,\"269\":1}}],[\"808b3c5\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":2,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":1}}],[\"8083\",{\"1\":{\"18\":1}}],[\"8081\",{\"1\":{\"18\":1}}],[\"8088\",{\"1\":{\"18\":1}}],[\"8085\",{\"1\":{\"18\":1}}],[\"8086\",{\"1\":{\"18\":1}}],[\"809\",{\"1\":{\"103\":2}}],[\"8093\",{\"1\":{\"18\":1}}],[\"8092\",{\"1\":{\"18\":1}}],[\"8096\",{\"1\":{\"18\":1}}],[\"804b\",{\"1\":{\"326\":1}}],[\"8043\",{\"1\":{\"18\":1}}],[\"8046\",{\"1\":{\"18\":1}}],[\"8041\",{\"1\":{\"18\":1}}],[\"8048\",{\"1\":{\"18\":1}}],[\"8045\",{\"1\":{\"18\":1}}],[\"8044\",{\"1\":{\"18\":1}}],[\"804\",{\"1\":{\"9\":1}}],[\"81\",{\"1\":{\"103\":2}}],[\"8110\",{\"1\":{\"18\":1}}],[\"8111\",{\"1\":{\"18\":1}}],[\"8112\",{\"1\":{\"18\":1}}],[\"8115\",{\"1\":{\"18\":1}}],[\"8116\",{\"1\":{\"18\":1}}],[\"8113\",{\"1\":{\"18\":1}}],[\"8119\",{\"1\":{\"18\":1}}],[\"813\",{\"1\":{\"103\":1}}],[\"81382a721fc89d96eca335d0c3ba33144b2baa9d\",{\"1\":{\"18\":2}}],[\"8133\",{\"1\":{\"18\":1}}],[\"8132\",{\"1\":{\"18\":1}}],[\"8134\",{\"1\":{\"18\":1}}],[\"810\",{\"1\":{\"103\":2}}],[\"8109\",{\"1\":{\"18\":1}}],[\"8108\",{\"1\":{\"18\":1}}],[\"8105\",{\"1\":{\"18\":1}}],[\"8101\",{\"1\":{\"18\":1}}],[\"8100\",{\"1\":{\"18\":1}}],[\"8104\",{\"1\":{\"18\":1}}],[\"812\",{\"1\":{\"103\":1}}],[\"8123\",{\"1\":{\"18\":1}}],[\"8124\",{\"1\":{\"18\":1}}],[\"8122\",{\"1\":{\"18\":1}}],[\"8120\",{\"1\":{\"18\":1}}],[\"8121\",{\"1\":{\"18\":1}}],[\"8128\",{\"1\":{\"18\":1}}],[\"8143\",{\"1\":{\"18\":1}}],[\"818\",{\"1\":{\"103\":1}}],[\"8188\",{\"1\":{\"18\":1}}],[\"8187\",{\"1\":{\"18\":1}}],[\"815\",{\"1\":{\"103\":1}}],[\"8152\",{\"1\":{\"18\":1}}],[\"8157\",{\"1\":{\"16\":1}}],[\"819\",{\"1\":{\"103\":1}}],[\"8196\",{\"1\":{\"18\":1}}],[\"8197\",{\"1\":{\"18\":1}}],[\"8165\",{\"1\":{\"18\":1}}],[\"8160\",{\"1\":{\"18\":1}}],[\"8167\",{\"1\":{\"17\":1}}],[\"8175\",{\"1\":{\"18\":1}}],[\"8179\",{\"1\":{\"18\":1}}],[\"8170\",{\"1\":{\"18\":1}}],[\"8173\",{\"1\":{\"18\":1}}],[\"8178\",{\"1\":{\"18\":1}}],[\"817\",{\"1\":{\"5\":1,\"9\":1,\"103\":1}}],[\"84\",{\"1\":{\"103\":2}}],[\"841\",{\"1\":{\"103\":1}}],[\"8415\",{\"1\":{\"16\":1}}],[\"8417\",{\"1\":{\"16\":1}}],[\"8412\",{\"1\":{\"16\":1}}],[\"8413\",{\"1\":{\"16\":1}}],[\"8418\",{\"1\":{\"16\":1}}],[\"8414\",{\"1\":{\"16\":1}}],[\"8411\",{\"1\":{\"16\":1}}],[\"8419\",{\"1\":{\"16\":1}}],[\"840\",{\"1\":{\"103\":1}}],[\"8404\",{\"1\":{\"16\":1}}],[\"8400\",{\"1\":{\"16\":1}}],[\"8403\",{\"1\":{\"16\":1}}],[\"8406\",{\"1\":{\"16\":1}}],[\"8407\",{\"1\":{\"16\":1}}],[\"8408\",{\"1\":{\"16\":1}}],[\"8401\",{\"1\":{\"16\":1}}],[\"8405\",{\"1\":{\"16\":1}}],[\"8409\",{\"1\":{\"16\":1}}],[\"842\",{\"1\":{\"103\":1}}],[\"8422\",{\"1\":{\"16\":1}}],[\"8420\",{\"1\":{\"16\":1}}],[\"8427\",{\"1\":{\"16\":1}}],[\"8421\",{\"1\":{\"16\":1}}],[\"8423\",{\"1\":{\"16\":1}}],[\"8425\",{\"1\":{\"16\":1}}],[\"8426\",{\"1\":{\"16\":1}}],[\"8429\",{\"1\":{\"16\":1}}],[\"8445\",{\"1\":{\"16\":1}}],[\"8442\",{\"1\":{\"16\":1}}],[\"8444\",{\"1\":{\"16\":1}}],[\"8446\",{\"1\":{\"16\":1}}],[\"8447\",{\"1\":{\"16\":1}}],[\"8443\",{\"1\":{\"16\":1}}],[\"8449\",{\"1\":{\"16\":1}}],[\"8440\",{\"1\":{\"16\":1}}],[\"8461\",{\"1\":{\"15\":1}}],[\"8462\",{\"1\":{\"15\":1}}],[\"8464\",{\"1\":{\"15\":1}}],[\"8466\",{\"1\":{\"15\":1}}],[\"8468\",{\"1\":{\"15\":1}}],[\"8465\",{\"1\":{\"15\":1}}],[\"8467\",{\"1\":{\"15\":1}}],[\"8469c94c6a180dfb41a1bd7e1b46ac557ea124f1\",{\"1\":{\"18\":2}}],[\"8469\",{\"1\":{\"15\":1}}],[\"8463\",{\"1\":{\"9\":1}}],[\"843\",{\"1\":{\"103\":1}}],[\"8432\",{\"1\":{\"16\":1}}],[\"8430\",{\"1\":{\"16\":1}}],[\"8431\",{\"1\":{\"16\":1}}],[\"8437\",{\"1\":{\"16\":1}}],[\"8438\",{\"1\":{\"16\":1}}],[\"8439\",{\"1\":{\"15\":1}}],[\"8434\",{\"1\":{\"15\":1}}],[\"8435\",{\"1\":{\"15\":1}}],[\"8470\",{\"1\":{\"15\":1}}],[\"8471\",{\"1\":{\"15\":1}}],[\"8479\",{\"1\":{\"15\":1}}],[\"8478\",{\"1\":{\"15\":1}}],[\"8475\",{\"1\":{\"15\":1}}],[\"8472\",{\"1\":{\"15\":1}}],[\"848\",{\"1\":{\"103\":1}}],[\"8480\",{\"1\":{\"15\":1}}],[\"8486\",{\"1\":{\"15\":1}}],[\"8481\",{\"1\":{\"15\":1}}],[\"8488\",{\"1\":{\"15\":1}}],[\"8489\",{\"1\":{\"15\":1}}],[\"8485\",{\"1\":{\"12\":1}}],[\"845\",{\"1\":{\"103\":1}}],[\"8453\",{\"1\":{\"16\":1}}],[\"8452\",{\"1\":{\"16\":1}}],[\"8454\",{\"1\":{\"16\":1}}],[\"8455\",{\"1\":{\"15\":1}}],[\"8459\",{\"1\":{\"15\":1}}],[\"8450\",{\"1\":{\"15\":1}}],[\"8492\",{\"1\":{\"15\":1}}],[\"8493\",{\"1\":{\"14\":1}}],[\"8496\",{\"1\":{\"14\":1}}],[\"8497\",{\"1\":{\"13\":1}}],[\"8498\",{\"1\":{\"13\":1}}],[\"8494\",{\"1\":{\"12\":1}}],[\"8499\",{\"1\":{\"11\":1}}],[\"8\",{\"0\":{\"252\":2},\"1\":{\"6\":1,\"7\":1,\"8\":1,\"9\":5,\"17\":3,\"18\":32,\"19\":9,\"21\":8,\"23\":1,\"24\":1,\"27\":1,\"28\":1,\"29\":6,\"31\":4,\"37\":1,\"40\":1,\"42\":1,\"43\":7,\"44\":1,\"59\":1,\"60\":1,\"61\":1,\"62\":28,\"63\":2,\"64\":8,\"65\":6,\"66\":34,\"67\":1,\"69\":30,\"72\":41,\"74\":191,\"76\":232,\"78\":233,\"80\":247,\"82\":255,\"84\":256,\"86\":258,\"88\":259,\"90\":259,\"92\":259,\"94\":263,\"96\":263,\"98\":263,\"100\":264,\"102\":265,\"103\":80}}],[\"823\",{\"1\":{\"103\":1}}],[\"8237\",{\"1\":{\"17\":1}}],[\"82\",{\"1\":{\"18\":1,\"103\":2}}],[\"820\",{\"1\":{\"103\":2}}],[\"8207\",{\"1\":{\"18\":1}}],[\"8205\",{\"1\":{\"18\":1}}],[\"8204\",{\"1\":{\"18\":1}}],[\"8206\",{\"1\":{\"18\":1}}],[\"821\",{\"1\":{\"103\":1}}],[\"8219\",{\"1\":{\"18\":1}}],[\"8211\",{\"1\":{\"18\":1}}],[\"8216\",{\"1\":{\"18\":1}}],[\"8215\",{\"1\":{\"18\":1}}],[\"8218\",{\"1\":{\"16\":1}}],[\"822\",{\"1\":{\"103\":5}}],[\"8221\",{\"1\":{\"18\":1}}],[\"8220\",{\"1\":{\"18\":1}}],[\"8227\",{\"1\":{\"18\":1}}],[\"8228\",{\"1\":{\"18\":1}}],[\"8223\",{\"1\":{\"18\":1}}],[\"8222\",{\"1\":{\"18\":1}}],[\"8225\",{\"1\":{\"18\":1}}],[\"8229\",{\"1\":{\"17\":1}}],[\"8224\",{\"1\":{\"16\":1}}],[\"827\",{\"1\":{\"103\":1}}],[\"8277\",{\"1\":{\"17\":1}}],[\"8271\",{\"1\":{\"17\":1}}],[\"829\",{\"1\":{\"103\":1}}],[\"8292\",{\"1\":{\"17\":1}}],[\"8295\",{\"1\":{\"17\":1}}],[\"8293\",{\"1\":{\"17\":1}}],[\"8297\",{\"1\":{\"17\":1}}],[\"8296\",{\"1\":{\"17\":1}}],[\"8298\",{\"1\":{\"17\":1}}],[\"825\",{\"1\":{\"103\":1}}],[\"8251\",{\"1\":{\"18\":1}}],[\"8256\",{\"1\":{\"17\":1}}],[\"8254\",{\"1\":{\"17\":1}}],[\"8259\",{\"1\":{\"17\":1}}],[\"8257\",{\"1\":{\"17\":1}}],[\"824\",{\"1\":{\"103\":1}}],[\"8249\",{\"1\":{\"18\":1}}],[\"8248\",{\"1\":{\"18\":1}}],[\"8247\",{\"1\":{\"17\":1}}],[\"8244\",{\"1\":{\"17\":1}}],[\"8245\",{\"1\":{\"17\":1}}],[\"8269\",{\"1\":{\"17\":1}}],[\"8266\",{\"1\":{\"17\":1}}],[\"8264\",{\"1\":{\"17\":1}}],[\"8260\",{\"1\":{\"17\":1}}],[\"8268\",{\"1\":{\"17\":1}}],[\"8262\",{\"1\":{\"17\":1}}],[\"826\",{\"1\":{\"4\":1,\"5\":1,\"103\":1}}],[\"8289\",{\"1\":{\"17\":1}}],[\"8288\",{\"1\":{\"17\":1}}],[\"8285\",{\"1\":{\"17\":1}}],[\"8284\",{\"1\":{\"17\":1}}],[\"8287\",{\"1\":{\"17\":1}}],[\"828\",{\"1\":{\"2\":1,\"4\":1,\"103\":1}}],[\"85\",{\"1\":{\"17\":1,\"18\":1,\"103\":1}}],[\"851\",{\"1\":{\"103\":1}}],[\"8510\",{\"1\":{\"11\":1}}],[\"8513\",{\"1\":{\"11\":1}}],[\"8512\",{\"1\":{\"11\":1}}],[\"8514\",{\"1\":{\"11\":1}}],[\"8516\",{\"1\":{\"11\":1}}],[\"8517\",{\"1\":{\"11\":1}}],[\"8518\",{\"1\":{\"11\":1}}],[\"8519\",{\"1\":{\"11\":1}}],[\"8501\",{\"1\":{\"12\":1}}],[\"8503\",{\"1\":{\"12\":1}}],[\"8507\",{\"1\":{\"11\":1}}],[\"8505\",{\"1\":{\"11\":1}}],[\"8508\",{\"1\":{\"11\":1}}],[\"8504\",{\"1\":{\"11\":1}}],[\"8502\",{\"1\":{\"9\":1}}],[\"854\",{\"1\":{\"103\":1}}],[\"8540\",{\"1\":{\"11\":1}}],[\"8541\",{\"1\":{\"11\":1}}],[\"8542\",{\"1\":{\"10\":1}}],[\"8546\",{\"1\":{\"10\":1}}],[\"8548\",{\"1\":{\"10\":1}}],[\"8549\",{\"1\":{\"10\":1}}],[\"8545\",{\"1\":{\"8\":1}}],[\"8536\",{\"1\":{\"11\":1}}],[\"8538\",{\"1\":{\"11\":1}}],[\"8539\",{\"1\":{\"11\":1}}],[\"8530\",{\"1\":{\"9\":1}}],[\"8532\",{\"1\":{\"9\":1}}],[\"8531\",{\"1\":{\"2\":1}}],[\"8529\",{\"1\":{\"9\":1}}],[\"8526\",{\"1\":{\"9\":1}}],[\"8520\",{\"1\":{\"9\":1}}],[\"8527\",{\"1\":{\"4\":1}}],[\"856\",{\"1\":{\"103\":1}}],[\"8569\",{\"1\":{\"9\":1}}],[\"8564\",{\"1\":{\"9\":1}}],[\"8568\",{\"1\":{\"9\":1}}],[\"8562\",{\"1\":{\"9\":1}}],[\"8563\",{\"1\":{\"9\":1}}],[\"8560\",{\"1\":{\"9\":1}}],[\"8561\",{\"1\":{\"9\":1}}],[\"8567\",{\"1\":{\"9\":1}}],[\"8589\",{\"1\":{\"9\":1}}],[\"8586\",{\"1\":{\"9\":1}}],[\"8585\",{\"1\":{\"9\":1}}],[\"8583\",{\"1\":{\"9\":1}}],[\"8582\",{\"1\":{\"9\":1}}],[\"8580\",{\"1\":{\"9\":1}}],[\"8571\",{\"1\":{\"9\":1}}],[\"8570\",{\"1\":{\"9\":1}}],[\"8576\",{\"1\":{\"9\":1}}],[\"8574\",{\"1\":{\"9\":1}}],[\"8577\",{\"1\":{\"9\":1}}],[\"8572\",{\"1\":{\"2\":1}}],[\"8592\",{\"1\":{\"9\":1}}],[\"8593\",{\"1\":{\"9\":1}}],[\"8594\",{\"1\":{\"9\":1}}],[\"8590\",{\"1\":{\"9\":1}}],[\"8597\",{\"1\":{\"9\":1}}],[\"8598\",{\"1\":{\"8\":1}}],[\"855\",{\"1\":{\"103\":1}}],[\"8550\",{\"1\":{\"10\":1}}],[\"8553\",{\"1\":{\"10\":1}}],[\"8552\",{\"1\":{\"9\":1}}],[\"8555\",{\"1\":{\"9\":1}}],[\"8554\",{\"1\":{\"9\":1}}],[\"8559\",{\"1\":{\"9\":1}}],[\"8551\",{\"1\":{\"8\":1}}],[\"8556\",{\"1\":{\"8\":1}}],[\"86\",{\"1\":{\"17\":1,\"18\":1,\"31\":1,\"103\":1}}],[\"861\",{\"1\":{\"103\":1}}],[\"8610\",{\"1\":{\"8\":1}}],[\"8612\",{\"1\":{\"6\":1}}],[\"8613\",{\"1\":{\"6\":1}}],[\"8615\",{\"1\":{\"6\":1}}],[\"862\",{\"1\":{\"103\":1}}],[\"8623\",{\"1\":{\"6\":1}}],[\"8621\",{\"1\":{\"6\":1}}],[\"8622\",{\"1\":{\"6\":1}}],[\"8628\",{\"1\":{\"6\":1}}],[\"8625\",{\"1\":{\"5\":1}}],[\"8606\",{\"1\":{\"8\":1}}],[\"8605\",{\"1\":{\"8\":1}}],[\"8600\",{\"1\":{\"8\":1}}],[\"8609\",{\"1\":{\"6\":1}}],[\"8608\",{\"1\":{\"6\":1}}],[\"8603\",{\"1\":{\"2\":1}}],[\"864\",{\"1\":{\"103\":1}}],[\"8649\",{\"1\":{\"5\":1}}],[\"8644\",{\"1\":{\"5\":1}}],[\"8645\",{\"1\":{\"5\":1}}],[\"8643\",{\"1\":{\"5\":1}}],[\"8648\",{\"1\":{\"5\":1}}],[\"8646\",{\"1\":{\"5\":1}}],[\"8647\",{\"1\":{\"5\":1}}],[\"8640\",{\"1\":{\"2\":1}}],[\"8675\",{\"1\":{\"4\":1}}],[\"8674\",{\"1\":{\"4\":1}}],[\"8672\",{\"1\":{\"4\":1}}],[\"8670\",{\"1\":{\"4\":1}}],[\"8671\",{\"1\":{\"4\":1}}],[\"8673\",{\"1\":{\"4\":1}}],[\"866\",{\"1\":{\"103\":1}}],[\"8661\",{\"1\":{\"5\":1}}],[\"8662\",{\"1\":{\"4\":1}}],[\"8664\",{\"1\":{\"4\":1}}],[\"8668\",{\"1\":{\"4\":1}}],[\"8667\",{\"1\":{\"4\":1}}],[\"8669\",{\"1\":{\"4\":1}}],[\"868\",{\"1\":{\"103\":1}}],[\"8680\",{\"1\":{\"4\":1}}],[\"8683\",{\"1\":{\"4\":1}}],[\"8685\",{\"1\":{\"3\":1}}],[\"8686\",{\"1\":{\"3\":1}}],[\"8689\",{\"1\":{\"3\":1}}],[\"8687\",{\"1\":{\"3\":1}}],[\"865\",{\"1\":{\"103\":1}}],[\"8650\",{\"1\":{\"5\":1}}],[\"8651\",{\"1\":{\"5\":1}}],[\"8656\",{\"1\":{\"5\":1}}],[\"8657\",{\"1\":{\"4\":1}}],[\"8658\",{\"1\":{\"3\":1}}],[\"8655\",{\"1\":{\"3\":1}}],[\"8659\",{\"1\":{\"2\":1}}],[\"8690\",{\"1\":{\"3\":1}}],[\"8692\",{\"1\":{\"3\":1}}],[\"8693\",{\"1\":{\"2\":1}}],[\"8694\",{\"1\":{\"2\":1}}],[\"8691\",{\"1\":{\"2\":1}}],[\"8698\",{\"1\":{\"2\":1}}],[\"8699\",{\"1\":{\"2\":1}}],[\"8695\",{\"1\":{\"2\":1}}],[\"863\",{\"1\":{\"103\":1}}],[\"8631\",{\"1\":{\"8\":1}}],[\"8632\",{\"1\":{\"7\":1}}],[\"8633\",{\"1\":{\"7\":1}}],[\"8634\",{\"1\":{\"6\":1}}],[\"8637\",{\"1\":{\"6\":1}}],[\"8638\",{\"1\":{\"5\":1}}],[\"8636\",{\"1\":{\"5\":1}}],[\"8630\",{\"1\":{\"5\":1}}],[\"8639\",{\"1\":{\"2\":1}}],[\"8635\",{\"1\":{\"2\":1}}],[\"83\",{\"1\":{\"18\":2,\"31\":1,\"103\":1}}],[\"830\",{\"1\":{\"103\":1}}],[\"8309\",{\"1\":{\"17\":1}}],[\"8307\",{\"1\":{\"17\":1}}],[\"8303\",{\"1\":{\"17\":1}}],[\"8300\",{\"1\":{\"17\":1}}],[\"8305\",{\"1\":{\"17\":1}}],[\"8308\",{\"1\":{\"17\":1}}],[\"831\",{\"1\":{\"103\":1}}],[\"8310\",{\"1\":{\"17\":1}}],[\"8312\",{\"1\":{\"17\":1}}],[\"8316\",{\"1\":{\"17\":1}}],[\"8318\",{\"1\":{\"17\":1}}],[\"8319\",{\"1\":{\"17\":1}}],[\"8311\",{\"1\":{\"17\":1}}],[\"8314\",{\"1\":{\"17\":1}}],[\"8317\",{\"1\":{\"17\":1}}],[\"8315\",{\"1\":{\"17\":1}}],[\"8313\",{\"1\":{\"17\":1}}],[\"834\",{\"1\":{\"103\":1}}],[\"8341\",{\"1\":{\"17\":1}}],[\"8342\",{\"1\":{\"17\":1}}],[\"8343\",{\"1\":{\"17\":1}}],[\"8345\",{\"1\":{\"17\":1}}],[\"8349\",{\"1\":{\"17\":1}}],[\"8344\",{\"1\":{\"17\":1}}],[\"8346\",{\"1\":{\"17\":1}}],[\"8347\",{\"1\":{\"16\":1}}],[\"833\",{\"1\":{\"103\":1}}],[\"8330\",{\"1\":{\"17\":1}}],[\"8333\",{\"1\":{\"17\":1}}],[\"8339\",{\"1\":{\"17\":1}}],[\"8334\",{\"1\":{\"17\":1}}],[\"8335\",{\"1\":{\"17\":1}}],[\"8332\",{\"1\":{\"15\":1}}],[\"8350\",{\"1\":{\"17\":1}}],[\"8357\",{\"1\":{\"17\":1}}],[\"8356\",{\"1\":{\"17\":1}}],[\"8351\",{\"1\":{\"17\":1}}],[\"8354\",{\"1\":{\"17\":1}}],[\"8359\",{\"1\":{\"17\":1}}],[\"8358\",{\"1\":{\"16\":1}}],[\"838\",{\"1\":{\"103\":1}}],[\"8381\",{\"1\":{\"17\":1}}],[\"8380\",{\"1\":{\"17\":1}}],[\"8383\",{\"1\":{\"16\":1}}],[\"8382\",{\"1\":{\"16\":1}}],[\"837\",{\"1\":{\"103\":1}}],[\"8378\",{\"1\":{\"17\":1}}],[\"8374\",{\"1\":{\"16\":1}}],[\"8377\",{\"1\":{\"16\":1}}],[\"8372\",{\"1\":{\"16\":1}}],[\"8371\",{\"1\":{\"16\":1}}],[\"8375\",{\"1\":{\"16\":1}}],[\"8370\",{\"1\":{\"16\":1}}],[\"836\",{\"1\":{\"103\":1}}],[\"8362\",{\"1\":{\"17\":1}}],[\"8363\",{\"1\":{\"17\":1}}],[\"8367\",{\"1\":{\"16\":1}}],[\"8369\",{\"1\":{\"16\":1}}],[\"8366\",{\"1\":{\"16\":1}}],[\"8364\",{\"1\":{\"16\":1}}],[\"8365\",{\"1\":{\"16\":1}}],[\"8390\",{\"1\":{\"16\":1}}],[\"8393\",{\"1\":{\"16\":1}}],[\"8397\",{\"1\":{\"16\":1}}],[\"8392\",{\"1\":{\"16\":1}}],[\"8399\",{\"1\":{\"16\":1}}],[\"8395\",{\"1\":{\"16\":1}}],[\"8391\",{\"1\":{\"16\":1}}],[\"839\",{\"1\":{\"2\":1}}],[\"8327\",{\"1\":{\"17\":1}}],[\"8324\",{\"1\":{\"17\":1}}],[\"8325\",{\"1\":{\"17\":1}}],[\"8326\",{\"1\":{\"17\":1}}],[\"8328\",{\"1\":{\"17\":1}}],[\"8322\",{\"1\":{\"17\":1}}],[\"8320\",{\"1\":{\"17\":1}}],[\"832\",{\"1\":{\"2\":2}}],[\"875\",{\"1\":{\"103\":1}}],[\"874\",{\"1\":{\"103\":1}}],[\"876\",{\"1\":{\"103\":1}}],[\"877\",{\"1\":{\"103\":1}}],[\"87\",{\"1\":{\"31\":1}}],[\"871\",{\"1\":{\"103\":1}}],[\"8711\",{\"1\":{\"2\":1}}],[\"8716\",{\"1\":{\"2\":1}}],[\"8714\",{\"1\":{\"2\":2}}],[\"8717\",{\"1\":{\"2\":1}}],[\"873\",{\"1\":{\"103\":1}}],[\"8736\",{\"1\":{\"2\":1}}],[\"8737\",{\"1\":{\"2\":1}}],[\"8731\",{\"1\":{\"2\":1}}],[\"8730\",{\"1\":{\"2\":1}}],[\"8738\",{\"1\":{\"2\":1}}],[\"872\",{\"1\":{\"103\":1}}],[\"8728\",{\"1\":{\"2\":1}}],[\"8727\",{\"1\":{\"2\":1}}],[\"8725\",{\"1\":{\"2\":1}}],[\"8729\",{\"1\":{\"2\":1}}],[\"8721\",{\"1\":{\"2\":1}}],[\"8726\",{\"1\":{\"2\":1}}],[\"8722\",{\"1\":{\"2\":1}}],[\"8723\",{\"1\":{\"2\":1}}],[\"8720\",{\"1\":{\"2\":1}}],[\"870\",{\"1\":{\"103\":1}}],[\"8702\",{\"1\":{\"2\":1}}],[\"8707\",{\"1\":{\"2\":1}}],[\"8708\",{\"1\":{\"2\":1}}],[\"8701\",{\"1\":{\"2\":1}}],[\"8709\",{\"1\":{\"2\":1}}],[\"8706\",{\"1\":{\"2\":1}}],[\"8705\",{\"1\":{\"2\":1}}],[\"3f7a00b\",{\"1\":{\"103\":1}}],[\"385\",{\"1\":{\"103\":2}}],[\"38\",{\"1\":{\"103\":1}}],[\"380\",{\"1\":{\"103\":1}}],[\"389\",{\"1\":{\"103\":1}}],[\"3899\",{\"1\":{\"62\":1}}],[\"383\",{\"1\":{\"103\":1}}],[\"387\",{\"1\":{\"103\":1}}],[\"388\",{\"1\":{\"103\":1}}],[\"3884\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3882\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3b2fa4a\",{\"1\":{\"62\":1,\"72\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"360\",{\"1\":{\"103\":1}}],[\"3609\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"369\",{\"1\":{\"103\":1}}],[\"364\",{\"1\":{\"103\":1}}],[\"367\",{\"1\":{\"103\":1}}],[\"3676\",{\"1\":{\"62\":1}}],[\"363\",{\"1\":{\"103\":1}}],[\"368\",{\"1\":{\"103\":1}}],[\"362\",{\"1\":{\"103\":2}}],[\"361\",{\"1\":{\"103\":4}}],[\"366\",{\"1\":{\"103\":1}}],[\"3662\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3650\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"36\",{\"1\":{\"31\":1,\"103\":4}}],[\"371\",{\"1\":{\"103\":1}}],[\"375\",{\"1\":{\"103\":1}}],[\"3774\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3780\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3769\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"37\",{\"1\":{\"31\":1,\"103\":7}}],[\"3400\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3402\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3404\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3401\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3403\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3407\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3409\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3410\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3416\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3418\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3415\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3417\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3419\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3411\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"342\",{\"1\":{\"103\":1}}],[\"3423\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3424\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3422\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3420\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3429\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3428\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3433\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3436\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3430\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3431\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3434\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3432\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3435\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3438\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3439\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3441\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3443\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3448\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3446\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3452\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3453\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3454\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3456\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3459\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3465\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3464\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3467\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3472\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3475\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"34\",{\"1\":{\"28\":4,\"29\":2,\"62\":2,\"103\":5}}],[\"391\",{\"1\":{\"103\":1}}],[\"390\",{\"1\":{\"103\":1}}],[\"3946\",{\"1\":{\"62\":1}}],[\"3947\",{\"1\":{\"62\":1}}],[\"3949\",{\"1\":{\"62\":1}}],[\"3952\",{\"1\":{\"62\":1}}],[\"3955\",{\"1\":{\"62\":2}}],[\"3954\",{\"1\":{\"62\":2}}],[\"3953\",{\"1\":{\"62\":1}}],[\"3957\",{\"1\":{\"62\":1}}],[\"3959\",{\"1\":{\"43\":1}}],[\"396\",{\"1\":{\"103\":1}}],[\"3964\",{\"1\":{\"62\":1}}],[\"3963\",{\"1\":{\"62\":1}}],[\"3960\",{\"1\":{\"62\":1}}],[\"3965\",{\"1\":{\"62\":1}}],[\"3961\",{\"1\":{\"62\":1}}],[\"3966\",{\"1\":{\"62\":1}}],[\"3962\",{\"1\":{\"43\":1}}],[\"3971\",{\"1\":{\"62\":1}}],[\"3970\",{\"1\":{\"62\":1}}],[\"3973\",{\"1\":{\"62\":1}}],[\"3974\",{\"1\":{\"62\":1}}],[\"3976\",{\"1\":{\"62\":1}}],[\"3975\",{\"1\":{\"43\":1}}],[\"3984\",{\"1\":{\"62\":1}}],[\"3981\",{\"1\":{\"62\":1}}],[\"3980\",{\"1\":{\"62\":1}}],[\"3982\",{\"1\":{\"62\":1}}],[\"3983\",{\"1\":{\"62\":1}}],[\"3986\",{\"1\":{\"62\":1}}],[\"3985\",{\"1\":{\"62\":1}}],[\"3988\",{\"1\":{\"43\":1}}],[\"3935\",{\"1\":{\"62\":1}}],[\"3937\",{\"1\":{\"62\":1}}],[\"39370e3970a6d050c480ffad4ff0ed4d3fdee5af\",{\"1\":{\"18\":1}}],[\"3930\",{\"1\":{\"62\":1}}],[\"3936\",{\"1\":{\"62\":1}}],[\"3932\",{\"1\":{\"62\":1}}],[\"3934\",{\"1\":{\"62\":1}}],[\"3997\",{\"1\":{\"62\":1}}],[\"3996\",{\"1\":{\"62\":1}}],[\"3999\",{\"1\":{\"62\":1}}],[\"3926\",{\"1\":{\"62\":1}}],[\"3925\",{\"1\":{\"62\":1}}],[\"3928\",{\"1\":{\"61\":1}}],[\"3922\",{\"1\":{\"31\":1}}],[\"39c82fc\",{\"1\":{\"60\":1}}],[\"39d2331fbbe4be56c4434ca745a23633155f9cdf\",{\"1\":{\"18\":2}}],[\"3102\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3101\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3109\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3110\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3113\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3119\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3114\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3115\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3111\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3120\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3125\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3128\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3127\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3121\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3126\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3132\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3137\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3136\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3138\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3152\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3150\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3155\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3154\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3153\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3156\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3159\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3143\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3144\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3145\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3146\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3149\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3148\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3147\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3140\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3161\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3162\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3163\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3164\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3160\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3166\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3168\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3165\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3167\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3184\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3182\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3181\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3183\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3189\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3179\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3176\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3174\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3173\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3172\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3175\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3195\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3193\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3192\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3191\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3197\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3198\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3190\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3199\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"31\",{\"1\":{\"18\":5,\"19\":1,\"48\":1,\"65\":2,\"70\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":5}}],[\"332\",{\"1\":{\"103\":1}}],[\"3324\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3323\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3327\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3300\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3301\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3302\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3303\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3304\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3305\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3309\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3310\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3315\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3319\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3313\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3316\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3314\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"334\",{\"1\":{\"103\":1}}],[\"3340\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3342\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3341\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3345\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3346\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3348\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3347\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3343\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3349\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"333\",{\"1\":{\"103\":1}}],[\"3331\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3332\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3333\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3335\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3338\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3336\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3337\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3334\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"335\",{\"1\":{\"103\":1}}],[\"3351\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3353\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3350\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3355\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3352\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3354\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3359\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3356\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"336\",{\"1\":{\"103\":1}}],[\"3360\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3363\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3364\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3368\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3367\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3362\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3366\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3365\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3371\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3374\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3375\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3373\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3379\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3370\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3377\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3380\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3381\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3382\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3383\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3385\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3384\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3386\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3387\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"339\",{\"1\":{\"103\":1}}],[\"3390\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3391\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3393\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3399\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3397\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"33\",{\"1\":{\"17\":1,\"19\":1,\"28\":2,\"29\":2,\"103\":5}}],[\"320\",{\"1\":{\"103\":1}}],[\"3204\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3203\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3202\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3206\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3201\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3205\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3207\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3209\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3220\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3221\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3222\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3223\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3225\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3227\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3224\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3226\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3228\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3212\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3216\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3210\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3211\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3213\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3214\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3218\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3219\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3215\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3243\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3244\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3245\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3246\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3247\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3242\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3248\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3249\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3230\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3236\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3238\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3233\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3234\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3235\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3237\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3239\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3253\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3255\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3254\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3251\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3259\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3258\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3257\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3270\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3273\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3274\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3275\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3276\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3277\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3278\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3260\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3261\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3263\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3264\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3265\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3269\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3267\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3268\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3262\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3280\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3282\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3281\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3284\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3287\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3289\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3288\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3285\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3283\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3292\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3291\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3294\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3299\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3297\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3296\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3293\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"32\",{\"1\":{\"17\":1,\"18\":1,\"19\":1,\"31\":1,\"65\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":3}}],[\"359\",{\"1\":{\"103\":1}}],[\"356\",{\"1\":{\"103\":1}}],[\"355\",{\"1\":{\"103\":1}}],[\"354\",{\"1\":{\"103\":1}}],[\"3525\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"358\",{\"1\":{\"103\":1}}],[\"3584\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3589\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3583\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"350\",{\"1\":{\"103\":1}}],[\"3506\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3504\",{\"1\":{\"62\":1}}],[\"35\",{\"1\":{\"17\":1,\"19\":1,\"103\":3}}],[\"3001\",{\"1\":{\"320\":1}}],[\"3002\",{\"1\":{\"288\":2,\"313\":1}}],[\"3000\",{\"1\":{\"269\":1,\"286\":1}}],[\"300\",{\"1\":{\"103\":1}}],[\"3003\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"301\",{\"1\":{\"103\":1}}],[\"3010\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3011\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3019\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3020\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3027\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3028\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3029\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3031\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3034\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3035\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3037\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3039\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3030\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3050\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3053\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3056\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3088\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3089\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3087\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3081\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3092\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3090\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3093\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3060\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3067\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3066\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3068\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3069\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3063\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3072\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3073\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3077\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3078\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3070\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3075\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3071\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3046\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3045\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3041\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3048\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3042\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3049\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3047\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3044\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"3043\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"30\",{\"1\":{\"4\":1,\"5\":1,\"18\":8,\"19\":1,\"28\":1,\"70\":1,\"72\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":1,\"116\":1}}],[\"3\",{\"0\":{\"233\":2,\"236\":2},\"1\":{\"2\":12,\"4\":6,\"5\":3,\"9\":6,\"12\":1,\"15\":2,\"16\":12,\"17\":17,\"18\":116,\"19\":35,\"20\":1,\"21\":9,\"23\":1,\"24\":1,\"27\":2,\"28\":1,\"29\":2,\"31\":6,\"33\":1,\"37\":5,\"41\":1,\"42\":4,\"43\":27,\"45\":1,\"62\":56,\"63\":8,\"64\":14,\"65\":8,\"66\":20,\"67\":19,\"68\":24,\"69\":36,\"70\":11,\"71\":2,\"72\":71,\"74\":266,\"76\":282,\"78\":291,\"80\":308,\"82\":313,\"84\":328,\"86\":332,\"88\":335,\"90\":337,\"92\":346,\"94\":359,\"96\":374,\"98\":377,\"100\":394,\"102\":410,\"103\":299,\"156\":1}}],[\"csv\",{\"1\":{\"223\":1}}],[\"css\",{\"1\":{\"40\":1,\"41\":1,\"51\":1,\"62\":4,\"72\":1,\"74\":6,\"76\":7,\"78\":8,\"80\":10,\"82\":10,\"84\":10,\"86\":10,\"88\":10,\"90\":10,\"92\":10,\"94\":10,\"96\":10,\"98\":10,\"100\":10,\"102\":10,\"299\":1,\"304\":1,\"305\":1,\"306\":1,\"307\":2}}],[\"cc\",{\"1\":{\"156\":1}}],[\"cc7d8686e214c240128fe2680a5c1c5486ae19c4\",{\"1\":{\"18\":2}}],[\"cp\",{\"1\":{\"149\":2,\"182\":1,\"279\":1,\"280\":1,\"285\":1}}],[\"cdd\",{\"1\":{\"296\":1}}],[\"cd\",{\"1\":{\"144\":1,\"182\":2,\"285\":2}}],[\"cda5497acf90563d34489ed832a67c2c50353a16\",{\"1\":{\"18\":1}}],[\"c\",{\"1\":{\"131\":1,\"282\":2}}],[\"c5c62d2\",{\"1\":{\"103\":2}}],[\"c246fd7\",{\"1\":{\"103\":1}}],[\"c2fad29759e65af76987543a0aabefb8906d379a\",{\"1\":{\"18\":2}}],[\"cest\",{\"1\":{\"116\":1}}],[\"cet\",{\"1\":{\"116\":1}}],[\"ce20d5b\",{\"1\":{\"103\":1}}],[\"ce69fe5\",{\"1\":{\"103\":1}}],[\"central\",{\"1\":{\"145\":1}}],[\"centralize\",{\"1\":{\"33\":1}}],[\"centered\",{\"1\":{\"42\":1,\"103\":1}}],[\"center\",{\"1\":{\"31\":1}}],[\"certain\",{\"1\":{\"103\":1,\"294\":1,\"306\":1,\"309\":1,\"310\":1}}],[\"certmanager\",{\"1\":{\"103\":1}}],[\"cert\",{\"1\":{\"19\":1,\"31\":1,\"251\":21}}],[\"circumstances\",{\"1\":{\"109\":1}}],[\"circle\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"city\",{\"1\":{\"27\":1}}],[\"ci\",{\"1\":{\"19\":2,\"62\":1,\"64\":1,\"74\":1,\"76\":1,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":4,\"189\":1,\"200\":1}}],[\"cypher\",{\"1\":{\"18\":1,\"20\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"192\":1,\"193\":1,\"274\":1,\"281\":1,\"282\":13,\"283\":2}}],[\"cypress\",{\"0\":{\"198\":1,\"200\":1},\"1\":{\"2\":1,\"5\":2,\"9\":1,\"15\":1,\"16\":6,\"17\":3,\"18\":19,\"19\":16,\"21\":1,\"27\":6,\"28\":1,\"45\":1,\"62\":1,\"63\":1,\"64\":2,\"66\":1,\"67\":8,\"69\":1,\"72\":3,\"74\":20,\"76\":21,\"78\":23,\"80\":27,\"82\":28,\"84\":30,\"86\":32,\"88\":33,\"90\":33,\"92\":34,\"94\":34,\"96\":36,\"98\":36,\"100\":37,\"102\":37,\"103\":32,\"142\":1,\"155\":1,\"197\":1,\"198\":2,\"199\":4,\"200\":4,\"201\":1}}],[\"crucial\",{\"1\":{\"298\":1}}],[\"crud\",{\"1\":{\"36\":1}}],[\"crds\",{\"1\":{\"251\":10}}],[\"cry\",{\"1\":{\"210\":1}}],[\"criticism\",{\"1\":{\"106\":1}}],[\"credential\",{\"1\":{\"151\":1}}],[\"credentials\",{\"1\":{\"103\":1,\"276\":1}}],[\"creat\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"creating\",{\"1\":{\"17\":1,\"106\":1,\"207\":1,\"208\":1,\"213\":1}}],[\"creation\",{\"1\":{\"2\":1,\"27\":1,\"36\":1,\"103\":2}}],[\"creategroup\",{\"1\":{\"326\":2}}],[\"createnodeindex\",{\"1\":{\"282\":3}}],[\"creates\",{\"1\":{\"282\":1}}],[\"createcomments\",{\"1\":{\"103\":1}}],[\"createcomment\",{\"1\":{\"103\":2}}],[\"createdat\",{\"1\":{\"27\":1,\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":4,\"326\":2}}],[\"created\",{\"1\":{\"17\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":4,\"283\":1,\"322\":1,\"326\":2}}],[\"create\",{\"0\":{\"279\":1,\"324\":1},\"1\":{\"5\":1,\"27\":7,\"28\":2,\"31\":3,\"62\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":3,\"103\":7,\"113\":1,\"144\":1,\"151\":2,\"184\":1,\"188\":2,\"214\":1,\"215\":1,\"216\":1,\"217\":1,\"218\":1,\"219\":2,\"220\":1,\"228\":1,\"239\":1,\"260\":1,\"261\":1,\"279\":1,\"282\":2,\"291\":1,\"324\":1,\"326\":1}}],[\"craziness\",{\"1\":{\"103\":1}}],[\"crazy\",{\"1\":{\"17\":1,\"18\":2}}],[\"crash\",{\"1\":{\"23\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"crop\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"cropped\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"cropperjs\",{\"1\":{\"18\":1,\"19\":1}}],[\"cropping\",{\"1\":{\"58\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"cross\",{\"1\":{\"37\":1,\"43\":2,\"64\":1,\"65\":1,\"66\":3,\"69\":2,\"74\":7,\"76\":7,\"78\":7,\"80\":7,\"82\":7,\"84\":7,\"86\":7,\"88\":7,\"90\":7,\"92\":7,\"94\":7,\"96\":7,\"98\":10,\"100\":13,\"102\":15,\"103\":4}}],[\"cron\",{\"1\":{\"19\":1,\"103\":1}}],[\"cluttered\",{\"1\":{\"191\":1}}],[\"clusterissuer\",{\"1\":{\"251\":2}}],[\"cluster\",{\"1\":{\"19\":1,\"31\":2,\"39\":1,\"62\":1,\"279\":1,\"282\":1}}],[\"clusters\",{\"1\":{\"19\":1}}],[\"class=\",{\"1\":{\"326\":10}}],[\"class\",{\"1\":{\"304\":1,\"305\":1}}],[\"classes\",{\"0\":{\"302\":1,\"304\":1},\"1\":{\"302\":3,\"305\":1}}],[\"claim\",{\"1\":{\"131\":1}}],[\"clarified\",{\"1\":{\"108\":1}}],[\"clarifying\",{\"1\":{\"107\":1}}],[\"clarify\",{\"1\":{\"31\":1,\"113\":1}}],[\"cloud\",{\"1\":{\"276\":1}}],[\"clone\",{\"0\":{\"144\":1},\"1\":{\"144\":3,\"151\":1}}],[\"cloning\",{\"1\":{\"103\":2}}],[\"closer\",{\"1\":{\"149\":1,\"190\":1}}],[\"closely\",{\"0\":{\"121\":1}}],[\"close\",{\"1\":{\"27\":1,\"31\":1,\"32\":1,\"80\":2,\"82\":2,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"132\":1}}],[\"clearly\",{\"1\":{\"304\":1,\"316\":1}}],[\"clear\",{\"1\":{\"149\":1}}],[\"clearbit\",{\"1\":{\"103\":1}}],[\"cleanups\",{\"1\":{\"19\":1}}],[\"cleanup\",{\"1\":{\"17\":3,\"19\":1,\"23\":1,\"103\":1,\"181\":1}}],[\"clean\",{\"0\":{\"191\":1,\"250\":1},\"1\":{\"17\":1,\"19\":1,\"31\":1,\"33\":1,\"47\":1,\"61\":1,\"189\":1,\"191\":1,\"250\":1}}],[\"clicking\",{\"1\":{\"160\":1,\"326\":1}}],[\"clickable\",{\"1\":{\"27\":1,\"82\":1,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"click\",{\"0\":{\"245\":1},\"1\":{\"19\":1,\"27\":1,\"36\":1,\"40\":1,\"43\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"160\":1,\"171\":2,\"243\":3,\"245\":1,\"317\":2,\"325\":1}}],[\"clicks\",{\"1\":{\"11\":1,\"49\":1}}],[\"cli\",{\"1\":{\"18\":1,\"62\":2,\"66\":1,\"68\":1,\"69\":1,\"72\":2,\"74\":8,\"76\":9,\"78\":9,\"80\":12,\"82\":12,\"84\":13,\"86\":13,\"88\":14,\"90\":14,\"92\":15,\"94\":17,\"96\":18,\"98\":18,\"100\":19,\"102\":19,\"103\":13,\"265\":1}}],[\"clients\",{\"1\":{\"190\":1}}],[\"client\",{\"1\":{\"2\":2,\"4\":1,\"5\":1,\"9\":2,\"18\":1,\"37\":1,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":11,\"142\":1}}],[\"cube\",{\"1\":{\"116\":1}}],[\"cursor\",{\"1\":{\"103\":1,\"328\":1}}],[\"currently\",{\"1\":{\"273\":1,\"290\":1}}],[\"currentuser\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"current\",{\"1\":{\"17\":1,\"31\":1,\"103\":4,\"251\":1}}],[\"cut\",{\"1\":{\"102\":1}}],[\"custom\",{\"1\":{\"18\":1,\"29\":1,\"103\":2,\"295\":1}}],[\"cucumbers\",{\"1\":{\"103\":1}}],[\"cucumber\",{\"1\":{\"15\":1,\"18\":10,\"19\":13,\"62\":1,\"63\":1,\"72\":1,\"74\":3,\"76\":4,\"78\":4,\"80\":6,\"82\":7,\"84\":7,\"86\":8,\"88\":8,\"90\":8,\"92\":8,\"94\":8,\"96\":12,\"98\":12,\"100\":12,\"102\":12,\"103\":10}}],[\"cjs\",{\"1\":{\"15\":1,\"266\":1}}],[\"caveats\",{\"1\":{\"304\":1}}],[\"caused\",{\"1\":{\"151\":1}}],[\"carry\",{\"1\":{\"304\":1}}],[\"care\",{\"1\":{\"142\":2,\"294\":1}}],[\"cardcontent\",{\"1\":{\"294\":1}}],[\"cardtitle\",{\"1\":{\"294\":1}}],[\"cardimage\",{\"1\":{\"294\":1}}],[\"cards\",{\"1\":{\"103\":1}}],[\"card\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"294\":1,\"295\":1,\"306\":1}}],[\"calculation\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"called\",{\"1\":{\"124\":1,\"144\":1,\"192\":1,\"279\":1,\"282\":1}}],[\"calls\",{\"1\":{\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"282\":2,\"299\":1}}],[\"call\",{\"1\":{\"37\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"282\":6,\"305\":1}}],[\"capture\",{\"1\":{\"103\":1}}],[\"captures\",{\"1\":{\"3\":1}}],[\"capability\",{\"1\":{\"27\":1,\"132\":1}}],[\"candos\",{\"0\":{\"213\":1},\"1\":{\"210\":1,\"213\":1,\"222\":1}}],[\"cannot\",{\"1\":{\"29\":1,\"33\":1,\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":3,\"270\":1}}],[\"cancel\",{\"1\":{\"27\":1}}],[\"can\",{\"1\":{\"17\":1,\"27\":1,\"62\":1,\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":4,\"112\":2,\"113\":2,\"115\":1,\"117\":4,\"123\":1,\"124\":1,\"132\":2,\"135\":1,\"153\":1,\"160\":1,\"182\":3,\"184\":1,\"186\":1,\"187\":1,\"193\":1,\"199\":1,\"203\":1,\"225\":2,\"235\":1,\"261\":2,\"267\":2,\"268\":1,\"270\":2,\"273\":1,\"274\":1,\"276\":2,\"283\":1,\"288\":2,\"291\":1,\"294\":3,\"298\":2,\"299\":1,\"302\":1,\"304\":1,\"309\":1,\"312\":3,\"313\":1,\"320\":2,\"322\":1,\"323\":1,\"325\":2,\"326\":3}}],[\"cached\",{\"1\":{\"27\":1}}],[\"cache\",{\"1\":{\"17\":1,\"18\":6,\"19\":2,\"21\":1,\"23\":1,\"27\":3,\"43\":1,\"64\":1,\"74\":1,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":6}}],[\"cases\",{\"1\":{\"279\":2,\"313\":1,\"316\":1}}],[\"case\",{\"1\":{\"12\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"306\":1}}],[\"cat12\",{\"1\":{\"326\":1}}],[\"catgeories\",{\"1\":{\"61\":1}}],[\"catgeory\",{\"1\":{\"61\":1}}],[\"categoryids\",{\"1\":{\"326\":1}}],[\"category\",{\"1\":{\"11\":2,\"32\":1,\"33\":1,\"34\":1,\"36\":1,\"37\":2,\"103\":1,\"207\":1,\"210\":1,\"213\":1,\"328\":2}}],[\"categories\",{\"0\":{\"248\":1},\"1\":{\"6\":1,\"8\":1,\"10\":1,\"19\":1,\"29\":1,\"31\":2,\"33\":1,\"37\":2,\"38\":2,\"62\":1,\"103\":6,\"184\":3,\"202\":1,\"212\":1,\"248\":2}}],[\"catch\",{\"1\":{\"2\":1,\"103\":1}}],[\"child\",{\"1\":{\"306\":1}}],[\"chip\",{\"1\":{\"123\":1}}],[\"chips\",{\"0\":{\"123\":1}}],[\"choice\",{\"1\":{\"273\":1}}],[\"choices\",{\"1\":{\"218\":1}}],[\"choosing\",{\"1\":{\"204\":1,\"207\":3,\"213\":4,\"223\":1}}],[\"choose\",{\"1\":{\"132\":1,\"151\":1,\"171\":1,\"220\":1,\"225\":1,\"226\":1,\"275\":1,\"298\":1}}],[\"chore\",{\"0\":{\"248\":1,\"250\":1,\"251\":1},\"1\":{\"2\":1,\"12\":1,\"16\":2,\"17\":1,\"18\":17,\"19\":12,\"20\":1,\"21\":4,\"22\":2,\"23\":1,\"24\":1,\"25\":1,\"26\":1,\"27\":3,\"28\":3,\"29\":1,\"30\":1,\"31\":32,\"32\":1,\"33\":1,\"34\":1,\"35\":2,\"36\":2,\"37\":5,\"38\":2,\"39\":5,\"40\":2,\"41\":1,\"42\":1,\"43\":1,\"44\":2,\"45\":3,\"52\":1,\"53\":2,\"62\":13,\"63\":1,\"64\":3,\"65\":1,\"66\":2,\"67\":4,\"68\":2,\"69\":1,\"74\":18,\"76\":18,\"78\":18,\"80\":18,\"82\":18,\"84\":18,\"86\":18,\"88\":18,\"90\":18,\"92\":18,\"94\":18,\"96\":18,\"98\":18,\"100\":18,\"102\":18}}],[\"chnage\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"chromatic\",{\"1\":{\"18\":2,\"19\":2}}],[\"cheers\",{\"1\":{\"117\":1}}],[\"cheerio\",{\"1\":{\"4\":1,\"18\":1,\"103\":1}}],[\"checkbox\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"checkboxes\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"checker\",{\"1\":{\"19\":1}}],[\"checks\",{\"1\":{\"18\":1}}],[\"check\",{\"1\":{\"18\":1,\"19\":1,\"27\":1,\"103\":2,\"113\":1,\"133\":1,\"134\":1,\"148\":1,\"151\":1,\"201\":1,\"266\":1,\"310\":1}}],[\"checkout\",{\"1\":{\"17\":1,\"18\":3,\"19\":1,\"21\":1}}],[\"checking\",{\"1\":{\"16\":1,\"117\":1,\"148\":1,\"288\":1}}],[\"challenge\",{\"1\":{\"191\":1}}],[\"challenges\",{\"1\":{\"117\":1}}],[\"charge\",{\"1\":{\"131\":1}}],[\"charity\",{\"1\":{\"117\":1}}],[\"character\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"characters\",{\"1\":{\"27\":2,\"120\":1}}],[\"charts\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"chart\",{\"1\":{\"31\":1}}],[\"chars\",{\"1\":{\"29\":1}}],[\"chai\",{\"1\":{\"21\":1}}],[\"changing\",{\"1\":{\"18\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"313\":1}}],[\"changed\",{\"1\":{\"27\":1,\"28\":1,\"36\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":2,\"113\":2,\"188\":1,\"310\":1}}],[\"change\",{\"1\":{\"11\":1,\"18\":3,\"19\":2,\"27\":8,\"31\":9,\"37\":2,\"39\":2,\"40\":2,\"41\":2,\"42\":1,\"80\":1,\"82\":2,\"84\":2,\"86\":3,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":5,\"102\":6,\"103\":12,\"144\":1,\"160\":2,\"202\":1,\"204\":3,\"205\":2,\"283\":2}}],[\"changes\",{\"1\":{\"1\":1,\"32\":1,\"74\":1,\"76\":2,\"78\":2,\"80\":4,\"82\":4,\"84\":4,\"86\":6,\"88\":6,\"90\":6,\"92\":6,\"94\":6,\"96\":6,\"98\":6,\"100\":6,\"102\":6,\"103\":4,\"113\":1,\"160\":2,\"191\":1,\"232\":1,\"270\":1}}],[\"changelog\",{\"0\":{\"1\":1},\"1\":{\"1\":1,\"18\":1,\"19\":3,\"43\":1,\"59\":1,\"60\":1,\"62\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":4,\"103\":1}}],[\"chatroom\",{\"1\":{\"221\":1}}],[\"chatrooms\",{\"1\":{\"206\":1}}],[\"chat\",{\"0\":{\"152\":1,\"224\":1},\"1\":{\"2\":1,\"3\":1,\"4\":2,\"16\":2,\"17\":2,\"18\":1,\"19\":2,\"21\":1,\"24\":2,\"25\":2,\"26\":1,\"27\":35,\"112\":1,\"139\":1,\"202\":1,\"216\":1,\"224\":1,\"225\":1}}],[\"copies\",{\"1\":{\"131\":2,\"270\":1}}],[\"copyright\",{\"1\":{\"131\":3}}],[\"copy+paste\",{\"1\":{\"103\":1}}],[\"copy\",{\"1\":{\"11\":1,\"28\":1,\"31\":3,\"103\":1,\"120\":1,\"131\":2,\"171\":1,\"182\":1,\"250\":1,\"279\":1,\"280\":1,\"285\":1}}],[\"collaborate\",{\"1\":{\"326\":2}}],[\"collections\",{\"1\":{\"231\":1}}],[\"collectively\",{\"1\":{\"117\":1}}],[\"collective\",{\"1\":{\"117\":1}}],[\"collinsdictionary\",{\"1\":{\"120\":1}}],[\"colors\",{\"1\":{\"303\":1}}],[\"color\",{\"0\":{\"242\":1},\"1\":{\"18\":3,\"27\":3,\"28\":1,\"31\":2,\"34\":1,\"242\":1,\"303\":1,\"305\":3,\"306\":1}}],[\"coupled\",{\"1\":{\"291\":1}}],[\"could\",{\"1\":{\"106\":1,\"137\":1,\"187\":1,\"306\":1}}],[\"country\",{\"1\":{\"210\":1}}],[\"counts\",{\"1\":{\"103\":2}}],[\"countuser\",{\"1\":{\"103\":1}}],[\"counters\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"counter\",{\"1\":{\"21\":1}}],[\"count\",{\"1\":{\"10\":1,\"17\":1,\"27\":2,\"33\":1,\"49\":2,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":2,\"100\":2,\"102\":2,\"103\":2,\"210\":1}}],[\"covenant\",{\"0\":{\"104\":1},\"1\":{\"110\":2}}],[\"covers\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"coverage\",{\"1\":{\"19\":1,\"28\":1,\"33\":1,\"45\":2,\"103\":2,\"113\":1,\"266\":2}}],[\"coding\",{\"1\":{\"103\":1}}],[\"codebase\",{\"1\":{\"191\":1}}],[\"codereview\",{\"1\":{\"103\":1}}],[\"codetriage\",{\"1\":{\"103\":1}}],[\"codecov\",{\"1\":{\"42\":1,\"62\":2,\"68\":2,\"69\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":5,\"103\":5}}],[\"codes\",{\"1\":{\"11\":2,\"62\":2,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"303\":1}}],[\"code\",{\"0\":{\"104\":1,\"239\":1,\"241\":1,\"242\":1,\"243\":1,\"245\":1,\"246\":1,\"292\":1,\"297\":1,\"301\":1,\"314\":1},\"1\":{\"9\":1,\"11\":1,\"18\":1,\"19\":1,\"27\":1,\"31\":2,\"44\":1,\"46\":1,\"62\":1,\"72\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":3,\"82\":3,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":6,\"107\":2,\"108\":1,\"109\":1,\"110\":1,\"112\":1,\"113\":2,\"117\":3,\"132\":1,\"151\":1,\"153\":1,\"158\":1,\"191\":3,\"202\":1,\"228\":1,\"229\":1,\"235\":1,\"238\":1,\"241\":2,\"242\":1,\"243\":1,\"245\":1,\"246\":1,\"265\":1,\"288\":2,\"293\":1,\"295\":1,\"298\":1,\"309\":4,\"316\":1,\"320\":1}}],[\"cookies\",{\"1\":{\"40\":1}}],[\"cookie\",{\"0\":{\"253\":1},\"1\":{\"31\":2,\"37\":1,\"43\":1,\"62\":4,\"64\":1,\"67\":1,\"69\":1,\"74\":3,\"76\":3,\"78\":4,\"80\":4,\"82\":5,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":6,\"103\":3,\"253\":2}}],[\"coordinates\",{\"1\":{\"18\":1}}],[\"corresponding\",{\"1\":{\"197\":1,\"221\":1,\"304\":1}}],[\"corrective\",{\"1\":{\"107\":1}}],[\"corrections\",{\"1\":{\"103\":1}}],[\"correctly\",{\"1\":{\"103\":1,\"282\":1,\"299\":1}}],[\"corrected\",{\"1\":{\"28\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"correct\",{\"1\":{\"3\":1,\"11\":1,\"12\":1,\"27\":1,\"31\":1,\"44\":2,\"45\":1,\"49\":1,\"103\":1,\"148\":1,\"248\":1,\"251\":1,\"253\":1}}],[\"core\",{\"1\":{\"17\":1,\"18\":2,\"19\":5,\"24\":1,\"27\":1,\"28\":1,\"29\":2,\"62\":2,\"64\":3,\"66\":6,\"69\":3,\"72\":5,\"74\":20,\"76\":21,\"78\":22,\"80\":26,\"82\":26,\"84\":29,\"86\":29,\"88\":29,\"90\":29,\"92\":29,\"94\":32,\"96\":33,\"98\":33,\"100\":34,\"102\":35,\"103\":17,\"113\":3,\"115\":2,\"116\":1}}],[\"combined\",{\"1\":{\"302\":1}}],[\"combines\",{\"1\":{\"147\":1}}],[\"comes\",{\"1\":{\"302\":1,\"304\":1}}],[\"come\",{\"1\":{\"113\":1,\"202\":1}}],[\"comercial\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"com\",{\"1\":{\"103\":4,\"120\":1,\"137\":1,\"144\":2,\"156\":1,\"161\":1,\"171\":1,\"239\":1,\"251\":3,\"261\":3,\"270\":1,\"332\":2}}],[\"compiles\",{\"1\":{\"266\":2}}],[\"compiler\",{\"1\":{\"18\":3}}],[\"compare\",{\"1\":{\"151\":1,\"160\":1}}],[\"comparing\",{\"1\":{\"151\":1}}],[\"compatible\",{\"1\":{\"273\":1}}],[\"compatibility\",{\"1\":{\"103\":1,\"156\":1}}],[\"compatbility\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"complies\",{\"1\":{\"313\":1}}],[\"complex\",{\"1\":{\"316\":1}}],[\"complexity\",{\"1\":{\"299\":1}}],[\"completely\",{\"1\":{\"27\":1,\"103\":1}}],[\"complaints\",{\"1\":{\"109\":1}}],[\"computer\",{\"1\":{\"148\":1}}],[\"compute\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"components\",{\"0\":{\"292\":1,\"294\":1,\"304\":1,\"315\":1,\"338\":1},\"1\":{\"18\":1,\"28\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"158\":1,\"178\":1,\"179\":1,\"265\":1,\"288\":2,\"290\":4,\"291\":4,\"293\":2,\"294\":2,\"295\":1,\"299\":1,\"303\":1,\"304\":1,\"305\":1,\"306\":1,\"310\":1,\"312\":3,\"313\":1,\"318\":1}}],[\"component\",{\"0\":{\"178\":1,\"306\":1,\"308\":1,\"312\":1},\"1\":{\"8\":1,\"25\":1,\"27\":4,\"29\":1,\"34\":1,\"45\":1,\"67\":1,\"69\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":5,\"103\":4,\"293\":3,\"294\":2,\"296\":2,\"304\":2,\"305\":1,\"306\":4,\"310\":1,\"312\":2,\"313\":1,\"315\":2,\"316\":2,\"318\":1}}],[\"composed\",{\"1\":{\"291\":2,\"294\":2}}],[\"compose\",{\"0\":{\"149\":1,\"278\":1,\"294\":1},\"1\":{\"2\":1,\"17\":1,\"18\":2,\"19\":1,\"21\":1,\"29\":1,\"31\":1,\"39\":1,\"62\":3,\"100\":1,\"102\":1,\"103\":1,\"123\":1,\"148\":1,\"149\":9,\"153\":3,\"181\":2,\"187\":1,\"188\":3,\"189\":2,\"196\":1,\"234\":1,\"236\":1,\"261\":1,\"263\":2,\"267\":4,\"269\":1,\"274\":1,\"278\":1,\"282\":2,\"288\":3,\"320\":3}}],[\"common\",{\"1\":{\"191\":1}}],[\"communicate\",{\"1\":{\"113\":1}}],[\"communication\",{\"1\":{\"113\":1}}],[\"community\",{\"1\":{\"16\":1,\"31\":1,\"39\":1,\"62\":1,\"103\":1,\"105\":1,\"106\":2,\"108\":2,\"113\":2,\"116\":1,\"131\":1,\"132\":1,\"137\":1,\"144\":2,\"152\":1,\"273\":2,\"275\":2,\"276\":1}}],[\"comma\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"commands\",{\"0\":{\"165\":1,\"266\":1,\"281\":1,\"282\":1,\"283\":1},\"1\":{\"18\":1,\"39\":1,\"41\":1,\"103\":1,\"122\":1,\"149\":1,\"151\":1,\"234\":1,\"263\":1,\"266\":1,\"270\":1,\"279\":1,\"280\":1,\"281\":1,\"282\":5,\"283\":1,\"288\":3,\"310\":1}}],[\"command\",{\"1\":{\"15\":1,\"19\":1,\"21\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"124\":2,\"149\":2,\"181\":1,\"266\":1,\"269\":1,\"278\":1,\"279\":1,\"280\":2,\"282\":4,\"283\":1,\"309\":1,\"310\":1,\"313\":1,\"320\":2}}],[\"commercial\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"commentform\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2}}],[\"comment\",{\"1\":{\"17\":2,\"21\":1,\"28\":2,\"62\":1,\"69\":2,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":4,\"88\":4,\"90\":4,\"92\":5,\"94\":7,\"96\":7,\"98\":8,\"100\":8,\"102\":10,\"103\":9,\"113\":1,\"151\":1,\"160\":1,\"291\":1}}],[\"commented\",{\"1\":{\"17\":1}}],[\"commenting\",{\"1\":{\"17\":1,\"202\":1,\"207\":1}}],[\"comments\",{\"0\":{\"208\":1},\"1\":{\"8\":1,\"16\":2,\"17\":1,\"27\":1,\"34\":2,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":4,\"102\":10,\"103\":8,\"106\":1,\"107\":1,\"134\":1,\"205\":1,\"208\":4,\"209\":1,\"210\":1,\"326\":2}}],[\"comming\",{\"1\":{\"25\":1,\"103\":1}}],[\"commit>\",{\"1\":{\"124\":1}}],[\"commit=\",{\"1\":{\"124\":1}}],[\"commitment\",{\"1\":{\"117\":1}}],[\"commit\",{\"1\":{\"18\":1,\"19\":1,\"28\":1,\"226\":1,\"270\":3,\"310\":1}}],[\"commits\",{\"1\":{\"17\":1,\"107\":1}}],[\"con\",{\"1\":{\"217\":2}}],[\"conjunction\",{\"1\":{\"177\":1,\"270\":1}}],[\"concurrently\",{\"1\":{\"103\":1}}],[\"concept\",{\"1\":{\"103\":1}}],[\"connects\",{\"1\":{\"202\":1}}],[\"connect\",{\"1\":{\"132\":1,\"279\":1,\"280\":1}}],[\"connected\",{\"1\":{\"103\":1}}],[\"connections\",{\"1\":{\"210\":1}}],[\"connection\",{\"1\":{\"80\":1,\"82\":2,\"84\":2,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":6,\"103\":18,\"131\":1,\"273\":1,\"276\":1,\"316\":1}}],[\"conventions\",{\"1\":{\"103\":1}}],[\"convention\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"convert\",{\"1\":{\"27\":1,\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"constants\",{\"1\":{\"235\":2,\"237\":1,\"238\":2,\"241\":4,\"242\":2,\"243\":2,\"245\":2,\"246\":2,\"257\":1}}],[\"constructive\",{\"1\":{\"106\":1}}],[\"constraints\",{\"1\":{\"103\":2,\"187\":1,\"282\":9}}],[\"constraint\",{\"0\":{\"282\":1},\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"282\":1}}],[\"cons\",{\"1\":{\"221\":1}}],[\"consists\",{\"1\":{\"294\":1}}],[\"consistent\",{\"1\":{\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"303\":1,\"306\":1}}],[\"consider\",{\"1\":{\"132\":1,\"151\":1,\"232\":1}}],[\"considered\",{\"1\":{\"106\":1}}],[\"console\",{\"0\":{\"199\":1},\"1\":{\"33\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":2,\"199\":1,\"200\":2}}],[\"conduct\",{\"0\":{\"104\":1},\"1\":{\"62\":1,\"72\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":3,\"106\":1,\"107\":1,\"108\":1,\"109\":1,\"110\":1,\"158\":1}}],[\"conditions\",{\"1\":{\"27\":2,\"31\":1,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":3,\"131\":1}}],[\"continent\",{\"1\":{\"210\":1}}],[\"continuous\",{\"1\":{\"191\":1}}],[\"contact\",{\"0\":{\"139\":1},\"1\":{\"132\":1,\"137\":2,\"139\":1}}],[\"contacting\",{\"1\":{\"109\":1}}],[\"containing\",{\"1\":{\"315\":1}}],[\"contains\",{\"1\":{\"142\":1,\"147\":1,\"291\":1}}],[\"containers\",{\"1\":{\"123\":1,\"149\":1,\"181\":1,\"279\":1,\"280\":1}}],[\"container\",{\"1\":{\"31\":1,\"103\":1,\"147\":1,\"276\":1,\"279\":2,\"280\":2,\"299\":2,\"320\":1}}],[\"contain\",{\"1\":{\"27\":1}}],[\"contra\",{\"0\":{\"217\":1},\"1\":{\"202\":1}}],[\"contract\",{\"1\":{\"131\":1}}],[\"contribute\",{\"1\":{\"117\":1}}],[\"contributes\",{\"1\":{\"106\":1}}],[\"contributors\",{\"0\":{\"114\":1,\"140\":1},\"1\":{\"105\":1,\"116\":1}}],[\"contributor\",{\"0\":{\"104\":1},\"1\":{\"107\":1,\"110\":2,\"112\":1,\"113\":1}}],[\"contributing\",{\"0\":{\"111\":1,\"151\":1},\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"111\":1,\"114\":1,\"117\":1,\"137\":1,\"158\":1}}],[\"contributions\",{\"1\":{\"103\":1,\"107\":1,\"115\":1,\"117\":2,\"132\":1}}],[\"contribution\",{\"0\":{\"114\":1,\"210\":1},\"1\":{\"44\":1,\"82\":1,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":4,\"151\":1}}],[\"control\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"conten\",{\"1\":{\"207\":1}}],[\"contents\",{\"0\":{\"158\":1},\"1\":{\"160\":1}}],[\"contentexcerpt\",{\"1\":{\"102\":1}}],[\"content\",{\"1\":{\"19\":1,\"32\":2,\"33\":1,\"36\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":6,\"204\":2,\"207\":1,\"211\":1,\"213\":1,\"227\":3,\"238\":2,\"282\":1,\"299\":2,\"306\":1}}],[\"context\",{\"1\":{\"2\":1,\"15\":2,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":2,\"282\":1,\"305\":1}}],[\"confusion\",{\"1\":{\"295\":1}}],[\"conf\",{\"1\":{\"275\":2}}],[\"conflicts\",{\"1\":{\"55\":1}}],[\"confidentiality\",{\"1\":{\"109\":1}}],[\"confirm\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"276\":1}}],[\"confirmation\",{\"1\":{\"46\":1,\"103\":1}}],[\"configmap\",{\"1\":{\"103\":1}}],[\"configured\",{\"1\":{\"175\":1}}],[\"configure\",{\"0\":{\"253\":1},\"1\":{\"31\":3,\"36\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":2,\"102\":3,\"103\":3,\"182\":2,\"234\":1,\"236\":1,\"285\":1}}],[\"configurations\",{\"1\":{\"153\":1,\"255\":1,\"263\":1}}],[\"configuration\",{\"0\":{\"245\":1},\"1\":{\"17\":1,\"31\":1,\"36\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":5,\"182\":1,\"256\":1,\"262\":1,\"275\":1,\"283\":2}}],[\"configurable\",{\"0\":{\"241\":1,\"242\":1},\"1\":{\"10\":1,\"18\":1,\"19\":1,\"31\":1,\"34\":2,\"36\":1}}],[\"config\",{\"0\":{\"234\":1,\"235\":1},\"1\":{\"2\":1,\"9\":1,\"12\":1,\"16\":2,\"17\":2,\"18\":4,\"19\":2,\"21\":1,\"24\":1,\"27\":1,\"43\":1,\"62\":3,\"69\":2,\"74\":5,\"76\":5,\"78\":5,\"80\":5,\"82\":10,\"84\":10,\"86\":12,\"88\":12,\"90\":12,\"92\":12,\"94\":12,\"96\":14,\"98\":14,\"100\":16,\"102\":16,\"103\":22}}],[\"confmap\",{\"1\":{\"21\":1}}],[\"ssh\",{\"1\":{\"103\":2,\"144\":1}}],[\"ssr\",{\"1\":{\"265\":1}}],[\"ssr>\",{\"1\":{\"103\":2}}],[\"ssri\",{\"1\":{\"43\":1}}],[\"svg\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":1,\"291\":1}}],[\"system\",{\"0\":{\"223\":1},\"1\":{\"191\":1,\"203\":1,\"275\":2,\"307\":1}}],[\"systems\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"276\":1}}],[\"syntax\",{\"1\":{\"64\":1,\"72\":2,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":2,\"161\":2}}],[\"synced\",{\"1\":{\"113\":1}}],[\"sync\",{\"1\":{\"16\":1}}],[\"syleguide\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"swap\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"sweetalert\",{\"1\":{\"37\":1,\"43\":1,\"103\":4}}],[\"switchgroupmemberrole\",{\"1\":{\"36\":1}}],[\"switch\",{\"1\":{\"19\":1,\"58\":1,\"62\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"182\":1,\"211\":1,\"283\":1,\"285\":1}}],[\"spans\",{\"1\":{\"298\":1}}],[\"spacing\",{\"1\":{\"102\":1}}],[\"spaces\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"108\":2}}],[\"space\",{\"1\":{\"19\":1,\"28\":1,\"34\":1,\"103\":1}}],[\"spin\",{\"1\":{\"276\":2}}],[\"spf\",{\"0\":{\"259\":1,\"260\":1},\"1\":{\"260\":1}}],[\"sprite\",{\"1\":{\"332\":1}}],[\"sprint\",{\"1\":{\"113\":1}}],[\"sprints\",{\"1\":{\"113\":1}}],[\"spread\",{\"1\":{\"137\":1}}],[\"sponsor\",{\"1\":{\"124\":1}}],[\"spontaneous\",{\"1\":{\"112\":1}}],[\"split\",{\"1\":{\"103\":5,\"293\":1}}],[\"speed\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"special\",{\"1\":{\"306\":1}}],[\"specified\",{\"1\":{\"103\":1}}],[\"specificity\",{\"1\":{\"302\":1}}],[\"specification\",{\"0\":{\"202\":1},\"1\":{\"158\":1}}],[\"specifications\",{\"1\":{\"142\":1}}],[\"specific\",{\"1\":{\"31\":1,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"109\":1,\"124\":1,\"185\":1,\"205\":2,\"211\":1,\"255\":1,\"279\":1,\"280\":1,\"283\":1}}],[\"specs\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":2}}],[\"spec\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":3,\"94\":4,\"96\":4,\"98\":4,\"100\":5,\"102\":6,\"103\":2,\"310\":1,\"315\":1}}],[\"spelling\",{\"1\":{\"42\":1}}],[\"scss\",{\"0\":{\"301\":1},\"1\":{\"158\":1,\"291\":1,\"293\":1,\"303\":1,\"304\":1}}],[\"scoped\",{\"1\":{\"304\":1}}],[\"scope\",{\"0\":{\"108\":1}}],[\"schema\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":4,\"188\":1,\"191\":1,\"282\":2}}],[\"schemas\",{\"1\":{\"43\":1,\"62\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":2}}],[\"screen\",{\"1\":{\"306\":1,\"319\":1}}],[\"screenshot\",{\"0\":{\"172\":1},\"1\":{\"103\":2,\"284\":1}}],[\"screenshots\",{\"0\":{\"133\":1,\"167\":1,\"169\":1},\"1\":{\"31\":1,\"133\":1,\"171\":1,\"174\":2}}],[\"scrub\",{\"1\":{\"102\":1}}],[\"scrollto\",{\"1\":{\"43\":1}}],[\"scroll\",{\"1\":{\"32\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1}}],[\"scrolling\",{\"1\":{\"32\":1,\"49\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":2,\"102\":2,\"103\":1}}],[\"scripts\",{\"1\":{\"17\":1,\"18\":1,\"19\":1,\"31\":1,\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"263\":1}}],[\"script\",{\"1\":{\"17\":1,\"19\":4,\"22\":1,\"23\":1,\"28\":2,\"31\":2,\"65\":2,\"68\":1,\"69\":1,\"74\":4,\"76\":4,\"78\":4,\"80\":4,\"82\":5,\"84\":6,\"86\":6,\"88\":6,\"90\":6,\"92\":6,\"94\":6,\"96\":6,\"98\":6,\"100\":6,\"102\":6,\"103\":3,\"261\":1,\"263\":1,\"315\":1}}],[\"scaffholding\",{\"1\":{\"27\":1}}],[\"smileys\",{\"1\":{\"27\":1}}],[\"smallest\",{\"1\":{\"294\":1}}],[\"smaller\",{\"1\":{\"103\":1,\"163\":1}}],[\"small\",{\"1\":{\"27\":1,\"31\":1,\"32\":1,\"103\":2,\"163\":1,\"291\":1,\"293\":1,\"306\":1}}],[\"smtp\",{\"1\":{\"17\":1,\"52\":1,\"182\":2,\"236\":3,\"261\":3}}],[\"sbcomp\",{\"1\":{\"19\":1}}],[\"snapshot\",{\"1\":{\"19\":3}}],[\"snapshots\",{\"1\":{\"11\":1,\"189\":1,\"266\":1}}],[\"shell\",{\"1\":{\"123\":1,\"274\":1,\"282\":8,\"283\":1}}],[\"shift\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"shield\",{\"1\":{\"62\":1,\"64\":2,\"65\":2,\"66\":1,\"67\":1,\"68\":2,\"69\":2,\"74\":13,\"76\":13,\"78\":13,\"80\":14,\"82\":14,\"84\":16,\"86\":17,\"88\":17,\"90\":17,\"92\":17,\"94\":17,\"96\":17,\"98\":17,\"100\":17,\"102\":17,\"103\":17}}],[\"shadows\",{\"1\":{\"303\":1}}],[\"sharing\",{\"1\":{\"117\":2}}],[\"share\",{\"1\":{\"326\":4}}],[\"shares\",{\"1\":{\"116\":1}}],[\"shared\",{\"1\":{\"62\":2,\"66\":1,\"68\":1,\"74\":5,\"76\":5,\"78\":5,\"80\":6,\"82\":6,\"84\":6,\"86\":6,\"88\":7,\"90\":7,\"92\":8,\"94\":9,\"96\":9,\"98\":9,\"100\":9,\"102\":9,\"103\":7,\"291\":1}}],[\"shall\",{\"1\":{\"36\":1,\"131\":2}}],[\"sh\",{\"1\":{\"19\":1,\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"282\":2}}],[\"should\",{\"1\":{\"103\":3,\"113\":1,\"117\":1,\"132\":1,\"178\":1,\"213\":1,\"293\":2,\"295\":1,\"299\":1,\"304\":1,\"306\":2,\"310\":1,\"313\":1}}],[\"shouted\",{\"1\":{\"103\":1}}],[\"shoutedby\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"shouts\",{\"1\":{\"80\":1,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"210\":1}}],[\"shout\",{\"1\":{\"8\":1,\"31\":1,\"88\":1,\"90\":1,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":3,\"102\":3,\"103\":5,\"207\":1}}],[\"shorthands\",{\"0\":{\"317\":1}}],[\"short\",{\"1\":{\"102\":1,\"141\":1}}],[\"shot\",{\"1\":{\"23\":1,\"319\":1}}],[\"shown\",{\"1\":{\"316\":1}}],[\"shows\",{\"1\":{\"221\":1,\"222\":1,\"319\":1}}],[\"showing\",{\"1\":{\"103\":1,\"106\":1,\"223\":1}}],[\"show\",{\"1\":{\"3\":1,\"11\":1,\"21\":1,\"27\":4,\"28\":1,\"29\":1,\"31\":3,\"45\":1,\"62\":2,\"80\":2,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":4,\"98\":5,\"100\":5,\"102\":5,\"103\":4,\"177\":1,\"205\":3,\"206\":8,\"210\":2,\"221\":4,\"222\":6,\"227\":1,\"238\":2,\"246\":1,\"282\":4,\"283\":4}}],[\"sfc\",{\"1\":{\"18\":3}}],[\"suggested\",{\"1\":{\"295\":1}}],[\"suggestions\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":2,\"102\":2,\"103\":1,\"113\":1,\"202\":1}}],[\"suggestion\",{\"1\":{\"48\":1}}],[\"surveys\",{\"1\":{\"218\":1,\"219\":1}}],[\"surprised\",{\"1\":{\"210\":1}}],[\"sure\",{\"1\":{\"113\":4,\"137\":1,\"149\":1,\"182\":1,\"248\":1,\"275\":1,\"276\":1,\"303\":1,\"309\":1,\"310\":1}}],[\"summer\",{\"1\":{\"116\":1}}],[\"summary\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"149\":1,\"150\":1}}],[\"such\",{\"1\":{\"106\":1,\"132\":1,\"291\":1,\"295\":1,\"303\":1,\"305\":2}}],[\"successful\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"supertest\",{\"1\":{\"103\":2}}],[\"supported\",{\"1\":{\"61\":1,\"62\":1,\"132\":1}}],[\"support\",{\"1\":{\"9\":1,\"19\":1,\"57\":1,\"102\":1,\"103\":1,\"117\":1,\"138\":1}}],[\"substantial\",{\"1\":{\"131\":1}}],[\"subscription\",{\"1\":{\"27\":2}}],[\"subscriptions\",{\"1\":{\"18\":1,\"27\":2,\"43\":1,\"66\":1,\"67\":3,\"74\":4,\"76\":4,\"78\":4,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4}}],[\"subject\",{\"1\":{\"131\":1}}],[\"sublicense\",{\"1\":{\"131\":1}}],[\"submodules\",{\"1\":{\"103\":2}}],[\"submodule\",{\"1\":{\"103\":1}}],[\"submits\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"submit\",{\"1\":{\"36\":1,\"102\":1,\"103\":2}}],[\"sub\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"291\":1}}],[\"subtree\",{\"1\":{\"19\":3,\"270\":4}}],[\"suites\",{\"1\":{\"19\":1}}],[\"src\",{\"0\":{\"337\":1},\"1\":{\"15\":1,\"188\":2,\"189\":1,\"282\":1}}],[\"similar\",{\"1\":{\"313\":1}}],[\"simpler\",{\"1\":{\"294\":1}}],[\"simple\",{\"1\":{\"191\":1,\"201\":1}}],[\"simplify\",{\"1\":{\"15\":1,\"103\":2}}],[\"since\",{\"1\":{\"310\":1}}],[\"single\",{\"0\":{\"315\":1},\"1\":{\"304\":1,\"310\":1,\"315\":1}}],[\"situation\",{\"1\":{\"188\":1}}],[\"silicon\",{\"0\":{\"122\":1,\"123\":1},\"1\":{\"122\":1,\"149\":1}}],[\"silence\",{\"1\":{\"103\":1}}],[\"size\",{\"1\":{\"103\":7,\"105\":1}}],[\"sizes\",{\"1\":{\"18\":1,\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"303\":1}}],[\"sign\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"204\":1}}],[\"signup\",{\"1\":{\"15\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3}}],[\"six\",{\"1\":{\"28\":1}}],[\"side\",{\"1\":{\"27\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"142\":2,\"160\":1,\"217\":1}}],[\"sirv\",{\"1\":{\"18\":1}}],[\"s\",{\"0\":{\"225\":1},\"1\":{\"8\":1,\"100\":1,\"102\":1,\"103\":2,\"109\":1,\"111\":1,\"116\":1,\"117\":1,\"164\":2,\"202\":1,\"204\":1,\"206\":1,\"207\":1,\"225\":2,\"270\":1,\"282\":1}}],[\"stop\",{\"1\":{\"103\":1}}],[\"story\",{\"1\":{\"102\":1,\"315\":1}}],[\"storybook\",{\"1\":{\"18\":3,\"19\":1,\"21\":1,\"43\":3,\"62\":7,\"64\":4,\"66\":4,\"67\":4,\"68\":8,\"69\":9,\"70\":4,\"72\":14,\"74\":54,\"76\":54,\"78\":54,\"80\":59,\"82\":59,\"84\":62,\"86\":62,\"88\":64,\"90\":64,\"92\":66,\"94\":69,\"96\":72,\"98\":72,\"100\":74,\"102\":77,\"103\":7,\"155\":1,\"265\":1,\"266\":7,\"269\":1,\"288\":7,\"311\":1,\"312\":2,\"313\":6,\"315\":1}}],[\"stories\",{\"1\":{\"19\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"266\":1}}],[\"stored\",{\"1\":{\"204\":1,\"303\":1}}],[\"store\",{\"1\":{\"8\":1,\"19\":1,\"103\":1,\"282\":1}}],[\"storage\",{\"1\":{\"2\":1,\"4\":1,\"6\":1,\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"265\":1}}],[\"sticky\",{\"1\":{\"103\":2}}],[\"still\",{\"1\":{\"9\":1,\"113\":1}}],[\"styling\",{\"1\":{\"102\":2,\"103\":2,\"302\":1,\"306\":1}}],[\"style=\",{\"1\":{\"168\":1,\"170\":1,\"174\":2,\"320\":1}}],[\"styleguide\",{\"0\":{\"290\":1},\"1\":{\"69\":1,\"72\":2,\"74\":3,\"76\":3,\"78\":3,\"80\":6,\"82\":6,\"84\":6,\"86\":6,\"88\":6,\"90\":6,\"92\":6,\"94\":7,\"96\":8,\"98\":8,\"100\":8,\"102\":8,\"103\":18,\"290\":2,\"296\":1}}],[\"stylesheet\",{\"1\":{\"307\":1}}],[\"styles\",{\"0\":{\"305\":1},\"1\":{\"31\":2,\"49\":1,\"302\":1,\"304\":3,\"305\":1,\"306\":2}}],[\"style\",{\"1\":{\"27\":2,\"31\":1,\"49\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"265\":1,\"266\":1,\"299\":1,\"302\":2,\"303\":1,\"315\":1,\"318\":1}}],[\"stylelint\",{\"1\":{\"18\":4,\"19\":1,\"265\":1,\"266\":1}}],[\"stub\",{\"1\":{\"103\":1}}],[\"students\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"stuff\",{\"0\":{\"173\":1},\"1\":{\"18\":1}}],[\"step\",{\"0\":{\"251\":1},\"1\":{\"36\":1,\"63\":1,\"67\":1,\"72\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"113\":2,\"203\":2}}],[\"steps\",{\"1\":{\"16\":1,\"199\":1,\"203\":1}}],[\"stretch\",{\"1\":{\"306\":1}}],[\"strength\",{\"1\":{\"103\":1}}],[\"strong\",{\"1\":{\"117\":1}}],[\"strategy\",{\"1\":{\"103\":1}}],[\"strings\",{\"1\":{\"316\":1}}],[\"string\",{\"1\":{\"27\":1,\"102\":1,\"103\":1,\"276\":1,\"316\":2}}],[\"strict\",{\"1\":{\"16\":1,\"19\":1}}],[\"structure\",{\"0\":{\"291\":1},\"1\":{\"19\":3,\"103\":1,\"190\":2,\"191\":1,\"203\":1,\"291\":1,\"299\":1,\"302\":1,\"307\":1,\"315\":1}}],[\"star\",{\"1\":{\"137\":1}}],[\"starting\",{\"1\":{\"283\":1,\"288\":2}}],[\"started\",{\"1\":{\"112\":1,\"153\":1,\"320\":1}}],[\"startup\",{\"1\":{\"103\":1}}],[\"start\",{\"0\":{\"149\":1},\"1\":{\"27\":1,\"28\":1,\"39\":1,\"62\":2,\"103\":2,\"113\":2,\"142\":1,\"149\":2,\"182\":4,\"197\":2,\"276\":1,\"287\":1,\"288\":2,\"313\":1,\"320\":1}}],[\"standup\",{\"1\":{\"116\":1}}],[\"standardized\",{\"1\":{\"147\":1}}],[\"standards\",{\"0\":{\"106\":1},\"1\":{\"107\":1}}],[\"standard\",{\"1\":{\"18\":1,\"62\":2,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":6}}],[\"stale\",{\"1\":{\"62\":2,\"72\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4}}],[\"stack\",{\"0\":{\"154\":1},\"1\":{\"41\":1,\"43\":1,\"62\":2,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2}}],[\"staging\",{\"0\":{\"250\":1},\"1\":{\"31\":1,\"103\":3,\"145\":2,\"251\":1}}],[\"stage\",{\"1\":{\"29\":2,\"31\":2,\"38\":1,\"39\":1,\"103\":1,\"145\":1,\"153\":1,\"250\":1,\"263\":1}}],[\"stages\",{\"1\":{\"5\":1}}],[\"state\",{\"1\":{\"199\":1,\"291\":1}}],[\"states\",{\"1\":{\"103\":1}}],[\"statements\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"193\":1}}],[\"statement\",{\"1\":{\"20\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"204\":1,\"228\":1}}],[\"stats\",{\"1\":{\"103\":1}}],[\"station\",{\"1\":{\"137\":1}}],[\"static\",{\"0\":{\"342\":1},\"1\":{\"103\":1,\"228\":1,\"265\":1,\"266\":2,\"333\":1}}],[\"statistics\",{\"1\":{\"9\":1,\"10\":1,\"62\":1,\"103\":1,\"206\":1,\"227\":2}}],[\"status\",{\"1\":{\"17\":2,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":6,\"206\":1}}],[\"seo\",{\"1\":{\"298\":1}}],[\"sexualized\",{\"1\":{\"106\":1}}],[\"sexual\",{\"1\":{\"105\":1,\"106\":1}}],[\"session\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"265\":1}}],[\"sessions\",{\"0\":{\"116\":1},\"1\":{\"80\":1,\"82\":1,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"112\":2,\"117\":1}}],[\"serve\",{\"1\":{\"286\":1}}],[\"servers\",{\"1\":{\"19\":1,\"191\":1,\"250\":1}}],[\"server\",{\"1\":{\"19\":1,\"62\":5,\"65\":1,\"66\":3,\"67\":2,\"68\":2,\"70\":1,\"74\":16,\"76\":19,\"78\":19,\"80\":23,\"82\":28,\"84\":29,\"86\":31,\"88\":31,\"90\":32,\"92\":32,\"94\":35,\"96\":37,\"98\":37,\"100\":39,\"102\":40,\"103\":45,\"142\":2,\"148\":1,\"190\":1,\"231\":3,\"248\":1,\"266\":8,\"275\":2,\"282\":1,\"287\":1,\"319\":1}}],[\"serving\",{\"1\":{\"231\":2}}],[\"services\",{\"1\":{\"103\":1,\"197\":2,\"198\":1}}],[\"service\",{\"0\":{\"320\":1},\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"182\":1,\"190\":1,\"204\":1,\"320\":1}}],[\"serialize\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"sensitive\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"sender\",{\"1\":{\"261\":1}}],[\"senders\",{\"1\":{\"259\":1}}],[\"send\",{\"1\":{\"42\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"151\":1,\"228\":1,\"258\":1,\"282\":2,\"325\":1}}],[\"sendnotification\",{\"1\":{\"42\":1}}],[\"sending\",{\"1\":{\"31\":1,\"40\":1,\"325\":1,\"326\":1}}],[\"sentence\",{\"1\":{\"120\":1,\"293\":1}}],[\"sentry\",{\"1\":{\"62\":1,\"63\":1,\"64\":3,\"65\":3,\"66\":1,\"67\":3,\"68\":3,\"69\":2,\"72\":1,\"74\":19,\"76\":19,\"78\":19,\"80\":22,\"82\":23,\"84\":24,\"86\":24,\"88\":24,\"90\":24,\"92\":25,\"94\":27,\"96\":27,\"98\":27,\"100\":28,\"102\":28,\"103\":1}}],[\"sent\",{\"1\":{\"16\":1,\"17\":1,\"236\":1}}],[\"sell\",{\"1\":{\"131\":1}}],[\"self\",{\"1\":{\"27\":1,\"100\":1,\"102\":1,\"117\":1,\"306\":1}}],[\"selector\",{\"1\":{\"261\":2,\"306\":1}}],[\"selectfile\",{\"1\":{\"27\":1}}],[\"selected\",{\"1\":{\"16\":1}}],[\"selection\",{\"1\":{\"16\":1}}],[\"select\",{\"1\":{\"8\":1,\"29\":1}}],[\"seems\",{\"1\":{\"283\":1}}],[\"see\",{\"1\":{\"113\":1,\"114\":1,\"116\":1,\"117\":1,\"120\":1,\"136\":1,\"149\":3,\"150\":1,\"153\":1,\"157\":1,\"160\":1,\"161\":1,\"182\":1,\"193\":1,\"199\":1,\"234\":1,\"236\":1,\"257\":1,\"261\":1,\"263\":1,\"279\":1,\"280\":2,\"283\":2,\"288\":1,\"289\":1,\"298\":1,\"302\":1,\"304\":1,\"306\":1,\"315\":1,\"316\":1,\"321\":1,\"323\":1}}],[\"seen\",{\"1\":{\"27\":3}}],[\"seeder\",{\"1\":{\"103\":1}}],[\"seeds\",{\"1\":{\"103\":4}}],[\"seeding\",{\"1\":{\"28\":1,\"36\":1,\"322\":1}}],[\"seed\",{\"0\":{\"186\":1,\"323\":1},\"1\":{\"4\":1,\"11\":2,\"16\":1,\"27\":4,\"28\":2,\"36\":1,\"103\":4,\"149\":2,\"184\":2,\"185\":1,\"186\":3,\"282\":1,\"323\":1}}],[\"section>\",{\"1\":{\"331\":3}}],[\"section\",{\"1\":{\"103\":3,\"331\":1}}],[\"secure\",{\"1\":{\"52\":1}}],[\"security\",{\"1\":{\"18\":2,\"27\":1,\"43\":10,\"62\":20,\"64\":3,\"67\":1,\"72\":1,\"74\":8,\"76\":8,\"78\":8,\"80\":8,\"82\":9,\"84\":9,\"86\":9,\"88\":9,\"90\":9,\"92\":9,\"94\":10,\"96\":10,\"98\":10,\"100\":11,\"102\":11,\"103\":10,\"261\":1,\"275\":1}}],[\"secondary>\",{\"1\":{\"331\":1}}],[\"second\",{\"1\":{\"31\":1,\"149\":2,\"164\":1,\"203\":1,\"316\":1}}],[\"secret\",{\"1\":{\"21\":1,\"103\":1}}],[\"secrets\",{\"1\":{\"21\":1,\"31\":2,\"103\":2}}],[\"september\",{\"1\":{\"21\":1,\"22\":1,\"23\":1,\"24\":1,\"37\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"101\":1,\"102\":1,\"103\":1}}],[\"separated\",{\"1\":{\"291\":1}}],[\"separately\",{\"1\":{\"109\":1}}],[\"separate\",{\"1\":{\"8\":1,\"16\":1,\"35\":1,\"103\":2,\"290\":1,\"293\":2}}],[\"searches\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"searchpost\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"search\",{\"0\":{\"212\":1},\"1\":{\"19\":2,\"21\":2,\"27\":4,\"29\":1,\"31\":2,\"33\":1,\"36\":1,\"39\":1,\"62\":1,\"64\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":2,\"134\":1,\"202\":1,\"212\":3,\"282\":4,\"326\":1}}],[\"semantic\",{\"0\":{\"298\":1},\"1\":{\"15\":1,\"17\":1,\"18\":1,\"33\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"298\":1,\"300\":1}}],[\"several\",{\"1\":{\"11\":1,\"103\":1,\"148\":1,\"250\":1,\"256\":1,\"262\":1,\"270\":1}}],[\"setactive\",{\"1\":{\"164\":1}}],[\"setting\",{\"1\":{\"17\":1,\"31\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"106\":1}}],[\"settings\",{\"1\":{\"16\":3,\"17\":2,\"28\":1,\"37\":1,\"41\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":1,\"219\":1,\"259\":1,\"283\":1}}],[\"setup\",{\"0\":{\"196\":1,\"197\":1},\"1\":{\"16\":2,\"17\":1,\"18\":5,\"31\":1,\"67\":1,\"69\":3,\"74\":4,\"76\":4,\"78\":4,\"80\":5,\"82\":5,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":6,\"142\":2,\"153\":1,\"182\":1,\"189\":1,\"196\":1,\"197\":1,\"198\":1,\"266\":1,\"285\":1}}],[\"set\",{\"0\":{\"112\":1},\"1\":{\"2\":1,\"16\":1,\"17\":2,\"18\":3,\"19\":1,\"27\":1,\"28\":1,\"31\":2,\"32\":1,\"42\":1,\"62\":5,\"67\":1,\"74\":4,\"76\":4,\"78\":4,\"80\":4,\"82\":4,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":4,\"123\":1,\"132\":1,\"153\":1,\"175\":1,\"186\":1,\"203\":2,\"216\":2,\"219\":1,\"226\":4,\"234\":1,\"235\":1,\"238\":1,\"239\":1,\"241\":1,\"242\":1,\"243\":1,\"245\":1,\"246\":1,\"248\":1,\"250\":1,\"251\":1,\"253\":1,\"255\":2,\"258\":1,\"261\":1,\"263\":3,\"278\":1,\"279\":1,\"280\":1,\"282\":2,\"283\":1,\"303\":1,\"321\":1,\"325\":2}}],[\"sledgehammer\",{\"1\":{\"103\":1}}],[\"sleep\",{\"1\":{\"102\":1}}],[\"slow\",{\"1\":{\"103\":1}}],[\"slotname\",{\"1\":{\"317\":1}}],[\"slot\",{\"1\":{\"16\":1,\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"317\":2}}],[\"slotsame\",{\"1\":{\"317\":1}}],[\"slots\",{\"1\":{\"9\":1,\"40\":1,\"317\":1}}],[\"slide\",{\"1\":{\"19\":1}}],[\"slider\",{\"1\":{\"3\":1,\"48\":1}}],[\"slurpfile\",{\"1\":{\"17\":1}}],[\"slug\",{\"1\":{\"2\":1,\"15\":1,\"18\":5,\"21\":1,\"27\":1,\"31\":1,\"34\":1,\"37\":2,\"43\":1,\"62\":1,\"69\":2,\"74\":6,\"76\":6,\"78\":6,\"80\":6,\"82\":6,\"84\":6,\"86\":6,\"88\":6,\"90\":6,\"92\":6,\"94\":6,\"96\":6,\"98\":6,\"100\":6,\"102\":9,\"103\":2,\"282\":1,\"326\":3}}],[\"say\",{\"1\":{\"305\":1}}],[\"sandbox\",{\"1\":{\"276\":1}}],[\"sanitize\",{\"1\":{\"9\":1,\"16\":1,\"17\":1,\"18\":3,\"19\":1,\"33\":1,\"65\":1,\"66\":1,\"70\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":4}}],[\"sample\",{\"1\":{\"120\":1}}],[\"same\",{\"1\":{\"27\":1,\"182\":1,\"190\":1,\"304\":1,\"306\":2,\"315\":1}}],[\"safe\",{\"1\":{\"103\":1}}],[\"safari\",{\"1\":{\"2\":1,\"18\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"save\",{\"1\":{\"28\":1,\"31\":1,\"37\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"326\":2}}],[\"saved\",{\"1\":{\"3\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1}}],[\"sass\",{\"1\":{\"16\":1,\"17\":1,\"18\":6,\"62\":3,\"72\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":5}}],[\"soes784hpefl\",{\"1\":{\"325\":2}}],[\"solid\",{\"1\":{\"178\":1}}],[\"solving\",{\"1\":{\"113\":1}}],[\"solve\",{\"1\":{\"113\":1}}],[\"solution\",{\"0\":{\"171\":1},\"1\":{\"28\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"soon\",{\"1\":{\"103\":1}}],[\"software\",{\"1\":{\"112\":1,\"117\":1,\"131\":9,\"132\":1,\"137\":1,\"138\":1,\"147\":2}}],[\"soft\",{\"1\":{\"103\":1}}],[\"sorting\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":3}}],[\"sort\",{\"1\":{\"33\":1,\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"210\":4,\"288\":1}}],[\"sound\",{\"1\":{\"207\":1}}],[\"soundcloud\",{\"1\":{\"28\":1,\"29\":1,\"43\":1,\"62\":1,\"64\":1,\"65\":1,\"66\":1,\"67\":1,\"68\":1,\"69\":1,\"72\":2,\"74\":12,\"76\":14,\"78\":14,\"80\":14,\"82\":15,\"84\":15,\"86\":17,\"88\":17,\"90\":17,\"92\":18,\"94\":18,\"96\":18,\"98\":18,\"100\":19,\"102\":19,\"103\":4}}],[\"source\",{\"0\":{\"114\":1},\"1\":{\"2\":1,\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"113\":1,\"117\":2,\"132\":1,\"152\":1,\"202\":1,\"210\":1,\"270\":1,\"273\":1}}],[\"so\",{\"1\":{\"17\":1,\"51\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"111\":1,\"117\":2,\"124\":1,\"131\":1,\"132\":2,\"185\":1,\"193\":1,\"196\":1,\"198\":1,\"275\":1,\"278\":1,\"294\":1,\"303\":1}}],[\"socialmedia\",{\"1\":{\"103\":2}}],[\"social\",{\"0\":{\"132\":1,\"149\":1,\"170\":1},\"1\":{\"15\":1,\"18\":1,\"19\":2,\"29\":1,\"31\":1,\"32\":1,\"38\":1,\"39\":1,\"40\":1,\"62\":1,\"103\":4,\"108\":1,\"109\":1,\"111\":1,\"113\":2,\"116\":1,\"131\":1,\"132\":3,\"134\":1,\"137\":8,\"139\":2,\"141\":1,\"144\":6,\"145\":1,\"153\":1,\"170\":1,\"182\":1,\"183\":4,\"185\":1,\"186\":1,\"187\":2,\"188\":1,\"189\":2,\"202\":3,\"203\":1,\"205\":1,\"263\":1,\"273\":1,\"290\":1,\"313\":1,\"322\":1}}],[\"someone\",{\"1\":{\"117\":1}}],[\"something\",{\"1\":{\"113\":1,\"293\":1,\"317\":2}}],[\"sometimes\",{\"1\":{\"103\":1,\"117\":1,\"260\":1,\"305\":1,\"306\":3}}],[\"somewhere\",{\"1\":{\"11\":1}}],[\"some\",{\"0\":{\"162\":1,\"173\":1,\"201\":1},\"1\":{\"2\":1,\"15\":2,\"16\":1,\"19\":2,\"62\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"112\":1,\"132\":1,\"182\":1,\"184\":1,\"185\":1,\"255\":1,\"281\":1,\"321\":1}}],[\"s3\",{\"1\":{\"2\":3,\"4\":1,\"5\":1,\"8\":1,\"9\":2,\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"sdk\",{\"1\":{\"2\":3,\"4\":2,\"5\":1,\"6\":1,\"9\":1,\"18\":3,\"23\":1,\"62\":5,\"63\":1,\"74\":6,\"76\":6,\"78\":6,\"80\":6,\"82\":6,\"84\":6,\"86\":6,\"88\":6,\"90\":6,\"92\":6,\"94\":6,\"96\":6,\"98\":6,\"100\":6,\"102\":6}}],[\"03\",{\"1\":{\"330\":2}}],[\"09\",{\"1\":{\"326\":2}}],[\"0dce83b\",{\"1\":{\"103\":2}}],[\"0c2a228\",{\"1\":{\"103\":1}}],[\"0fae7a2\",{\"1\":{\"103\":2}}],[\"01t09\",{\"1\":{\"326\":2}}],[\"01\",{\"1\":{\"19\":3}}],[\"08\",{\"1\":{\"18\":1,\"330\":2}}],[\"08f571653184e9ff3d598bdda53ffd4ed00ed562\",{\"1\":{\"18\":2}}],[\"02dcc22\",{\"1\":{\"103\":1}}],[\"02\",{\"1\":{\"18\":4}}],[\"07\",{\"1\":{\"18\":1}}],[\"04\",{\"1\":{\"18\":4}}],[\"05\",{\"1\":{\"18\":1}}],[\"06\",{\"1\":{\"18\":2}}],[\"0\",{\"0\":{\"103\":1,\"233\":2,\"236\":2,\"237\":2,\"238\":2,\"240\":2,\"244\":4,\"246\":2,\"247\":2,\"248\":1,\"249\":2,\"252\":2,\"254\":2},\"1\":{\"2\":18,\"4\":14,\"5\":6,\"6\":6,\"8\":1,\"9\":16,\"11\":1,\"15\":1,\"16\":24,\"17\":33,\"18\":222,\"19\":93,\"20\":4,\"21\":18,\"22\":1,\"23\":4,\"24\":1,\"25\":1,\"26\":1,\"27\":13,\"28\":16,\"29\":14,\"31\":22,\"32\":2,\"33\":1,\"34\":1,\"35\":1,\"37\":9,\"38\":1,\"39\":1,\"40\":1,\"41\":6,\"42\":2,\"43\":45,\"44\":1,\"45\":1,\"48\":2,\"62\":90,\"63\":17,\"64\":52,\"65\":18,\"66\":45,\"67\":19,\"68\":16,\"69\":39,\"70\":12,\"72\":40,\"74\":373,\"76\":385,\"78\":401,\"80\":452,\"82\":486,\"84\":523,\"86\":562,\"88\":570,\"90\":574,\"92\":587,\"94\":614,\"96\":633,\"98\":641,\"100\":672,\"102\":700,\"103\":695,\"148\":1,\"156\":1,\"182\":4,\"251\":6,\"272\":1}}],[\"5s8srweheau1bkgcozfd8d4bu\",{\"1\":{\"325\":2}}],[\"5ecee4d\",{\"1\":{\"60\":1}}],[\"52\",{\"1\":{\"103\":1}}],[\"522\",{\"1\":{\"103\":1}}],[\"5224\",{\"1\":{\"36\":1}}],[\"528\",{\"1\":{\"103\":1}}],[\"5284\",{\"1\":{\"37\":1}}],[\"527\",{\"1\":{\"103\":1}}],[\"526\",{\"1\":{\"103\":1}}],[\"5261\",{\"1\":{\"37\":1}}],[\"523\",{\"1\":{\"103\":1}}],[\"529\",{\"1\":{\"103\":1}}],[\"524\",{\"1\":{\"103\":1}}],[\"5248\",{\"1\":{\"37\":1}}],[\"520\",{\"1\":{\"103\":1}}],[\"5206\",{\"1\":{\"37\":1}}],[\"5208\",{\"1\":{\"37\":1}}],[\"521\",{\"1\":{\"103\":1}}],[\"5211\",{\"1\":{\"37\":1}}],[\"5218\",{\"1\":{\"37\":1}}],[\"5217\",{\"1\":{\"37\":1}}],[\"5253\",{\"1\":{\"37\":1}}],[\"58\",{\"1\":{\"103\":1}}],[\"580\",{\"1\":{\"103\":1}}],[\"587\",{\"1\":{\"103\":1}}],[\"585\",{\"1\":{\"103\":1}}],[\"5842\",{\"1\":{\"32\":1}}],[\"5843\",{\"0\":{\"239\":1},\"1\":{\"32\":1}}],[\"5897\",{\"1\":{\"32\":1}}],[\"5884\",{\"1\":{\"32\":1}}],[\"516\",{\"1\":{\"103\":1}}],[\"5168\",{\"1\":{\"37\":1}}],[\"515\",{\"1\":{\"103\":1}}],[\"512\",{\"1\":{\"103\":1}}],[\"5101\",{\"1\":{\"38\":1}}],[\"5102\",{\"1\":{\"38\":1}}],[\"514\",{\"1\":{\"103\":1}}],[\"5145\",{\"1\":{\"38\":1}}],[\"5143\",{\"1\":{\"37\":1}}],[\"5148\",{\"1\":{\"36\":1}}],[\"518\",{\"1\":{\"103\":1}}],[\"5182\",{\"1\":{\"37\":1}}],[\"5185\",{\"1\":{\"36\":1}}],[\"517\",{\"1\":{\"103\":1}}],[\"5174\",{\"1\":{\"37\":1}}],[\"5170\",{\"1\":{\"37\":1}}],[\"519\",{\"1\":{\"103\":1}}],[\"5191\",{\"1\":{\"37\":1}}],[\"5193\",{\"1\":{\"37\":1}}],[\"5198\",{\"1\":{\"37\":1}}],[\"5199\",{\"1\":{\"36\":1}}],[\"5197\",{\"1\":{\"36\":1}}],[\"513\",{\"1\":{\"103\":1}}],[\"5139\",{\"1\":{\"36\":1}}],[\"5132\",{\"1\":{\"35\":1}}],[\"5138\",{\"1\":{\"32\":1}}],[\"51\",{\"1\":{\"31\":1,\"103\":1}}],[\"501\",{\"1\":{\"103\":1}}],[\"500\",{\"1\":{\"103\":2}}],[\"506\",{\"1\":{\"103\":1}}],[\"504\",{\"1\":{\"103\":1}}],[\"5034\",{\"1\":{\"40\":1}}],[\"5038\",{\"1\":{\"40\":1}}],[\"505\",{\"1\":{\"103\":1}}],[\"5058\",{\"1\":{\"40\":1}}],[\"5059\",{\"1\":{\"35\":1,\"36\":1}}],[\"507\",{\"1\":{\"103\":1}}],[\"5076\",{\"1\":{\"39\":1}}],[\"5078\",{\"1\":{\"39\":1}}],[\"5073\",{\"1\":{\"39\":1}}],[\"5079\",{\"1\":{\"39\":1}}],[\"508\",{\"1\":{\"103\":1}}],[\"5088\",{\"1\":{\"39\":1}}],[\"5080\",{\"1\":{\"39\":1}}],[\"5090\",{\"1\":{\"39\":1}}],[\"5091\",{\"1\":{\"39\":1}}],[\"5095\",{\"1\":{\"39\":1}}],[\"5097\",{\"1\":{\"38\":1}}],[\"50\",{\"1\":{\"31\":1}}],[\"562fddb\",{\"1\":{\"103\":1}}],[\"562\",{\"1\":{\"103\":1}}],[\"568\",{\"1\":{\"103\":1}}],[\"565\",{\"1\":{\"103\":1}}],[\"5652\",{\"1\":{\"33\":1}}],[\"569\",{\"1\":{\"103\":1}}],[\"5699\",{\"1\":{\"33\":1}}],[\"564\",{\"1\":{\"103\":1}}],[\"566\",{\"1\":{\"103\":1}}],[\"5661\",{\"1\":{\"33\":1}}],[\"567\",{\"1\":{\"103\":1}}],[\"5674\",{\"1\":{\"33\":1}}],[\"5600\",{\"1\":{\"34\":1}}],[\"5607\",{\"1\":{\"34\":1}}],[\"5610\",{\"1\":{\"34\":1}}],[\"5631\",{\"1\":{\"33\":1}}],[\"5635\",{\"1\":{\"33\":1}}],[\"5634\",{\"1\":{\"33\":1}}],[\"5637\",{\"1\":{\"33\":1}}],[\"56\",{\"0\":{\"250\":1},\"1\":{\"31\":1,\"103\":1}}],[\"598\",{\"1\":{\"103\":1}}],[\"5909\",{\"1\":{\"32\":1}}],[\"592\",{\"1\":{\"103\":1}}],[\"5923\",{\"1\":{\"32\":1}}],[\"5926\",{\"1\":{\"32\":1}}],[\"5910\",{\"1\":{\"32\":1}}],[\"594\",{\"1\":{\"103\":1}}],[\"5949\",{\"1\":{\"32\":1}}],[\"5943\",{\"1\":{\"32\":1}}],[\"595\",{\"1\":{\"103\":1}}],[\"5950\",{\"1\":{\"32\":1}}],[\"5952\",{\"1\":{\"32\":1}}],[\"5956\",{\"1\":{\"32\":1}}],[\"5957\",{\"1\":{\"32\":1}}],[\"5958\",{\"1\":{\"32\":1}}],[\"59\",{\"1\":{\"31\":1,\"103\":1}}],[\"596\",{\"1\":{\"103\":1}}],[\"5961\",{\"1\":{\"32\":1}}],[\"5964\",{\"1\":{\"31\":1}}],[\"5968\",{\"1\":{\"31\":1}}],[\"597\",{\"1\":{\"103\":1}}],[\"5971\",{\"1\":{\"31\":1}}],[\"5975\",{\"1\":{\"31\":1}}],[\"5996\",{\"1\":{\"31\":1}}],[\"532\",{\"1\":{\"103\":1}}],[\"538\",{\"1\":{\"103\":1}}],[\"5380\",{\"1\":{\"36\":1}}],[\"530\",{\"1\":{\"103\":1}}],[\"5301\",{\"1\":{\"37\":1}}],[\"536\",{\"1\":{\"103\":1}}],[\"5368\",{\"1\":{\"36\":1}}],[\"535\",{\"1\":{\"103\":1}}],[\"5350\",{\"1\":{\"37\":1}}],[\"531\",{\"1\":{\"103\":1}}],[\"5319\",{\"1\":{\"37\":1}}],[\"5317\",{\"1\":{\"36\":1}}],[\"539\",{\"1\":{\"103\":1}}],[\"5390\",{\"1\":{\"37\":1}}],[\"5392\",{\"1\":{\"37\":1}}],[\"5334\",{\"1\":{\"37\":1}}],[\"5332\",{\"1\":{\"36\":1}}],[\"5335\",{\"1\":{\"36\":1}}],[\"5345\",{\"1\":{\"36\":1}}],[\"53\",{\"1\":{\"19\":1,\"31\":1,\"103\":2}}],[\"549\",{\"1\":{\"103\":1}}],[\"5491\",{\"1\":{\"36\":1}}],[\"545\",{\"1\":{\"103\":1}}],[\"548\",{\"1\":{\"103\":1}}],[\"5489\",{\"1\":{\"36\":1}}],[\"546\",{\"1\":{\"103\":1}}],[\"5468\",{\"1\":{\"36\":1}}],[\"540\",{\"1\":{\"103\":1}}],[\"5408\",{\"1\":{\"36\":1}}],[\"547\",{\"1\":{\"103\":1}}],[\"543\",{\"1\":{\"103\":1}}],[\"544\",{\"1\":{\"103\":1}}],[\"5411\",{\"1\":{\"36\":1}}],[\"5419\",{\"1\":{\"36\":1}}],[\"5418\",{\"1\":{\"36\":1}}],[\"54\",{\"1\":{\"19\":1,\"103\":1}}],[\"551\",{\"1\":{\"103\":1}}],[\"5512\",{\"1\":{\"36\":1}}],[\"556\",{\"1\":{\"103\":1}}],[\"550\",{\"1\":{\"103\":1}}],[\"5503\",{\"1\":{\"36\":1}}],[\"5508\",{\"1\":{\"36\":1}}],[\"5527\",{\"1\":{\"36\":1}}],[\"5525\",{\"0\":{\"245\":1},\"1\":{\"36\":1}}],[\"5524\",{\"1\":{\"36\":1}}],[\"5547\",{\"0\":{\"246\":1}}],[\"5543\",{\"1\":{\"36\":1}}],[\"5546\",{\"1\":{\"34\":1}}],[\"555\",{\"0\":{\"236\":1}}],[\"5559\",{\"1\":{\"35\":1}}],[\"5552\",{\"1\":{\"35\":1}}],[\"5574\",{\"1\":{\"35\":1}}],[\"5579\",{\"0\":{\"243\":1},\"1\":{\"34\":1}}],[\"558\",{\"1\":{\"103\":1}}],[\"5582\",{\"1\":{\"34\":1}}],[\"5584\",{\"1\":{\"34\":1}}],[\"5583\",{\"1\":{\"34\":1}}],[\"559\",{\"1\":{\"103\":1}}],[\"5596\",{\"1\":{\"34\":1}}],[\"5593\",{\"0\":{\"242\":1},\"1\":{\"34\":1}}],[\"5591\",{\"1\":{\"34\":1}}],[\"5599\",{\"1\":{\"34\":1}}],[\"5590\",{\"0\":{\"241\":1},\"1\":{\"34\":1}}],[\"5597\",{\"1\":{\"34\":1}}],[\"55\",{\"1\":{\"19\":1,\"103\":1}}],[\"574\",{\"1\":{\"103\":1}}],[\"575\",{\"1\":{\"103\":1}}],[\"579\",{\"1\":{\"103\":1}}],[\"573\",{\"1\":{\"103\":1}}],[\"5711\",{\"1\":{\"33\":1}}],[\"5703\",{\"1\":{\"33\":1}}],[\"5707\",{\"1\":{\"33\":1}}],[\"5709\",{\"1\":{\"33\":1}}],[\"5768\",{\"1\":{\"33\":1}}],[\"57\",{\"1\":{\"18\":3,\"31\":1,\"103\":1}}],[\"5\",{\"1\":{\"2\":3,\"4\":1,\"12\":1,\"13\":1,\"14\":1,\"15\":1,\"16\":3,\"17\":12,\"18\":60,\"19\":20,\"21\":3,\"23\":1,\"27\":2,\"28\":10,\"29\":10,\"30\":1,\"31\":2,\"33\":1,\"37\":2,\"43\":22,\"62\":66,\"63\":2,\"64\":17,\"65\":18,\"66\":38,\"67\":30,\"68\":48,\"69\":66,\"70\":16,\"71\":6,\"72\":94,\"74\":487,\"76\":531,\"78\":534,\"80\":567,\"82\":581,\"84\":594,\"86\":650,\"88\":660,\"90\":661,\"92\":675,\"94\":689,\"96\":699,\"98\":700,\"100\":741,\"102\":781,\"103\":358}}],[\"1ebfb41781aa0fae446773941d0b3025198fc1a9\",{\"1\":{\"18\":1}}],[\"1c7b2db92075f828bee89d7e19d33a911d15e7b3\",{\"1\":{\"18\":2}}],[\"1b916f2cf6c36510a6059943104e3c42ce6c16bc\",{\"1\":{\"18\":1}}],[\"13c6743\",{\"1\":{\"103\":2}}],[\"130\",{\"1\":{\"103\":2}}],[\"1300\",{\"1\":{\"103\":1}}],[\"1301\",{\"1\":{\"103\":1}}],[\"1304\",{\"1\":{\"103\":1}}],[\"1302\",{\"1\":{\"103\":1}}],[\"1308\",{\"1\":{\"103\":5}}],[\"1309\",{\"1\":{\"103\":1}}],[\"1305\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"131\",{\"1\":{\"103\":2}}],[\"1316\",{\"1\":{\"103\":2}}],[\"1315\",{\"1\":{\"103\":5}}],[\"1314\",{\"1\":{\"103\":2}}],[\"1318\",{\"1\":{\"103\":1}}],[\"1319\",{\"1\":{\"103\":1}}],[\"132\",{\"1\":{\"103\":1}}],[\"1324\",{\"1\":{\"103\":1}}],[\"1325\",{\"1\":{\"103\":1}}],[\"1322\",{\"1\":{\"103\":1}}],[\"1326\",{\"1\":{\"103\":1}}],[\"1328\",{\"1\":{\"103\":1}}],[\"1329\",{\"1\":{\"103\":1}}],[\"1320\",{\"1\":{\"103\":1}}],[\"1327\",{\"1\":{\"103\":1}}],[\"1323\",{\"1\":{\"103\":1}}],[\"1321\",{\"1\":{\"103\":1}}],[\"134\",{\"1\":{\"103\":2}}],[\"1341\",{\"1\":{\"103\":1}}],[\"1342\",{\"1\":{\"103\":1}}],[\"1345\",{\"1\":{\"103\":1}}],[\"1344\",{\"1\":{\"103\":1}}],[\"1346\",{\"1\":{\"103\":1}}],[\"1346`\",{\"1\":{\"103\":1}}],[\"1343\",{\"1\":{\"103\":1}}],[\"1340\",{\"1\":{\"103\":1}}],[\"1349\",{\"1\":{\"103\":1}}],[\"1348\",{\"1\":{\"103\":1}}],[\"1333\",{\"1\":{\"103\":2}}],[\"1336\",{\"1\":{\"103\":1}}],[\"1330\",{\"1\":{\"103\":1}}],[\"1339\",{\"1\":{\"103\":1}}],[\"1338\",{\"1\":{\"103\":1}}],[\"1334\",{\"1\":{\"103\":1}}],[\"136\",{\"1\":{\"103\":1}}],[\"1366\",{\"1\":{\"103\":1}}],[\"1368\",{\"1\":{\"103\":1}}],[\"1350\",{\"1\":{\"103\":1}}],[\"1354\",{\"1\":{\"103\":1}}],[\"1358\",{\"1\":{\"103\":1}}],[\"1356\",{\"1\":{\"103\":1}}],[\"1351\",{\"1\":{\"103\":1}}],[\"137\",{\"1\":{\"103\":1}}],[\"1370\",{\"1\":{\"103\":1}}],[\"1372\",{\"1\":{\"103\":1}}],[\"1371\",{\"1\":{\"103\":1}}],[\"1375\",{\"1\":{\"103\":1}}],[\"1377\",{\"1\":{\"103\":1}}],[\"1379\",{\"1\":{\"103\":1}}],[\"1376\",{\"1\":{\"103\":1}}],[\"138\",{\"1\":{\"103\":2}}],[\"1380\",{\"1\":{\"103\":1}}],[\"1383\",{\"1\":{\"103\":1}}],[\"1387\",{\"1\":{\"103\":1}}],[\"1382\",{\"1\":{\"103\":1}}],[\"1384\",{\"1\":{\"103\":1}}],[\"1386\",{\"1\":{\"103\":1}}],[\"1389\",{\"1\":{\"103\":1}}],[\"1381\",{\"1\":{\"103\":1}}],[\"1385\",{\"1\":{\"103\":1}}],[\"1388\",{\"1\":{\"103\":1}}],[\"139\",{\"1\":{\"103\":1}}],[\"1392\",{\"1\":{\"103\":1}}],[\"1398\",{\"1\":{\"103\":1}}],[\"1397\",{\"1\":{\"103\":1}}],[\"1399\",{\"1\":{\"103\":1}}],[\"1393\",{\"1\":{\"103\":1}}],[\"1394\",{\"1\":{\"103\":5}}],[\"13\",{\"1\":{\"6\":4,\"16\":1,\"17\":5,\"18\":25,\"19\":22,\"22\":1,\"27\":1,\"28\":2,\"64\":2,\"65\":2,\"66\":6,\"67\":5,\"72\":2,\"74\":44,\"76\":49,\"77\":1,\"78\":51,\"80\":54,\"82\":56,\"83\":1,\"84\":56,\"86\":59,\"88\":59,\"90\":59,\"92\":60,\"94\":60,\"96\":60,\"98\":60,\"100\":60,\"102\":60,\"103\":23}}],[\"140\",{\"1\":{\"103\":1}}],[\"1401\",{\"1\":{\"103\":1}}],[\"1402\",{\"1\":{\"103\":1}}],[\"1403\",{\"1\":{\"103\":1}}],[\"1404\",{\"1\":{\"103\":1}}],[\"1408\",{\"1\":{\"103\":1}}],[\"1409\",{\"1\":{\"103\":1}}],[\"1407\",{\"1\":{\"103\":1}}],[\"1400\",{\"1\":{\"103\":1}}],[\"1406\",{\"1\":{\"103\":1}}],[\"141\",{\"1\":{\"103\":1}}],[\"1411\",{\"1\":{\"103\":1}}],[\"1410\",{\"1\":{\"103\":1}}],[\"1418\",{\"1\":{\"103\":1}}],[\"1419\",{\"1\":{\"103\":1}}],[\"1416\",{\"1\":{\"103\":1}}],[\"1417\",{\"1\":{\"103\":1}}],[\"1414\",{\"1\":{\"103\":3}}],[\"1427\",{\"1\":{\"103\":1}}],[\"1420\",{\"1\":{\"103\":1}}],[\"1421\",{\"1\":{\"103\":1}}],[\"1424\",{\"1\":{\"103\":1}}],[\"1423\",{\"1\":{\"103\":1}}],[\"1429\",{\"1\":{\"103\":1}}],[\"1428\",{\"1\":{\"103\":1}}],[\"1426\",{\"1\":{\"103\":1}}],[\"1425\",{\"1\":{\"23\":1}}],[\"1437\",{\"1\":{\"103\":1}}],[\"1436\",{\"1\":{\"103\":1}}],[\"1435\",{\"1\":{\"103\":1}}],[\"1434\",{\"1\":{\"103\":1}}],[\"1432\",{\"1\":{\"103\":1}}],[\"1431\",{\"1\":{\"103\":1}}],[\"1430\",{\"1\":{\"103\":1}}],[\"1433\",{\"1\":{\"103\":1}}],[\"1439\",{\"1\":{\"103\":1}}],[\"1464\",{\"1\":{\"103\":1}}],[\"1460\",{\"1\":{\"103\":1}}],[\"1461\",{\"1\":{\"103\":1}}],[\"145\",{\"1\":{\"103\":2}}],[\"1451\",{\"1\":{\"103\":1}}],[\"1453\",{\"1\":{\"103\":1}}],[\"1452\",{\"1\":{\"103\":1}}],[\"1450\",{\"1\":{\"103\":1}}],[\"1459\",{\"1\":{\"103\":1}}],[\"1458\",{\"1\":{\"103\":1}}],[\"1443\",{\"1\":{\"103\":1}}],[\"1445\",{\"1\":{\"103\":1}}],[\"1440\",{\"1\":{\"103\":1}}],[\"1442\",{\"1\":{\"103\":1}}],[\"1448\",{\"1\":{\"103\":1}}],[\"1444\",{\"1\":{\"103\":1}}],[\"1447\",{\"1\":{\"103\":1}}],[\"1446\",{\"1\":{\"103\":1}}],[\"147\",{\"1\":{\"103\":1}}],[\"1475\",{\"1\":{\"103\":1}}],[\"1474\",{\"1\":{\"103\":1}}],[\"1477\",{\"1\":{\"103\":1}}],[\"1478\",{\"1\":{\"103\":1}}],[\"1476\",{\"1\":{\"103\":1}}],[\"1473\",{\"1\":{\"103\":1}}],[\"1479\",{\"1\":{\"103\":3}}],[\"1480\",{\"1\":{\"103\":1}}],[\"1483\",{\"1\":{\"103\":1}}],[\"1482\",{\"1\":{\"103\":1}}],[\"1481\",{\"1\":{\"103\":1}}],[\"1484\",{\"1\":{\"103\":1}}],[\"1487\",{\"1\":{\"103\":1}}],[\"1486\",{\"1\":{\"102\":3}}],[\"149\",{\"1\":{\"103\":2}}],[\"1496\",{\"1\":{\"103\":1}}],[\"1495\",{\"1\":{\"103\":1}}],[\"1499\",{\"1\":{\"103\":1}}],[\"1498\",{\"1\":{\"103\":1}}],[\"1497\",{\"1\":{\"103\":1}}],[\"1492\",{\"1\":{\"103\":1}}],[\"1493\",{\"1\":{\"103\":1}}],[\"1490\",{\"1\":{\"103\":1}}],[\"14\",{\"1\":{\"5\":2,\"16\":10,\"17\":4,\"18\":7,\"19\":2,\"27\":2,\"28\":1,\"31\":1,\"43\":3,\"62\":6,\"64\":8,\"65\":4,\"66\":5,\"67\":1,\"69\":4,\"74\":24,\"76\":26,\"78\":26,\"80\":26,\"82\":27,\"84\":29,\"86\":53,\"88\":53,\"90\":53,\"92\":53,\"94\":53,\"96\":53,\"98\":53,\"100\":55,\"102\":61,\"103\":70}}],[\"110\",{\"1\":{\"103\":1}}],[\"1104\",{\"1\":{\"103\":1}}],[\"1100\",{\"1\":{\"103\":1}}],[\"1101\",{\"1\":{\"103\":1}}],[\"1103\",{\"1\":{\"103\":1}}],[\"1105\",{\"1\":{\"103\":1}}],[\"1108\",{\"1\":{\"103\":1}}],[\"1106\",{\"1\":{\"103\":1}}],[\"1102\",{\"1\":{\"103\":1}}],[\"111\",{\"1\":{\"103\":1}}],[\"1111\",{\"1\":{\"103\":1}}],[\"1113\",{\"1\":{\"103\":1}}],[\"1114\",{\"1\":{\"103\":1}}],[\"1115\",{\"1\":{\"103\":1}}],[\"1116\",{\"1\":{\"103\":1}}],[\"1118\",{\"1\":{\"103\":1}}],[\"1117\",{\"1\":{\"103\":1}}],[\"112\",{\"1\":{\"103\":1}}],[\"1126\",{\"1\":{\"103\":1}}],[\"1129\",{\"1\":{\"103\":1}}],[\"1127\",{\"1\":{\"103\":1}}],[\"1128\",{\"1\":{\"103\":1}}],[\"1144\",{\"1\":{\"103\":1}}],[\"1141\",{\"1\":{\"103\":1}}],[\"1148\",{\"1\":{\"103\":1}}],[\"1146\",{\"1\":{\"103\":1}}],[\"1149\",{\"1\":{\"103\":1}}],[\"1145\",{\"1\":{\"103\":1}}],[\"1147\",{\"1\":{\"103\":1}}],[\"1130\",{\"1\":{\"103\":1}}],[\"1131\",{\"1\":{\"103\":1}}],[\"1132\",{\"1\":{\"103\":1}}],[\"1138\",{\"1\":{\"103\":1}}],[\"1137\",{\"1\":{\"103\":1}}],[\"1136\",{\"1\":{\"103\":1}}],[\"1139\",{\"1\":{\"103\":1}}],[\"1135\",{\"1\":{\"103\":1}}],[\"1133\",{\"1\":{\"103\":1,\"115\":1}}],[\"1167\",{\"1\":{\"103\":1}}],[\"1166\",{\"1\":{\"103\":1}}],[\"1165\",{\"1\":{\"103\":1}}],[\"1164\",{\"1\":{\"103\":1}}],[\"1162\",{\"1\":{\"103\":1}}],[\"1161\",{\"1\":{\"103\":1}}],[\"1163\",{\"1\":{\"103\":1}}],[\"1160\",{\"1\":{\"103\":1}}],[\"1169\",{\"1\":{\"103\":1}}],[\"115\",{\"1\":{\"103\":2}}],[\"1155\",{\"1\":{\"103\":1}}],[\"1154\",{\"1\":{\"103\":1}}],[\"1151\",{\"1\":{\"103\":1}}],[\"1150\",{\"1\":{\"103\":1}}],[\"1156\",{\"1\":{\"103\":1}}],[\"1158\",{\"1\":{\"103\":1}}],[\"1159\",{\"1\":{\"103\":1}}],[\"1152\",{\"1\":{\"103\":1}}],[\"118\",{\"1\":{\"103\":1}}],[\"1180\",{\"1\":{\"103\":1}}],[\"1181\",{\"1\":{\"103\":1}}],[\"1182\",{\"1\":{\"103\":1}}],[\"1184\",{\"1\":{\"103\":1}}],[\"1185\",{\"1\":{\"103\":1}}],[\"1190\",{\"1\":{\"103\":1}}],[\"1191\",{\"1\":{\"103\":1}}],[\"1192\",{\"1\":{\"103\":1}}],[\"1193\",{\"1\":{\"103\":1}}],[\"1196\",{\"1\":{\"103\":1}}],[\"1195\",{\"1\":{\"103\":1}}],[\"1194\",{\"1\":{\"103\":1}}],[\"1170\",{\"1\":{\"103\":1}}],[\"1177\",{\"1\":{\"103\":1}}],[\"1178\",{\"1\":{\"103\":1}}],[\"1179\",{\"1\":{\"103\":1}}],[\"1175\",{\"1\":{\"103\":1}}],[\"1174\",{\"1\":{\"103\":1}}],[\"1171\",{\"1\":{\"103\":1}}],[\"1176\",{\"1\":{\"103\":1}}],[\"11bd71901bbe5b1630ceea73d27597364c9af683\",{\"1\":{\"18\":1}}],[\"11\",{\"1\":{\"5\":1,\"9\":1,\"16\":1,\"18\":7,\"19\":6,\"25\":1,\"31\":1,\"43\":6,\"56\":1,\"62\":39,\"63\":6,\"64\":6,\"65\":12,\"66\":26,\"67\":12,\"68\":4,\"69\":2,\"72\":3,\"74\":114,\"76\":114,\"78\":114,\"80\":117,\"82\":118,\"84\":118,\"86\":118,\"88\":118,\"90\":118,\"92\":119,\"94\":122,\"96\":128,\"98\":128,\"100\":128,\"102\":129,\"103\":28,\"116\":1}}],[\"150\",{\"1\":{\"103\":1}}],[\"1509\",{\"1\":{\"103\":1}}],[\"1504\",{\"1\":{\"103\":1}}],[\"1507\",{\"1\":{\"103\":1}}],[\"1506\",{\"1\":{\"103\":3}}],[\"1508\",{\"1\":{\"103\":2}}],[\"1505\",{\"1\":{\"103\":5}}],[\"152\",{\"1\":{\"103\":1}}],[\"1521\",{\"1\":{\"103\":1}}],[\"1520\",{\"1\":{\"103\":1}}],[\"1524\",{\"1\":{\"103\":1}}],[\"1525\",{\"1\":{\"103\":1}}],[\"1527\",{\"1\":{\"103\":1}}],[\"1529\",{\"1\":{\"103\":1}}],[\"1522\",{\"1\":{\"103\":1}}],[\"1523\",{\"1\":{\"103\":1}}],[\"1526\",{\"1\":{\"103\":1}}],[\"1528\",{\"1\":{\"103\":1}}],[\"1510\",{\"1\":{\"103\":1}}],[\"1514\",{\"1\":{\"103\":1}}],[\"1518\",{\"1\":{\"103\":1}}],[\"1519\",{\"1\":{\"103\":1}}],[\"1513\",{\"1\":{\"103\":1}}],[\"1512\",{\"1\":{\"103\":1}}],[\"1516\",{\"1\":{\"103\":1}}],[\"1517\",{\"1\":{\"103\":1}}],[\"1541\",{\"1\":{\"103\":1}}],[\"1540\",{\"1\":{\"103\":1}}],[\"1545\",{\"1\":{\"103\":1}}],[\"1546\",{\"1\":{\"103\":1}}],[\"1542\",{\"1\":{\"103\":1}}],[\"1548\",{\"1\":{\"103\":1}}],[\"1543\",{\"1\":{\"103\":1}}],[\"153\",{\"1\":{\"103\":1}}],[\"1534\",{\"1\":{\"103\":1}}],[\"1536\",{\"1\":{\"103\":1}}],[\"1539\",{\"1\":{\"103\":1}}],[\"1530\",{\"1\":{\"103\":1}}],[\"1532\",{\"1\":{\"103\":1}}],[\"1531\",{\"1\":{\"103\":1}}],[\"1533\",{\"1\":{\"103\":1}}],[\"1537\",{\"1\":{\"103\":1}}],[\"1535\",{\"1\":{\"103\":1}}],[\"1555\",{\"1\":{\"103\":2}}],[\"1551\",{\"1\":{\"103\":1}}],[\"1557\",{\"1\":{\"103\":1}}],[\"1553\",{\"1\":{\"103\":1}}],[\"1556\",{\"1\":{\"103\":1}}],[\"1558\",{\"1\":{\"103\":1}}],[\"1559\",{\"1\":{\"103\":1}}],[\"1560\",{\"1\":{\"103\":1}}],[\"1561\",{\"1\":{\"103\":1}}],[\"1562\",{\"1\":{\"103\":1}}],[\"1564\",{\"1\":{\"103\":1}}],[\"1573\",{\"1\":{\"103\":1}}],[\"1576\",{\"1\":{\"103\":1}}],[\"1577\",{\"1\":{\"103\":1}}],[\"1579\",{\"1\":{\"103\":1}}],[\"1572\",{\"1\":{\"103\":1}}],[\"1578\",{\"1\":{\"103\":1}}],[\"1574\",{\"1\":{\"103\":1}}],[\"1571\",{\"1\":{\"103\":1}}],[\"158ac36\",{\"1\":{\"103\":2}}],[\"1581\",{\"1\":{\"103\":1}}],[\"1586\",{\"1\":{\"103\":1}}],[\"1588\",{\"1\":{\"103\":1}}],[\"1589\",{\"1\":{\"103\":1}}],[\"1585\",{\"1\":{\"103\":1}}],[\"1584\",{\"1\":{\"103\":1}}],[\"1580\",{\"1\":{\"103\":1}}],[\"1587\",{\"1\":{\"103\":1}}],[\"1582\",{\"1\":{\"103\":1}}],[\"159\",{\"1\":{\"103\":1}}],[\"1591\",{\"1\":{\"103\":1}}],[\"1592\",{\"1\":{\"103\":1}}],[\"1593\",{\"1\":{\"103\":1}}],[\"1590\",{\"1\":{\"103\":1}}],[\"1596\",{\"1\":{\"102\":1}}],[\"1594\",{\"1\":{\"18\":1,\"103\":1}}],[\"1599\",{\"1\":{\"18\":1,\"102\":1}}],[\"1595\",{\"1\":{\"18\":2,\"103\":1}}],[\"15\",{\"1\":{\"4\":1,\"5\":2,\"6\":6,\"9\":5,\"15\":2,\"16\":4,\"17\":4,\"18\":5,\"19\":2,\"21\":1,\"31\":1,\"43\":1,\"52\":1,\"53\":1,\"62\":6,\"63\":2,\"64\":1,\"67\":3,\"74\":18,\"76\":20,\"78\":20,\"80\":20,\"82\":20,\"84\":23,\"86\":23,\"88\":23,\"90\":23,\"92\":23,\"94\":23,\"96\":23,\"98\":23,\"100\":23,\"102\":23,\"103\":37}}],[\"1021\",{\"1\":{\"103\":1}}],[\"1022\",{\"1\":{\"103\":1}}],[\"1027\",{\"1\":{\"103\":1}}],[\"1023\",{\"1\":{\"103\":1}}],[\"1028\",{\"1\":{\"103\":1}}],[\"1029\",{\"1\":{\"103\":1}}],[\"103\",{\"1\":{\"103\":1}}],[\"1031\",{\"1\":{\"103\":1}}],[\"1034\",{\"1\":{\"103\":1}}],[\"1038\",{\"1\":{\"103\":1}}],[\"1039\",{\"1\":{\"103\":1}}],[\"1032\",{\"1\":{\"103\":1}}],[\"1015\",{\"1\":{\"103\":1}}],[\"1011\",{\"1\":{\"103\":1}}],[\"1010\",{\"1\":{\"103\":1}}],[\"1012\",{\"1\":{\"103\":1}}],[\"1014\",{\"1\":{\"103\":1}}],[\"1013\",{\"1\":{\"103\":1}}],[\"1016\",{\"1\":{\"103\":1}}],[\"1019\",{\"1\":{\"103\":1}}],[\"1018\",{\"1\":{\"103\":1}}],[\"104\",{\"1\":{\"103\":3}}],[\"1048\",{\"1\":{\"103\":1}}],[\"1045\",{\"1\":{\"103\":1}}],[\"1047\",{\"1\":{\"103\":1}}],[\"1046\",{\"1\":{\"103\":1}}],[\"1043\",{\"1\":{\"103\":1}}],[\"1042\",{\"1\":{\"103\":1}}],[\"1041\",{\"1\":{\"103\":2}}],[\"1040\",{\"1\":{\"103\":1}}],[\"1049\",{\"1\":{\"103\":1}}],[\"1044\",{\"1\":{\"103\":1}}],[\"107\",{\"1\":{\"103\":1}}],[\"1079\",{\"1\":{\"103\":1}}],[\"1078\",{\"1\":{\"103\":1}}],[\"1076\",{\"1\":{\"103\":1}}],[\"1070\",{\"1\":{\"103\":1}}],[\"1072\",{\"1\":{\"103\":1}}],[\"1074\",{\"1\":{\"103\":1}}],[\"1075\",{\"1\":{\"103\":1}}],[\"1073\",{\"1\":{\"103\":1}}],[\"108\",{\"1\":{\"103\":1}}],[\"1080\",{\"1\":{\"103\":1}}],[\"1083\",{\"1\":{\"103\":1}}],[\"1084\",{\"1\":{\"103\":1}}],[\"1085\",{\"1\":{\"103\":1}}],[\"1089\",{\"1\":{\"103\":1}}],[\"109\",{\"1\":{\"103\":2}}],[\"1093\",{\"1\":{\"103\":1}}],[\"1095\",{\"1\":{\"103\":1}}],[\"1094\",{\"1\":{\"103\":1}}],[\"1091\",{\"1\":{\"103\":1}}],[\"1097\",{\"1\":{\"103\":1}}],[\"1098\",{\"1\":{\"103\":1}}],[\"1099\",{\"1\":{\"103\":1}}],[\"1052\",{\"1\":{\"103\":1}}],[\"1050\",{\"1\":{\"103\":1}}],[\"1055\",{\"1\":{\"103\":1}}],[\"1056\",{\"1\":{\"103\":1}}],[\"1057\",{\"1\":{\"103\":1}}],[\"1058\",{\"1\":{\"103\":1}}],[\"1053\",{\"1\":{\"103\":1}}],[\"1054\",{\"1\":{\"103\":1}}],[\"106\",{\"1\":{\"103\":3}}],[\"1060\",{\"1\":{\"103\":1}}],[\"1061\",{\"1\":{\"103\":1}}],[\"1063\",{\"1\":{\"103\":1}}],[\"1062\",{\"1\":{\"103\":1}}],[\"1008\",{\"1\":{\"103\":1}}],[\"1007\",{\"1\":{\"103\":1}}],[\"1009\",{\"1\":{\"103\":1}}],[\"100\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2}}],[\"10bfb9f\",{\"1\":{\"90\":1,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3}}],[\"10\",{\"1\":{\"3\":1,\"4\":3,\"11\":1,\"16\":4,\"18\":14,\"19\":8,\"31\":1,\"32\":1,\"43\":2,\"57\":1,\"58\":1,\"62\":8,\"64\":3,\"66\":13,\"67\":13,\"68\":40,\"69\":30,\"70\":8,\"71\":4,\"72\":30,\"73\":1,\"74\":146,\"76\":163,\"78\":165,\"79\":1,\"80\":171,\"82\":172,\"84\":172,\"86\":172,\"88\":172,\"90\":172,\"92\":174,\"94\":177,\"95\":1,\"96\":179,\"98\":180,\"100\":180,\"102\":180,\"103\":38,\"113\":1}}],[\"1\",{\"0\":{\"103\":1,\"236\":2,\"247\":4,\"248\":1,\"249\":2,\"252\":2,\"254\":2},\"1\":{\"2\":4,\"3\":1,\"4\":8,\"5\":1,\"6\":1,\"7\":1,\"8\":1,\"9\":4,\"10\":1,\"11\":1,\"14\":1,\"16\":13,\"17\":14,\"18\":135,\"19\":40,\"20\":1,\"21\":7,\"22\":1,\"23\":1,\"26\":1,\"27\":2,\"28\":2,\"29\":5,\"30\":1,\"31\":12,\"35\":1,\"37\":9,\"38\":1,\"40\":1,\"41\":2,\"42\":2,\"43\":37,\"49\":1,\"62\":69,\"63\":10,\"64\":24,\"65\":21,\"66\":33,\"67\":19,\"68\":4,\"69\":21,\"70\":7,\"72\":18,\"74\":222,\"76\":245,\"78\":252,\"80\":294,\"82\":306,\"84\":324,\"86\":334,\"88\":336,\"90\":339,\"92\":347,\"94\":359,\"96\":381,\"98\":386,\"100\":404,\"102\":428,\"103\":487,\"110\":2,\"113\":2,\"183\":4,\"185\":1,\"186\":1,\"187\":2,\"188\":1,\"189\":2,\"224\":2,\"225\":2,\"251\":10,\"285\":2}}],[\"191\",{\"1\":{\"103\":1}}],[\"1912\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1910\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1918\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1916\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1919\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1915\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1911\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1917\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1914\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"192\",{\"1\":{\"103\":3}}],[\"1921\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1923\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1925\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1926\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1927\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1920\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"194\",{\"1\":{\"103\":2}}],[\"1940\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1941\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1942\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1943\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1946\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"196\",{\"1\":{\"103\":2}}],[\"1960\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1963\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1965\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1968\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1961\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1962\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1967\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"197\",{\"1\":{\"103\":2}}],[\"1972\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1973\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1977\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1978\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1975\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"190\",{\"1\":{\"103\":2}}],[\"1904\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1907\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1903\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1906\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1909\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"198\",{\"1\":{\"103\":1}}],[\"1981\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1987\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1982\",{\"1\":{\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1985\",{\"1\":{\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1986\",{\"1\":{\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1989\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1983\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1984\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1935\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1931\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1936\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1996\",{\"1\":{\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1998\",{\"1\":{\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1997\",{\"1\":{\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1991\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1990\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1993\",{\"1\":{\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5}}],[\"199\",{\"0\":{\"249\":1},\"1\":{\"31\":1,\"103\":1}}],[\"1951\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1958\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1959\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1957\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1956\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1954\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"195\",{\"1\":{\"18\":1,\"103\":2}}],[\"19\",{\"1\":{\"2\":1,\"3\":1,\"18\":6,\"19\":10,\"28\":2,\"29\":8,\"31\":1,\"32\":3,\"43\":1,\"45\":1,\"62\":4,\"64\":1,\"68\":1,\"72\":3,\"74\":6,\"75\":1,\"76\":7,\"78\":8,\"80\":11,\"82\":14,\"84\":14,\"86\":14,\"88\":14,\"90\":15,\"92\":15,\"94\":19,\"96\":19,\"98\":19,\"100\":21,\"102\":21,\"103\":39,\"182\":1}}],[\"1813\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1816\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1817\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1818\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1819\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1814\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"180\",{\"1\":{\"103\":2}}],[\"1802\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"1803\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"1800\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"1806\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"1801\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"1804\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"1809\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"1807\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"1808\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1805\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"182\",{\"0\":{\"252\":1},\"1\":{\"103\":1}}],[\"1824\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1825\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1821\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1826\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1827\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1823\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1829\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1822\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"183\",{\"1\":{\"103\":1}}],[\"1833\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1834\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1835\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1838\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1839\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1837\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1836\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1831\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"186\",{\"1\":{\"103\":1}}],[\"1861\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1860\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1862\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1863\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1865\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1866\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1869\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1867\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1864\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1868\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"187\",{\"1\":{\"103\":2}}],[\"1877\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1871\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1870\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1878\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1872\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1891\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1892\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1890\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1898\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1896\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1895\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1897\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1894\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1899\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1885\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1884\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1888\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1889\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"185\",{\"1\":{\"103\":1}}],[\"1850\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1854\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1855\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1852\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1859\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1853\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1851\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1843\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1846\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1847\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1848\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1849\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1840\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"184\",{\"1\":{\"31\":1,\"103\":2}}],[\"18\",{\"1\":{\"2\":2,\"6\":1,\"9\":2,\"18\":2,\"19\":2,\"43\":3,\"62\":5,\"74\":4,\"76\":5,\"78\":5,\"80\":8,\"82\":11,\"84\":11,\"86\":11,\"88\":11,\"90\":11,\"92\":11,\"94\":11,\"96\":11,\"98\":11,\"100\":11,\"102\":12,\"103\":39}}],[\"173\",{\"1\":{\"103\":2}}],[\"1730\",{\"1\":{\"102\":1}}],[\"1732\",{\"1\":{\"102\":1}}],[\"1737\",{\"1\":{\"102\":1}}],[\"1738\",{\"1\":{\"102\":1}}],[\"1739\",{\"1\":{\"102\":1}}],[\"1734\",{\"1\":{\"102\":1}}],[\"175\",{\"1\":{\"103\":2}}],[\"1750\",{\"1\":{\"100\":1,\"102\":1}}],[\"1752\",{\"1\":{\"100\":1,\"102\":1}}],[\"1756\",{\"1\":{\"100\":1,\"102\":1}}],[\"1755\",{\"1\":{\"100\":1,\"102\":1}}],[\"1759\",{\"1\":{\"100\":1,\"102\":1}}],[\"1758\",{\"1\":{\"100\":1,\"102\":1}}],[\"1757\",{\"1\":{\"100\":1,\"102\":1}}],[\"1751\",{\"1\":{\"100\":1,\"102\":1}}],[\"176\",{\"1\":{\"103\":1}}],[\"1769\",{\"1\":{\"100\":1,\"102\":1}}],[\"1767\",{\"1\":{\"100\":1,\"102\":1}}],[\"1764\",{\"1\":{\"100\":1,\"102\":1}}],[\"1762\",{\"1\":{\"100\":1,\"102\":1}}],[\"1761\",{\"1\":{\"100\":1,\"102\":1}}],[\"1768\",{\"1\":{\"100\":1,\"102\":1}}],[\"1766\",{\"1\":{\"100\":1,\"102\":1}}],[\"1765\",{\"1\":{\"100\":1,\"102\":1}}],[\"1760\",{\"1\":{\"100\":1,\"102\":1}}],[\"178\",{\"1\":{\"103\":1}}],[\"1781\",{\"1\":{\"100\":1,\"102\":1}}],[\"1783\",{\"1\":{\"100\":1,\"102\":1}}],[\"1782\",{\"1\":{\"100\":1,\"102\":1}}],[\"1780\",{\"1\":{\"100\":1,\"102\":1}}],[\"1788\",{\"1\":{\"100\":1,\"102\":1}}],[\"1786\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"1787\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"1790\",{\"1\":{\"100\":1,\"102\":1}}],[\"1791\",{\"1\":{\"100\":1,\"102\":1}}],[\"1792\",{\"1\":{\"100\":1,\"102\":1}}],[\"1793\",{\"1\":{\"100\":1,\"102\":1}}],[\"1794\",{\"1\":{\"100\":1,\"102\":1}}],[\"1798\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"1796\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"1797\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"174\",{\"1\":{\"103\":1}}],[\"1749\",{\"1\":{\"100\":1,\"102\":1}}],[\"1747\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1741\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"1702\",{\"1\":{\"102\":1}}],[\"1700\",{\"1\":{\"100\":1,\"102\":1}}],[\"1706\",{\"1\":{\"100\":1,\"102\":1}}],[\"1701\",{\"1\":{\"100\":1,\"102\":1}}],[\"1705\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"170\",{\"1\":{\"31\":1,\"103\":1}}],[\"17b53f\",{\"1\":{\"31\":1}}],[\"1726\",{\"1\":{\"102\":1}}],[\"1727\",{\"1\":{\"102\":1}}],[\"1729\",{\"1\":{\"100\":1,\"102\":1}}],[\"1728\",{\"1\":{\"100\":1,\"102\":1}}],[\"1725\",{\"1\":{\"100\":1,\"102\":1}}],[\"172\",{\"1\":{\"18\":1,\"103\":1}}],[\"1714\",{\"1\":{\"102\":1}}],[\"1715\",{\"1\":{\"102\":1}}],[\"1719\",{\"1\":{\"102\":1}}],[\"1717\",{\"1\":{\"100\":1,\"102\":1}}],[\"1713\",{\"1\":{\"100\":1,\"102\":1}}],[\"1712\",{\"1\":{\"100\":1,\"102\":1}}],[\"1711\",{\"1\":{\"100\":1,\"102\":1}}],[\"171\",{\"0\":{\"254\":1},\"1\":{\"18\":1,\"31\":1,\"103\":2}}],[\"1772\",{\"1\":{\"100\":1,\"102\":1}}],[\"1770\",{\"1\":{\"100\":1,\"102\":1}}],[\"1771\",{\"1\":{\"100\":1,\"102\":1}}],[\"1774\",{\"1\":{\"100\":1,\"102\":1}}],[\"1775\",{\"1\":{\"100\":1,\"102\":1}}],[\"1776\",{\"1\":{\"100\":1,\"102\":1}}],[\"1777\",{\"1\":{\"100\":1,\"102\":1}}],[\"1778\",{\"1\":{\"100\":1,\"102\":1}}],[\"1779\",{\"1\":{\"100\":1,\"102\":1}}],[\"1773\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"177\",{\"1\":{\"18\":1,\"103\":1}}],[\"17\",{\"1\":{\"2\":7,\"6\":1,\"9\":5,\"18\":1,\"19\":1,\"21\":8,\"27\":5,\"28\":6,\"29\":9,\"31\":1,\"43\":1,\"50\":1,\"51\":1,\"62\":6,\"64\":6,\"67\":1,\"70\":2,\"74\":17,\"76\":17,\"78\":17,\"80\":19,\"82\":19,\"84\":19,\"86\":32,\"88\":32,\"90\":32,\"92\":33,\"93\":1,\"94\":35,\"96\":35,\"98\":35,\"100\":35,\"102\":36,\"103\":41}}],[\"160\",{\"1\":{\"103\":1}}],[\"1600\",{\"1\":{\"103\":1}}],[\"1601\",{\"1\":{\"103\":1}}],[\"1603\",{\"1\":{\"103\":1}}],[\"1604\",{\"1\":{\"103\":1}}],[\"1605\",{\"1\":{\"103\":1}}],[\"1606\",{\"1\":{\"103\":1}}],[\"1607\",{\"1\":{\"103\":1}}],[\"1608\",{\"1\":{\"103\":1}}],[\"1609\",{\"1\":{\"103\":1}}],[\"162\",{\"1\":{\"103\":1}}],[\"1626\",{\"1\":{\"103\":1}}],[\"1623\",{\"1\":{\"102\":1}}],[\"1627\",{\"1\":{\"102\":1}}],[\"1624\",{\"1\":{\"102\":1}}],[\"1621\",{\"1\":{\"102\":1}}],[\"1625\",{\"1\":{\"102\":1}}],[\"1622\",{\"1\":{\"102\":1}}],[\"1620\",{\"1\":{\"102\":1}}],[\"164\",{\"1\":{\"103\":2}}],[\"1640\",{\"1\":{\"102\":1}}],[\"1641\",{\"1\":{\"102\":2}}],[\"1642\",{\"1\":{\"102\":1}}],[\"1643\",{\"1\":{\"102\":1}}],[\"1648\",{\"1\":{\"102\":1}}],[\"1647\",{\"1\":{\"102\":1}}],[\"1646\",{\"1\":{\"102\":1}}],[\"1649\",{\"1\":{\"102\":1}}],[\"1616\",{\"1\":{\"103\":2}}],[\"1617\",{\"1\":{\"103\":1}}],[\"1611\",{\"1\":{\"103\":1}}],[\"1619\",{\"1\":{\"103\":1}}],[\"1615\",{\"1\":{\"102\":1}}],[\"1618\",{\"1\":{\"102\":1}}],[\"1610\",{\"1\":{\"102\":1}}],[\"1612\",{\"1\":{\"102\":1}}],[\"1613\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"166\",{\"1\":{\"103\":1}}],[\"1660\",{\"1\":{\"102\":1}}],[\"1667\",{\"1\":{\"102\":1}}],[\"1668\",{\"1\":{\"102\":1}}],[\"1666\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"165\",{\"1\":{\"103\":2}}],[\"1650\",{\"1\":{\"102\":2}}],[\"1654\",{\"1\":{\"102\":1}}],[\"1653\",{\"1\":{\"102\":1}}],[\"1652\",{\"1\":{\"102\":1}}],[\"1651\",{\"1\":{\"102\":1}}],[\"1655\",{\"1\":{\"100\":1,\"102\":1}}],[\"1658\",{\"1\":{\"100\":1,\"102\":1}}],[\"1677\",{\"1\":{\"102\":1}}],[\"1674\",{\"1\":{\"102\":1}}],[\"1672\",{\"1\":{\"102\":1}}],[\"1670\",{\"1\":{\"102\":1}}],[\"1678\",{\"1\":{\"102\":1}}],[\"1679\",{\"1\":{\"102\":1}}],[\"1675\",{\"1\":{\"102\":1}}],[\"1676\",{\"1\":{\"102\":1}}],[\"1673\",{\"1\":{\"100\":1,\"102\":1}}],[\"1671\",{\"1\":{\"100\":1,\"102\":1}}],[\"1681\",{\"1\":{\"102\":1}}],[\"1689\",{\"1\":{\"102\":1}}],[\"1685\",{\"1\":{\"102\":1}}],[\"1688\",{\"1\":{\"100\":1,\"102\":1}}],[\"168\",{\"1\":{\"18\":1,\"103\":1}}],[\"1631\",{\"1\":{\"102\":2}}],[\"1630\",{\"1\":{\"102\":1}}],[\"1636\",{\"1\":{\"102\":1}}],[\"1635\",{\"1\":{\"102\":1}}],[\"1639\",{\"1\":{\"102\":5}}],[\"163\",{\"1\":{\"18\":1,\"103\":1}}],[\"163217dfcd28294438ea1c1c149cfaf66eec283e\",{\"1\":{\"18\":2}}],[\"1690\",{\"1\":{\"102\":1}}],[\"1693\",{\"1\":{\"102\":1}}],[\"1695\",{\"1\":{\"102\":1}}],[\"1696\",{\"1\":{\"102\":1}}],[\"1697\",{\"1\":{\"102\":1}}],[\"1694\",{\"1\":{\"102\":1}}],[\"1698\",{\"1\":{\"102\":1}}],[\"1692\",{\"1\":{\"18\":1,\"102\":1}}],[\"1691\",{\"1\":{\"18\":1}}],[\"16\",{\"1\":{\"2\":2,\"4\":1,\"9\":4,\"16\":7,\"18\":12,\"19\":3,\"23\":1,\"31\":2,\"32\":1,\"43\":3,\"62\":7,\"67\":2,\"68\":2,\"74\":15,\"76\":15,\"78\":15,\"80\":18,\"82\":19,\"84\":19,\"86\":21,\"88\":21,\"90\":21,\"92\":21,\"94\":21,\"96\":27,\"98\":29,\"100\":31,\"102\":35,\"103\":25}}],[\"1211\",{\"1\":{\"103\":1}}],[\"1213\",{\"1\":{\"103\":1}}],[\"1218\",{\"1\":{\"103\":1}}],[\"1217\",{\"1\":{\"103\":1}}],[\"1210\",{\"1\":{\"103\":1}}],[\"1215\",{\"1\":{\"103\":1}}],[\"1212\",{\"1\":{\"103\":1}}],[\"1220\",{\"1\":{\"103\":1}}],[\"1223\",{\"1\":{\"103\":1}}],[\"1228\",{\"1\":{\"103\":1}}],[\"1227\",{\"1\":{\"103\":1}}],[\"1225\",{\"1\":{\"103\":1}}],[\"1224\",{\"1\":{\"103\":1}}],[\"1231\",{\"1\":{\"103\":1}}],[\"123\",{\"1\":{\"103\":1}}],[\"1233\",{\"1\":{\"103\":1}}],[\"1239\",{\"1\":{\"103\":1}}],[\"1236\",{\"1\":{\"103\":1}}],[\"1238\",{\"1\":{\"103\":1}}],[\"1235\",{\"1\":{\"103\":1}}],[\"1237\",{\"1\":{\"103\":1}}],[\"1234\",{\"1\":{\"103\":1,\"146\":3,\"184\":1,\"325\":1}}],[\"1232\",{\"1\":{\"103\":1}}],[\"1248\",{\"1\":{\"103\":1}}],[\"1249\",{\"1\":{\"103\":1}}],[\"1244\",{\"1\":{\"103\":1}}],[\"1209\",{\"1\":{\"103\":1}}],[\"1253\",{\"1\":{\"103\":1}}],[\"1255\",{\"1\":{\"103\":1}}],[\"1250\",{\"1\":{\"103\":1}}],[\"1251\",{\"1\":{\"103\":1}}],[\"1259\",{\"1\":{\"103\":1}}],[\"1257\",{\"1\":{\"103\":1}}],[\"1258\",{\"1\":{\"103\":1}}],[\"1256\",{\"1\":{\"103\":1}}],[\"1261\",{\"1\":{\"103\":1}}],[\"1260\",{\"1\":{\"103\":1}}],[\"1265\",{\"1\":{\"103\":1}}],[\"1269\",{\"1\":{\"103\":1}}],[\"1268\",{\"1\":{\"103\":1}}],[\"129\",{\"1\":{\"103\":1}}],[\"1293\",{\"1\":{\"103\":1}}],[\"1292\",{\"1\":{\"103\":1}}],[\"1291\",{\"1\":{\"103\":1}}],[\"1290\",{\"1\":{\"103\":1}}],[\"1294\",{\"1\":{\"103\":1}}],[\"1296\",{\"1\":{\"103\":1}}],[\"1299\",{\"1\":{\"103\":1}}],[\"1297\",{\"1\":{\"103\":1}}],[\"1295\",{\"1\":{\"103\":1}}],[\"1298\",{\"1\":{\"103\":1}}],[\"1280\",{\"1\":{\"103\":1}}],[\"1282\",{\"1\":{\"103\":1}}],[\"1286\",{\"1\":{\"103\":1}}],[\"1289\",{\"1\":{\"103\":1}}],[\"1288\",{\"1\":{\"103\":1}}],[\"1287\",{\"1\":{\"103\":1}}],[\"1285\",{\"1\":{\"103\":1}}],[\"1284\",{\"1\":{\"103\":1}}],[\"1281\",{\"1\":{\"103\":1}}],[\"1283\",{\"1\":{\"103\":1}}],[\"127\",{\"1\":{\"103\":1}}],[\"1274\",{\"1\":{\"103\":1}}],[\"1271\",{\"1\":{\"103\":1}}],[\"1279\",{\"1\":{\"103\":1}}],[\"1277\",{\"1\":{\"103\":1}}],[\"1278\",{\"1\":{\"103\":1}}],[\"1270\",{\"1\":{\"103\":1}}],[\"1273\",{\"1\":{\"100\":1,\"102\":1}}],[\"12\",{\"1\":{\"2\":2,\"5\":2,\"10\":1,\"17\":4,\"18\":11,\"23\":1,\"27\":4,\"29\":2,\"31\":2,\"43\":3,\"54\":1,\"55\":1,\"62\":10,\"64\":5,\"66\":1,\"67\":6,\"68\":7,\"69\":4,\"74\":45,\"76\":55,\"78\":56,\"80\":64,\"82\":66,\"84\":67,\"86\":69,\"88\":69,\"90\":69,\"92\":74,\"94\":81,\"96\":89,\"98\":89,\"100\":89,\"102\":89,\"103\":39,\"285\":2}}],[\"f\",{\"1\":{\"149\":1,\"251\":3,\"267\":1,\"278\":1,\"279\":2,\"280\":2}}],[\"fd02679\",{\"1\":{\"103\":2}}],[\"fd8cc3f\",{\"1\":{\"103\":1}}],[\"few\",{\"1\":{\"293\":1}}],[\"federation\",{\"0\":{\"231\":1}}],[\"fediverse\",{\"1\":{\"132\":1}}],[\"feels\",{\"1\":{\"273\":1}}],[\"feel\",{\"1\":{\"112\":1,\"303\":1}}],[\"feedback\",{\"1\":{\"103\":2,\"199\":1,\"313\":1}}],[\"feed\",{\"1\":{\"31\":1,\"134\":1}}],[\"february\",{\"1\":{\"19\":1,\"32\":1,\"50\":1,\"51\":1,\"52\":1,\"53\":1,\"54\":1,\"55\":1,\"56\":1,\"57\":1,\"58\":1,\"59\":1,\"60\":1,\"61\":1,\"62\":1,\"67\":1,\"68\":1,\"69\":1}}],[\"fetchmore\",{\"1\":{\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"fetch\",{\"1\":{\"18\":1,\"60\":1,\"62\":2,\"103\":3,\"270\":1}}],[\"features\",{\"0\":{\"134\":1,\"203\":1},\"1\":{\"31\":1,\"103\":1,\"113\":1,\"134\":1,\"142\":1,\"203\":3,\"291\":2,\"294\":4}}],[\"feature\",{\"1\":{\"5\":1,\"62\":1,\"65\":2,\"68\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":4,\"82\":4,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":2,\"113\":1,\"134\":1,\"142\":1,\"158\":1,\"199\":1,\"203\":2,\"207\":2,\"294\":3,\"313\":1}}],[\"feat\",{\"0\":{\"239\":1,\"241\":1,\"242\":1,\"243\":1,\"245\":1,\"253\":1},\"1\":{\"2\":2,\"3\":1,\"4\":1,\"5\":1,\"6\":2,\"8\":5,\"9\":2,\"10\":1,\"11\":7,\"15\":4,\"16\":8,\"17\":9,\"18\":6,\"19\":30,\"24\":1,\"27\":36,\"28\":13,\"29\":3,\"30\":1,\"31\":31,\"32\":3,\"33\":4,\"34\":6,\"35\":1,\"36\":22,\"37\":7,\"38\":1,\"40\":1,\"41\":1,\"42\":2,\"43\":3,\"44\":1,\"45\":2,\"48\":3,\"49\":2,\"58\":2,\"61\":1,\"62\":18,\"63\":1,\"64\":3,\"65\":3,\"66\":2,\"67\":6,\"69\":4,\"70\":1,\"72\":2,\"74\":28,\"76\":28,\"78\":28,\"80\":29,\"82\":29,\"84\":29,\"86\":29,\"88\":29,\"90\":29,\"92\":29,\"94\":29,\"96\":29,\"98\":29,\"100\":29,\"102\":29}}],[\"fns\",{\"1\":{\"18\":2,\"28\":1,\"41\":1,\"43\":4,\"62\":2,\"63\":3,\"64\":3,\"66\":3,\"74\":14,\"76\":14,\"78\":14,\"80\":17,\"82\":18,\"84\":21,\"86\":23,\"88\":23,\"90\":24,\"92\":26,\"94\":29,\"96\":29,\"98\":29,\"100\":32,\"102\":33,\"103\":38,\"257\":1}}],[\"fbf0a4fa4e00f45accd6cf3232368436ec06ed59\",{\"1\":{\"18\":1}}],[\"funktioniert\",{\"1\":{\"326\":2}}],[\"funny\",{\"1\":{\"210\":1}}],[\"fundamental\",{\"1\":{\"132\":1}}],[\"functions\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"311\":1}}],[\"functionality\",{\"1\":{\"27\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3,\"203\":1,\"224\":1,\"310\":1,\"312\":1}}],[\"function\",{\"1\":{\"3\":1,\"19\":1,\"31\":1,\"103\":1,\"291\":1}}],[\"furnished\",{\"1\":{\"131\":1}}],[\"further\",{\"1\":{\"18\":1,\"28\":1,\"108\":1,\"109\":1,\"201\":1,\"294\":1}}],[\"fulfill\",{\"1\":{\"124\":1}}],[\"fulltext\",{\"1\":{\"202\":1,\"212\":1,\"282\":6}}],[\"full\",{\"1\":{\"60\":1,\"62\":2,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":5,\"134\":1,\"149\":1,\"150\":1,\"203\":1}}],[\"future\",{\"1\":{\"113\":1,\"132\":1,\"313\":1}}],[\"fuse\",{\"1\":{\"62\":1,\"65\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":1}}],[\"false\",{\"1\":{\"250\":1,\"257\":1,\"326\":2}}],[\"fallback\",{\"1\":{\"103\":1}}],[\"face\",{\"1\":{\"109\":1}}],[\"factories\",{\"1\":{\"68\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":2}}],[\"factory\",{\"1\":{\"17\":1}}],[\"faith\",{\"1\":{\"109\":1}}],[\"fairly\",{\"1\":{\"132\":1}}],[\"fair\",{\"1\":{\"107\":1}}],[\"failure\",{\"1\":{\"103\":1}}],[\"failed\",{\"1\":{\"103\":1,\"251\":1}}],[\"failing\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":2,\"102\":3,\"103\":1}}],[\"fail\",{\"1\":{\"23\":1,\"27\":1,\"31\":1,\"60\":1,\"189\":1}}],[\"fake\",{\"1\":{\"103\":1}}],[\"faker\",{\"1\":{\"9\":6,\"16\":5,\"17\":6,\"18\":40,\"19\":6,\"21\":2,\"27\":2,\"40\":2,\"62\":2,\"72\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":3,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5}}],[\"fa26d7c\",{\"1\":{\"103\":1}}],[\"fame\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"favorites\",{\"1\":{\"206\":1}}],[\"favor\",{\"1\":{\"62\":1,\"67\":2,\"74\":3,\"76\":3,\"78\":4,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4}}],[\"favicons\",{\"1\":{\"62\":1}}],[\"faq\",{\"1\":{\"31\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"float\",{\"1\":{\"306\":1}}],[\"flow\",{\"0\":{\"113\":1,\"114\":1},\"1\":{\"27\":1}}],[\"fly\",{\"1\":{\"283\":1}}],[\"flicker\",{\"1\":{\"271\":1}}],[\"flickering\",{\"1\":{\"9\":1,\"10\":1,\"103\":1}}],[\"flaticon\",{\"1\":{\"156\":1}}],[\"flags\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"flaky\",{\"1\":{\"5\":1,\"16\":1,\"103\":3}}],[\"flex\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"306\":1}}],[\"flexible\",{\"1\":{\"31\":1,\"44\":1,\"306\":1}}],[\"french\",{\"1\":{\"204\":1,\"207\":1,\"213\":1}}],[\"fresh\",{\"1\":{\"183\":1}}],[\"frequently\",{\"0\":{\"135\":1},\"1\":{\"135\":1}}],[\"freepik\",{\"1\":{\"156\":1}}],[\"free\",{\"1\":{\"9\":1,\"105\":1,\"117\":1,\"131\":1,\"132\":1,\"202\":1,\"261\":1,\"273\":1}}],[\"friends\",{\"1\":{\"137\":1,\"206\":2,\"207\":1,\"213\":1}}],[\"friending\",{\"1\":{\"132\":1}}],[\"friendly\",{\"1\":{\"103\":1,\"152\":1}}],[\"friendliness\",{\"1\":{\"103\":1}}],[\"framework\",{\"1\":{\"265\":2}}],[\"frameworks\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"166\":1}}],[\"fragment\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"fr\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"frontends\",{\"1\":{\"264\":1}}],[\"frontend\",{\"0\":{\"264\":1},\"1\":{\"16\":4,\"17\":3,\"18\":42,\"19\":31,\"37\":1,\"45\":1,\"48\":1,\"67\":3,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":2,\"142\":3,\"158\":2,\"177\":1,\"230\":1,\"256\":1,\"265\":2,\"270\":9,\"288\":2}}],[\"from\",{\"1\":{\"2\":11,\"4\":8,\"5\":4,\"6\":4,\"9\":13,\"12\":1,\"15\":1,\"16\":19,\"17\":25,\"18\":211,\"19\":71,\"20\":2,\"21\":18,\"23\":4,\"24\":1,\"25\":1,\"27\":8,\"28\":13,\"29\":14,\"31\":7,\"37\":9,\"41\":3,\"42\":2,\"43\":45,\"55\":1,\"56\":1,\"61\":1,\"62\":112,\"63\":16,\"64\":39,\"65\":21,\"66\":62,\"67\":31,\"68\":35,\"69\":54,\"70\":11,\"71\":2,\"72\":75,\"74\":503,\"76\":544,\"78\":554,\"80\":617,\"82\":644,\"84\":674,\"86\":720,\"88\":725,\"90\":730,\"92\":745,\"94\":772,\"96\":798,\"98\":804,\"100\":842,\"102\":878,\"103\":643,\"110\":1,\"113\":2,\"117\":2,\"120\":1,\"131\":1,\"132\":1,\"151\":1,\"156\":1,\"177\":1,\"190\":1,\"191\":2,\"225\":1,\"239\":1,\"248\":1,\"250\":1,\"251\":3,\"253\":1,\"270\":1,\"276\":2,\"280\":1,\"281\":1,\"290\":2,\"295\":1,\"322\":2,\"330\":1}}],[\"fostering\",{\"1\":{\"105\":1}}],[\"fonts\",{\"1\":{\"31\":2}}],[\"font\",{\"1\":{\"25\":2}}],[\"footer\",{\"0\":{\"241\":1},\"1\":{\"18\":1,\"19\":1,\"31\":1,\"34\":1,\"36\":1,\"39\":1,\"44\":1,\"72\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":1,\"325\":1}}],[\"folded\",{\"1\":{\"103\":1}}],[\"folders\",{\"1\":{\"197\":1,\"291\":1,\"333\":1}}],[\"folder\",{\"0\":{\"291\":1,\"333\":1},\"1\":{\"15\":2,\"16\":1,\"19\":1,\"28\":2,\"31\":1,\"33\":2,\"52\":1,\"53\":1,\"55\":1,\"61\":1,\"103\":2,\"124\":3,\"126\":1,\"127\":1,\"129\":1,\"130\":1,\"144\":2,\"149\":6,\"151\":2,\"153\":3,\"181\":1,\"182\":1,\"183\":1,\"188\":2,\"189\":2,\"198\":1,\"270\":1,\"275\":1,\"279\":1,\"280\":1,\"282\":3,\"290\":1,\"291\":1,\"315\":1,\"320\":2,\"333\":2}}],[\"follows\",{\"1\":{\"124\":1}}],[\"following\",{\"1\":{\"120\":2,\"124\":1,\"131\":1,\"132\":1,\"146\":1,\"148\":1,\"149\":2,\"151\":1,\"181\":1,\"202\":1,\"203\":1,\"210\":1,\"231\":1,\"232\":1,\"251\":1,\"266\":1,\"269\":1,\"270\":1,\"275\":1,\"279\":1,\"280\":2,\"288\":2,\"291\":1,\"296\":1,\"300\":1,\"302\":1,\"307\":1,\"313\":1,\"326\":1}}],[\"followers\",{\"1\":{\"103\":1,\"231\":1}}],[\"follower\",{\"1\":{\"103\":1}}],[\"followerlist\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"followed\",{\"1\":{\"17\":1,\"103\":3}}],[\"follow\",{\"1\":{\"51\":1,\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":2,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":5,\"103\":9,\"109\":1,\"231\":1,\"295\":1,\"309\":1}}],[\"focusing\",{\"1\":{\"106\":1}}],[\"focus\",{\"1\":{\"16\":1}}],[\"founded\",{\"1\":{\"117\":1}}],[\"found\",{\"1\":{\"3\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"112\":1,\"153\":1,\"182\":1,\"203\":1,\"251\":2,\"261\":1,\"332\":1,\"334\":1}}],[\"force\",{\"1\":{\"280\":1}}],[\"forces\",{\"1\":{\"112\":1}}],[\"forks\",{\"1\":{\"103\":1}}],[\"forking\",{\"1\":{\"103\":3}}],[\"fork\",{\"1\":{\"103\":1,\"151\":3}}],[\"former\",{\"1\":{\"28\":1}}],[\"formats\",{\"1\":{\"61\":1,\"62\":1}}],[\"format\",{\"1\":{\"19\":2,\"100\":1,\"102\":1,\"103\":1,\"210\":1,\"225\":1,\"235\":1,\"257\":2,\"261\":2,\"291\":1}}],[\"form\",{\"1\":{\"8\":1,\"28\":1,\"29\":1,\"42\":1,\"80\":2,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":3,\"306\":1}}],[\"for\",{\"0\":{\"114\":1,\"123\":1,\"126\":1,\"127\":1,\"129\":1,\"130\":1,\"140\":1,\"155\":1,\"168\":1,\"232\":1,\"250\":1,\"286\":1,\"287\":1,\"333\":1},\"1\":{\"2\":2,\"3\":1,\"4\":1,\"8\":2,\"11\":1,\"12\":2,\"15\":4,\"16\":3,\"17\":2,\"18\":5,\"19\":6,\"23\":1,\"24\":2,\"27\":7,\"28\":4,\"29\":5,\"31\":11,\"32\":3,\"33\":1,\"36\":3,\"37\":1,\"39\":2,\"41\":2,\"43\":1,\"58\":1,\"62\":6,\"64\":3,\"65\":1,\"67\":2,\"68\":3,\"69\":2,\"74\":17,\"76\":17,\"78\":17,\"80\":21,\"82\":21,\"84\":24,\"86\":25,\"88\":26,\"90\":26,\"92\":29,\"94\":35,\"96\":36,\"98\":38,\"100\":39,\"102\":41,\"103\":48,\"105\":1,\"106\":1,\"107\":2,\"111\":1,\"112\":3,\"113\":7,\"116\":1,\"117\":1,\"120\":1,\"122\":1,\"123\":2,\"124\":2,\"131\":2,\"132\":2,\"142\":1,\"146\":1,\"149\":5,\"150\":1,\"151\":1,\"152\":1,\"153\":4,\"157\":1,\"160\":1,\"165\":1,\"166\":2,\"181\":1,\"182\":3,\"183\":4,\"185\":1,\"186\":2,\"187\":1,\"188\":2,\"189\":1,\"190\":1,\"191\":2,\"192\":1,\"197\":1,\"198\":1,\"201\":1,\"207\":2,\"209\":1,\"212\":2,\"213\":1,\"216\":2,\"219\":1,\"221\":1,\"222\":1,\"226\":1,\"227\":2,\"228\":1,\"231\":1,\"234\":2,\"236\":1,\"239\":1,\"250\":2,\"251\":5,\"255\":1,\"258\":1,\"259\":1,\"262\":1,\"263\":1,\"264\":1,\"265\":2,\"266\":3,\"270\":2,\"274\":1,\"275\":1,\"276\":1,\"281\":1,\"282\":2,\"283\":1,\"285\":1,\"287\":1,\"288\":4,\"289\":1,\"291\":2,\"294\":3,\"295\":2,\"296\":1,\"298\":3,\"299\":1,\"300\":2,\"302\":4,\"303\":1,\"304\":2,\"305\":2,\"306\":3,\"307\":3,\"313\":1,\"315\":1,\"316\":3,\"317\":2,\"318\":1,\"320\":1,\"321\":1,\"325\":2,\"326\":3}}],[\"final\",{\"0\":{\"246\":1}}],[\"find\",{\"1\":{\"113\":1,\"135\":1,\"160\":1,\"188\":1,\"202\":1,\"261\":1,\"280\":1,\"293\":1,\"299\":1,\"323\":1,\"326\":1}}],[\"figuring\",{\"1\":{\"191\":1}}],[\"fitness\",{\"1\":{\"131\":1}}],[\"firefox\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"first\",{\"0\":{\"251\":1},\"1\":{\"31\":2,\"36\":1,\"62\":1,\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"113\":2,\"137\":2,\"151\":1,\"164\":1,\"181\":1,\"198\":1,\"203\":1,\"251\":2,\"313\":1,\"322\":1}}],[\"field\",{\"1\":{\"39\":1,\"103\":1}}],[\"fields\",{\"1\":{\"7\":1}}],[\"filled\",{\"1\":{\"194\":1}}],[\"fill\",{\"1\":{\"160\":1}}],[\"filtering\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"202\":1}}],[\"filtermenu\",{\"1\":{\"24\":1,\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"filters\",{\"1\":{\"22\":1,\"32\":1,\"103\":2}}],[\"filter\",{\"1\":{\"18\":3,\"19\":3,\"24\":1,\"27\":3,\"28\":2,\"30\":2,\"31\":3,\"32\":2,\"33\":1,\"34\":2,\"36\":2,\"37\":2,\"48\":1,\"61\":1,\"103\":13,\"134\":1,\"210\":6,\"238\":4}}],[\"filename\",{\"1\":{\"19\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"filenames\",{\"1\":{\"4\":1}}],[\"files\",{\"1\":{\"2\":1,\"4\":1,\"15\":1,\"17\":1,\"18\":4,\"21\":1,\"27\":1,\"28\":2,\"39\":1,\"63\":1,\"67\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"113\":1,\"131\":1,\"237\":1,\"263\":1,\"275\":2,\"285\":1,\"288\":1,\"291\":1,\"304\":1,\"310\":1}}],[\"file\",{\"0\":{\"315\":1},\"1\":{\"1\":1,\"2\":1,\"3\":1,\"4\":1,\"16\":1,\"18\":1,\"19\":2,\"22\":1,\"27\":1,\"37\":1,\"61\":1,\"74\":1,\"76\":1,\"78\":2,\"80\":2,\"82\":2,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":5,\"102\":5,\"103\":14,\"123\":1,\"157\":1,\"160\":4,\"182\":3,\"188\":3,\"235\":1,\"238\":1,\"241\":2,\"242\":1,\"243\":1,\"245\":1,\"246\":1,\"257\":1,\"261\":1,\"266\":1,\"275\":1,\"285\":1,\"304\":1,\"310\":2,\"315\":3}}],[\"fixing\",{\"1\":{\"17\":1,\"47\":1}}],[\"fixes\",{\"1\":{\"16\":1,\"18\":1,\"19\":1,\"31\":1,\"72\":2,\"74\":4,\"76\":4,\"78\":4,\"80\":5,\"82\":5,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":6,\"100\":6,\"102\":6,\"103\":8}}],[\"fixed\",{\"1\":{\"15\":1,\"32\":1,\"44\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":5,\"160\":1,\"309\":1}}],[\"fix\",{\"1\":{\"2\":10,\"3\":3,\"4\":1,\"5\":4,\"6\":1,\"7\":1,\"8\":1,\"9\":8,\"10\":6,\"11\":10,\"12\":2,\"13\":1,\"14\":1,\"15\":5,\"16\":15,\"17\":8,\"18\":17,\"19\":36,\"20\":3,\"21\":3,\"22\":1,\"23\":9,\"24\":6,\"25\":5,\"26\":3,\"27\":42,\"28\":24,\"29\":11,\"30\":2,\"31\":34,\"32\":7,\"33\":6,\"34\":6,\"35\":1,\"37\":4,\"39\":2,\"40\":6,\"41\":4,\"43\":4,\"46\":1,\"47\":1,\"48\":4,\"49\":2,\"50\":1,\"51\":2,\"52\":1,\"53\":1,\"55\":1,\"61\":1,\"62\":12,\"64\":3,\"65\":2,\"66\":3,\"67\":14,\"68\":5,\"69\":3,\"72\":3,\"74\":41,\"76\":45,\"78\":47,\"80\":59,\"82\":68,\"84\":72,\"86\":77,\"88\":78,\"90\":79,\"92\":82,\"94\":88,\"96\":89,\"98\":90,\"100\":96,\"102\":110,\"103\":105,\"113\":1,\"151\":3,\"288\":2,\"309\":1}}],[\"um\",{\"1\":{\"326\":2}}],[\"umlaut\",{\"1\":{\"62\":1}}],[\"u\",{\"1\":{\"189\":1,\"268\":2,\"270\":1}}],[\"ulfgebhardt\",{\"1\":{\"115\":1}}],[\"ulf\",{\"1\":{\"115\":1}}],[\"ufollow\",{\"1\":{\"102\":1}}],[\"uri\",{\"1\":{\"53\":1}}],[\"url\",{\"0\":{\"333\":1},\"1\":{\"29\":1,\"40\":1,\"62\":2,\"64\":1,\"66\":2,\"68\":1,\"69\":1,\"72\":2,\"74\":11,\"76\":11,\"78\":11,\"80\":11,\"82\":11,\"84\":11,\"86\":13,\"88\":13,\"90\":13,\"92\":13,\"94\":13,\"96\":13,\"98\":13,\"100\":14,\"102\":15,\"103\":5,\"171\":1,\"241\":2,\"243\":1,\"282\":1,\"332\":1,\"333\":1}}],[\"urls\",{\"1\":{\"27\":1,\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":7}}],[\"utilizing\",{\"1\":{\"267\":1,\"270\":1}}],[\"utilizes\",{\"1\":{\"265\":1}}],[\"utilize\",{\"1\":{\"19\":1}}],[\"utils\",{\"1\":{\"43\":1,\"62\":2,\"65\":2,\"66\":1,\"68\":1,\"70\":2,\"72\":1,\"74\":10,\"76\":11,\"78\":11,\"80\":13,\"82\":13,\"84\":13,\"86\":13,\"88\":14,\"90\":14,\"92\":15,\"94\":16,\"96\":16,\"98\":16,\"100\":16,\"102\":16,\"103\":10,\"155\":1,\"288\":1,\"310\":1}}],[\"util\",{\"1\":{\"31\":1}}],[\"utc\",{\"1\":{\"1\":1,\"19\":1}}],[\"uuid\",{\"1\":{\"18\":1,\"62\":2,\"66\":4,\"72\":1,\"74\":6,\"76\":6,\"78\":6,\"80\":6,\"82\":6,\"84\":6,\"86\":6,\"88\":6,\"90\":6,\"92\":6,\"94\":6,\"96\":6,\"98\":6,\"100\":6,\"102\":6,\"103\":1}}],[\"ux\",{\"1\":{\"16\":1}}],[\"unpack\",{\"1\":{\"275\":1}}],[\"und\",{\"1\":{\"326\":4}}],[\"undo\",{\"1\":{\"231\":1}}],[\"understand\",{\"1\":{\"113\":1,\"191\":1,\"293\":1,\"299\":1}}],[\"under\",{\"1\":{\"103\":1,\"270\":2,\"283\":1,\"320\":1,\"323\":1}}],[\"underline\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"undefined\",{\"1\":{\"2\":1,\"67\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":3,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4}}],[\"unwelcome\",{\"1\":{\"106\":1}}],[\"unwanted\",{\"1\":{\"47\":1}}],[\"unable\",{\"1\":{\"251\":1}}],[\"unacceptable\",{\"1\":{\"106\":1,\"107\":1,\"109\":1}}],[\"unauthenticated\",{\"1\":{\"103\":3}}],[\"unsere\",{\"1\":{\"326\":2}}],[\"unseeder\",{\"1\":{\"103\":1}}],[\"unsure\",{\"1\":{\"298\":1}}],[\"unshout\",{\"1\":{\"103\":1}}],[\"unfortunatelly\",{\"1\":{\"320\":1}}],[\"unfollow\",{\"1\":{\"103\":2}}],[\"unfunctional\",{\"1\":{\"103\":1}}],[\"unfuctional\",{\"1\":{\"103\":1}}],[\"unexpose\",{\"1\":{\"103\":1}}],[\"untouched\",{\"1\":{\"290\":1}}],[\"untranslated\",{\"1\":{\"103\":1}}],[\"until\",{\"1\":{\"11\":1,\"181\":1}}],[\"unrestricted=apoc\",{\"1\":{\"275\":1}}],[\"unrelated\",{\"1\":{\"270\":1}}],[\"unreward\",{\"1\":{\"103\":1}}],[\"unread\",{\"1\":{\"21\":1,\"27\":2}}],[\"unlock\",{\"1\":{\"103\":1}}],[\"unlocalised\",{\"1\":{\"103\":3}}],[\"unless\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"192\":1}}],[\"unverified\",{\"1\":{\"103\":1}}],[\"unmute\",{\"1\":{\"68\":1,\"70\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"unblock\",{\"1\":{\"68\":1,\"70\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3}}],[\"unbranded\",{\"1\":{\"18\":1}}],[\"uninstall\",{\"1\":{\"251\":1}}],[\"unintended\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"university\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"universal\",{\"1\":{\"37\":1,\"43\":1,\"64\":1,\"67\":1,\"69\":1,\"74\":3,\"76\":3,\"78\":4,\"80\":4,\"82\":5,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":6,\"103\":2}}],[\"unique\",{\"1\":{\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"282\":1,\"294\":1,\"295\":1,\"302\":2,\"304\":2}}],[\"unit\",{\"0\":{\"179\":1,\"194\":1,\"310\":1},\"1\":{\"8\":1,\"16\":1,\"19\":3,\"20\":1,\"28\":1,\"33\":1,\"62\":2,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"147\":1,\"179\":1,\"189\":1,\"266\":6,\"288\":3,\"310\":1}}],[\"unumute\",{\"1\":{\"17\":1}}],[\"unused\",{\"1\":{\"15\":2,\"16\":1,\"18\":1,\"19\":2,\"28\":2,\"62\":1,\"68\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":2}}],[\"us\",{\"0\":{\"137\":1},\"1\":{\"115\":1,\"132\":2,\"137\":1,\"138\":1,\"139\":1,\"147\":1,\"152\":1,\"316\":1}}],[\"usually\",{\"1\":{\"113\":1,\"291\":1,\"294\":1,\"310\":1}}],[\"usable\",{\"1\":{\"102\":1,\"320\":1}}],[\"usage\",{\"0\":{\"331\":1},\"1\":{\"2\":1,\"19\":1,\"28\":1}}],[\"using\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"106\":1,\"108\":1,\"122\":1,\"124\":1,\"144\":2,\"149\":1,\"182\":1,\"184\":1,\"202\":1,\"261\":1,\"270\":1,\"273\":1,\"288\":1,\"293\":1,\"298\":1,\"304\":1,\"321\":1,\"324\":1}}],[\"useful\",{\"1\":{\"310\":1}}],[\"usefulness\",{\"1\":{\"213\":1}}],[\"uses\",{\"1\":{\"103\":1,\"191\":1,\"265\":1,\"294\":2}}],[\"used\",{\"0\":{\"263\":1},\"1\":{\"17\":1,\"31\":1,\"200\":1,\"234\":1,\"261\":1,\"263\":1,\"265\":1,\"269\":1,\"273\":1,\"279\":1,\"281\":1,\"294\":1,\"299\":1,\"305\":1,\"310\":1,\"312\":1,\"325\":1}}],[\"use\",{\"0\":{\"270\":1,\"295\":1,\"302\":1,\"303\":1,\"305\":1,\"306\":1,\"315\":1,\"316\":1,\"317\":1,\"324\":1},\"1\":{\"17\":1,\"19\":1,\"22\":2,\"27\":3,\"28\":1,\"31\":3,\"54\":1,\"67\":1,\"68\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":6,\"82\":6,\"84\":7,\"86\":7,\"88\":7,\"90\":7,\"92\":7,\"94\":7,\"96\":7,\"98\":7,\"100\":7,\"102\":7,\"103\":23,\"106\":1,\"113\":1,\"117\":1,\"120\":1,\"123\":1,\"124\":3,\"131\":2,\"148\":1,\"166\":1,\"175\":1,\"177\":1,\"182\":6,\"184\":1,\"192\":1,\"199\":1,\"270\":5,\"273\":1,\"283\":1,\"285\":4,\"288\":3,\"291\":1,\"294\":1,\"298\":2,\"299\":1,\"300\":1,\"302\":1,\"303\":2,\"305\":1,\"306\":1,\"309\":1,\"310\":1,\"313\":2,\"316\":2,\"320\":1,\"321\":1,\"325\":2}}],[\"usermenu\",{\"1\":{\"103\":1}}],[\"userprofile\",{\"1\":{\"103\":1}}],[\"userprofil\",{\"1\":{\"103\":1}}],[\"userrole\",{\"1\":{\"37\":1}}],[\"usergroup\",{\"1\":{\"37\":1}}],[\"username\",{\"1\":{\"27\":1,\"103\":2}}],[\"usertag\",{\"1\":{\"27\":2}}],[\"users\",{\"1\":{\"16\":3,\"17\":3,\"33\":1,\"68\":1,\"69\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":7,\"132\":1,\"209\":1,\"211\":1,\"218\":1,\"219\":1,\"226\":2,\"227\":2,\"228\":2,\"229\":2,\"258\":1}}],[\"user\",{\"0\":{\"135\":1,\"204\":1,\"205\":1,\"324\":1},\"1\":{\"7\":1,\"9\":3,\"11\":2,\"15\":1,\"17\":3,\"20\":1,\"27\":3,\"28\":1,\"31\":4,\"36\":1,\"58\":1,\"62\":5,\"65\":1,\"66\":1,\"67\":2,\"68\":1,\"74\":7,\"76\":9,\"78\":9,\"80\":14,\"82\":16,\"84\":17,\"86\":18,\"88\":19,\"90\":19,\"92\":20,\"94\":20,\"96\":22,\"98\":22,\"100\":22,\"102\":25,\"103\":22,\"132\":1,\"134\":2,\"135\":1,\"139\":1,\"146\":2,\"177\":1,\"200\":1,\"204\":2,\"205\":2,\"209\":1,\"215\":1,\"223\":1,\"227\":2,\"231\":1,\"282\":3,\"294\":1,\"319\":1,\"322\":2,\"324\":1,\"325\":2}}],[\"ui\",{\"1\":{\"2\":1,\"9\":1,\"16\":1,\"27\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"230\":1,\"284\":1}}],[\"upvote\",{\"1\":{\"208\":1}}],[\"uppgraded\",{\"1\":{\"103\":1}}],[\"upstream\",{\"1\":{\"103\":1}}],[\"updating\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2}}],[\"updatecomment\",{\"1\":{\"102\":1}}],[\"updatepost\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3}}],[\"updategroup\",{\"1\":{\"36\":1}}],[\"updatedat\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"326\":2}}],[\"updated\",{\"1\":{\"27\":1,\"59\":1,\"103\":2,\"189\":1,\"270\":1}}],[\"update\",{\"0\":{\"232\":1,\"243\":1,\"268\":1},\"1\":{\"9\":1,\"11\":1,\"15\":1,\"17\":3,\"18\":18,\"19\":7,\"21\":1,\"27\":3,\"28\":3,\"29\":1,\"31\":4,\"34\":2,\"36\":2,\"37\":1,\"38\":1,\"41\":2,\"47\":1,\"62\":2,\"65\":1,\"66\":4,\"67\":4,\"68\":1,\"69\":1,\"72\":3,\"74\":17,\"76\":24,\"78\":32,\"80\":40,\"82\":42,\"84\":48,\"86\":49,\"88\":50,\"90\":52,\"92\":53,\"94\":55,\"96\":56,\"98\":58,\"100\":61,\"102\":64,\"103\":35,\"160\":1,\"251\":1,\"266\":3,\"268\":4,\"270\":2,\"276\":1}}],[\"updates\",{\"1\":{\"2\":3,\"9\":1,\"15\":1,\"16\":1,\"17\":2,\"18\":26,\"19\":2,\"31\":1,\"62\":1,\"103\":1,\"266\":1}}],[\"up\",{\"0\":{\"112\":1},\"1\":{\"17\":1,\"33\":1,\"53\":1,\"62\":2,\"67\":2,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":6,\"113\":1,\"132\":1,\"149\":5,\"153\":1,\"181\":3,\"182\":2,\"183\":3,\"187\":1,\"188\":2,\"196\":1,\"204\":1,\"217\":1,\"267\":2,\"274\":1,\"276\":2,\"293\":2,\"309\":1,\"320\":1}}],[\"upgraded\",{\"1\":{\"103\":1}}],[\"upgrade\",{\"1\":{\"9\":1,\"19\":1,\"21\":1,\"28\":1,\"31\":2,\"32\":1,\"43\":1,\"62\":2,\"63\":1,\"64\":1,\"67\":1,\"74\":4,\"76\":4,\"78\":4,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":6,\"251\":8}}],[\"upload\",{\"1\":{\"2\":1,\"4\":1,\"16\":1,\"17\":1,\"18\":3,\"19\":1,\"27\":1,\"31\":2,\"32\":1,\"34\":1,\"63\":1,\"74\":2,\"76\":2,\"78\":3,\"80\":3,\"82\":3,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":6,\"102\":6,\"103\":12,\"205\":2,\"207\":2}}],[\"uploads\",{\"1\":{\"2\":1,\"103\":1,\"219\":1}}],[\"gdpr\",{\"1\":{\"204\":1}}],[\"g\",{\"1\":{\"137\":1,\"148\":1,\"166\":1,\"188\":1,\"204\":1,\"207\":1,\"213\":1,\"270\":1,\"291\":1,\"313\":1,\"315\":2}}],[\"gmt+2\",{\"1\":{\"116\":1}}],[\"gmt+1\",{\"1\":{\"116\":1}}],[\"goes\",{\"1\":{\"325\":1}}],[\"go\",{\"1\":{\"171\":1,\"275\":1,\"293\":1,\"294\":1,\"316\":1}}],[\"goal\",{\"1\":{\"132\":1,\"293\":1}}],[\"good\",{\"1\":{\"109\":1,\"113\":1,\"137\":2,\"151\":1,\"213\":1,\"293\":1,\"300\":1}}],[\"got\",{\"1\":{\"103\":2,\"174\":1}}],[\"guarantees\",{\"1\":{\"178\":1}}],[\"guideline\",{\"1\":{\"151\":1}}],[\"guidelines\",{\"0\":{\"292\":1,\"297\":1,\"301\":1,\"314\":1},\"1\":{\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"112\":1,\"288\":2,\"296\":1,\"306\":1,\"307\":1,\"309\":1,\"313\":1}}],[\"guide\",{\"0\":{\"135\":1,\"176\":1},\"1\":{\"135\":1,\"158\":1,\"288\":1,\"318\":1}}],[\"guests\",{\"1\":{\"103\":1}}],[\"gives\",{\"1\":{\"313\":1}}],[\"give\",{\"1\":{\"103\":1,\"137\":1,\"152\":1,\"202\":1}}],[\"given\",{\"1\":{\"46\":1,\"269\":1}}],[\"gitbook\",{\"1\":{\"161\":2}}],[\"gitmodules\",{\"1\":{\"103\":1}}],[\"gitkeep\",{\"1\":{\"52\":1}}],[\"git\",{\"1\":{\"18\":1,\"19\":2,\"144\":5,\"270\":10}}],[\"github\",{\"0\":{\"170\":1},\"1\":{\"17\":1,\"18\":4,\"19\":1,\"27\":3,\"31\":4,\"43\":1,\"61\":1,\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":2,\"102\":3,\"103\":7,\"112\":1,\"113\":2,\"115\":1,\"137\":2,\"141\":1,\"144\":2,\"151\":1,\"160\":1,\"166\":2,\"170\":1,\"251\":3,\"270\":2}}],[\"gitignored\",{\"1\":{\"103\":1}}],[\"gitignore\",{\"1\":{\"16\":1,\"18\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3}}],[\"gql\",{\"1\":{\"31\":1,\"36\":1}}],[\"gap\",{\"1\":{\"31\":3}}],[\"gaurav\",{\"1\":{\"18\":1}}],[\"glossary\",{\"1\":{\"332\":1}}],[\"global\",{\"1\":{\"12\":1,\"22\":1,\"202\":1,\"210\":1}}],[\"gl\",{\"1\":{\"19\":1}}],[\"ghaction\",{\"1\":{\"17\":1,\"18\":2}}],[\"gruppe\",{\"1\":{\"326\":6}}],[\"great\",{\"1\":{\"311\":1}}],[\"grep\",{\"1\":{\"282\":2}}],[\"green\",{\"1\":{\"27\":1,\"171\":1,\"305\":2}}],[\"grows\",{\"1\":{\"191\":1}}],[\"grow\",{\"1\":{\"117\":1}}],[\"grouptype\",{\"1\":{\"326\":3}}],[\"groupmember\",{\"1\":{\"36\":1}}],[\"grouplist\",{\"1\":{\"31\":1}}],[\"groupitem\",{\"1\":{\"31\":1}}],[\"groups\",{\"1\":{\"15\":1,\"16\":1,\"17\":2,\"27\":1,\"31\":9,\"32\":1,\"33\":1,\"34\":3,\"35\":2,\"36\":10,\"134\":1,\"246\":2,\"326\":1}}],[\"group\",{\"1\":{\"2\":3,\"5\":3,\"6\":1,\"8\":2,\"9\":2,\"11\":7,\"15\":1,\"16\":5,\"17\":7,\"18\":32,\"19\":2,\"23\":1,\"24\":1,\"27\":1,\"28\":2,\"29\":5,\"31\":4,\"33\":4,\"34\":3,\"35\":1,\"36\":12,\"246\":1,\"326\":11}}],[\"grid\",{\"1\":{\"103\":1,\"238\":1}}],[\"granted\",{\"1\":{\"131\":1}}],[\"grammar\",{\"1\":{\"120\":1}}],[\"gracefully\",{\"1\":{\"106\":1}}],[\"graqhql\",{\"1\":{\"37\":1}}],[\"graph\",{\"1\":{\"234\":1,\"263\":1,\"273\":2,\"274\":1,\"279\":1}}],[\"graphiql\",{\"1\":{\"28\":1}}],[\"graphql\",{\"0\":{\"190\":1,\"192\":1,\"321\":1,\"324\":1,\"325\":1,\"336\":1},\"1\":{\"9\":1,\"15\":1,\"16\":4,\"17\":1,\"18\":2,\"28\":1,\"31\":1,\"33\":2,\"43\":3,\"62\":2,\"64\":3,\"65\":2,\"66\":2,\"67\":1,\"68\":4,\"69\":4,\"74\":27,\"76\":28,\"78\":29,\"80\":31,\"82\":32,\"84\":38,\"86\":40,\"88\":40,\"90\":40,\"92\":40,\"94\":40,\"96\":40,\"98\":40,\"100\":43,\"102\":46,\"103\":55,\"154\":1,\"158\":2,\"182\":5,\"190\":3,\"191\":2,\"192\":2,\"193\":1,\"321\":3,\"322\":1,\"323\":1,\"324\":1}}],[\"geschaffen\",{\"1\":{\"326\":2}}],[\"generic\",{\"1\":{\"291\":2,\"294\":1}}],[\"generation\",{\"1\":{\"265\":1}}],[\"generating\",{\"1\":{\"261\":1}}],[\"generates\",{\"1\":{\"192\":1}}],[\"generate\",{\"1\":{\"103\":1,\"188\":1,\"266\":1,\"279\":1,\"320\":1}}],[\"generated\",{\"1\":{\"1\":1,\"19\":2,\"193\":1}}],[\"general\",{\"0\":{\"148\":1},\"1\":{\"27\":1,\"31\":1,\"39\":1}}],[\"gender\",{\"1\":{\"105\":1}}],[\"ger\",{\"1\":{\"174\":2}}],[\"gerald1614\",{\"1\":{\"103\":1}}],[\"germany\",{\"1\":{\"116\":1}}],[\"german\",{\"1\":{\"10\":1,\"11\":2,\"67\":1,\"70\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":4,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":3,\"116\":2,\"204\":1,\"207\":1,\"213\":1}}],[\"geocoder\",{\"1\":{\"19\":1}}],[\"geodata\",{\"1\":{\"18\":1}}],[\"geolocation\",{\"1\":{\"2\":1,\"103\":1}}],[\"gets\",{\"1\":{\"178\":1,\"203\":1}}],[\"getting\",{\"0\":{\"112\":1}}],[\"getters\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"get\",{\"1\":{\"10\":1,\"45\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3,\"112\":3,\"113\":1,\"124\":1,\"152\":1,\"191\":1,\"206\":1,\"239\":1,\"268\":1,\"282\":2,\"320\":1}}],[\"ihnen\",{\"1\":{\"326\":2}}],[\"ihr\",{\"1\":{\"326\":2}}],[\"irrelevant\",{\"1\":{\"103\":1}}],[\"i\",{\"1\":{\"103\":1,\"332\":1}}],[\"identifying\",{\"1\":{\"302\":1}}],[\"identity\",{\"1\":{\"105\":2}}],[\"id\",{\"1\":{\"103\":3,\"282\":1,\"326\":3}}],[\"ids\",{\"0\":{\"302\":1},\"1\":{\"103\":1,\"302\":5}}],[\"izitoast\",{\"1\":{\"103\":3}}],[\"ii\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3}}],[\"ionos\",{\"1\":{\"261\":1}}],[\"io\",{\"1\":{\"31\":1,\"103\":3,\"251\":4}}],[\"ioredis\",{\"1\":{\"16\":1,\"62\":1,\"67\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"ignore\",{\"1\":{\"19\":1,\"103\":2}}],[\"itcss\",{\"1\":{\"307\":1}}],[\"it4change\",{\"1\":{\"270\":1}}],[\"it4c\",{\"1\":{\"264\":1}}],[\"itself\",{\"1\":{\"306\":1}}],[\"its\",{\"1\":{\"103\":2,\"108\":1,\"132\":1,\"147\":1,\"198\":1,\"299\":1,\"315\":3}}],[\"it\",{\"0\":{\"306\":1},\"1\":{\"19\":1,\"31\":1,\"40\":1,\"43\":1,\"76\":1,\"78\":2,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":4,\"109\":1,\"111\":2,\"113\":10,\"117\":1,\"124\":3,\"132\":2,\"137\":3,\"147\":1,\"151\":2,\"152\":1,\"171\":3,\"182\":1,\"190\":1,\"191\":1,\"193\":1,\"213\":1,\"232\":1,\"234\":1,\"239\":1,\"248\":1,\"250\":1,\"253\":1,\"260\":1,\"263\":1,\"279\":1,\"280\":1,\"282\":3,\"283\":2,\"293\":2,\"294\":8,\"298\":2,\"299\":2,\"302\":1,\"304\":1,\"305\":2,\"306\":4,\"316\":4,\"320\":1,\"325\":1,\"326\":2,\"328\":2,\"333\":1}}],[\"item\",{\"1\":{\"19\":1,\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"219\":1}}],[\"icon=\",{\"1\":{\"328\":1}}],[\"icons\",{\"1\":{\"18\":1,\"30\":1,\"37\":2,\"43\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":4,\"156\":1,\"291\":1,\"332\":1}}],[\"icon\",{\"1\":{\"18\":1,\"31\":3,\"62\":1,\"68\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":3,\"103\":1,\"328\":1}}],[\"i18n\",{\"1\":{\"18\":2,\"103\":4,\"265\":1}}],[\"iframe\",{\"1\":{\"40\":1}}],[\"if\",{\"1\":{\"3\":1,\"18\":1,\"19\":1,\"21\":1,\"31\":1,\"40\":1,\"60\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":9,\"113\":4,\"116\":1,\"123\":1,\"124\":1,\"132\":1,\"137\":1,\"151\":2,\"160\":2,\"177\":2,\"189\":1,\"198\":1,\"234\":1,\"261\":1,\"263\":2,\"269\":1,\"270\":1,\"279\":1,\"280\":1,\"282\":1,\"283\":1,\"298\":1,\"299\":1,\"306\":2,\"323\":1,\"325\":1,\"326\":1}}],[\"isolated\",{\"0\":{\"313\":1},\"1\":{\"288\":1,\"313\":1}}],[\"ist\",{\"1\":{\"120\":1,\"326\":4}}],[\"isauthor\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"isn\",{\"1\":{\"51\":1,\"117\":1}}],[\"issue\",{\"0\":{\"246\":1},\"1\":{\"31\":1,\"36\":1,\"38\":1,\"43\":1,\"62\":2,\"67\":1,\"68\":2,\"74\":3,\"76\":4,\"78\":4,\"80\":5,\"82\":6,\"84\":6,\"86\":6,\"88\":6,\"90\":7,\"92\":7,\"94\":7,\"96\":7,\"98\":7,\"100\":7,\"102\":8,\"103\":3,\"112\":1,\"113\":10,\"137\":1,\"151\":2,\"160\":1,\"182\":1}}],[\"issues\",{\"1\":{\"27\":1,\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3,\"107\":1,\"113\":1,\"137\":1,\"160\":1,\"299\":1,\"302\":1,\"309\":1}}],[\"is\",{\"1\":{\"3\":1,\"16\":2,\"17\":2,\"25\":1,\"27\":1,\"31\":2,\"46\":1,\"58\":1,\"62\":2,\"66\":1,\"74\":2,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":6,\"94\":6,\"96\":6,\"98\":6,\"100\":6,\"102\":6,\"103\":10,\"106\":1,\"108\":1,\"109\":1,\"110\":1,\"112\":1,\"113\":9,\"117\":1,\"120\":1,\"124\":2,\"131\":4,\"132\":4,\"138\":2,\"142\":2,\"147\":1,\"149\":3,\"153\":4,\"156\":1,\"164\":1,\"181\":1,\"182\":2,\"183\":1,\"188\":4,\"189\":3,\"190\":2,\"191\":3,\"193\":1,\"200\":1,\"202\":1,\"213\":1,\"234\":2,\"251\":1,\"255\":1,\"260\":1,\"263\":2,\"265\":5,\"269\":2,\"273\":2,\"276\":1,\"278\":1,\"279\":1,\"282\":2,\"283\":1,\"291\":1,\"293\":4,\"294\":4,\"298\":1,\"299\":1,\"306\":4,\"311\":1,\"316\":1,\"320\":3,\"325\":1,\"326\":4,\"333\":1}}],[\"immediate\",{\"1\":{\"313\":1}}],[\"immediately\",{\"1\":{\"312\":1}}],[\"imgur\",{\"1\":{\"171\":1}}],[\"imgbot\",{\"1\":{\"103\":2}}],[\"img\",{\"0\":{\"341\":1},\"1\":{\"103\":1,\"333\":1}}],[\"impossible\",{\"1\":{\"283\":1}}],[\"importing\",{\"1\":{\"223\":1}}],[\"imported\",{\"1\":{\"103\":1,\"270\":1}}],[\"important\",{\"1\":{\"39\":1,\"142\":1,\"306\":2,\"311\":1}}],[\"imports\",{\"1\":{\"15\":1,\"17\":1,\"31\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"import\",{\"0\":{\"280\":1},\"1\":{\"2\":2,\"5\":1,\"16\":2,\"17\":4,\"18\":6,\"19\":4,\"31\":1,\"40\":1,\"62\":2,\"68\":2,\"72\":6,\"74\":10,\"76\":11,\"78\":11,\"80\":13,\"82\":13,\"84\":13,\"86\":13,\"88\":13,\"90\":13,\"92\":13,\"94\":13,\"96\":13,\"98\":13,\"100\":13,\"102\":13,\"103\":21,\"280\":1}}],[\"implied\",{\"1\":{\"131\":1}}],[\"implemented\",{\"1\":{\"31\":1,\"62\":1,\"113\":1,\"203\":3}}],[\"implementation\",{\"1\":{\"31\":1,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":4}}],[\"implement\",{\"0\":{\"245\":1,\"248\":1,\"250\":1},\"1\":{\"18\":2,\"19\":1,\"24\":1,\"31\":4,\"36\":9,\"38\":1,\"42\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":7,\"113\":1,\"192\":1,\"203\":1,\"320\":1}}],[\"imprint\",{\"1\":{\"15\":1,\"102\":1,\"103\":2}}],[\"improves\",{\"1\":{\"191\":1}}],[\"improved\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"improvement\",{\"1\":{\"18\":1}}],[\"improvements\",{\"1\":{\"9\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2}}],[\"improve\",{\"1\":{\"9\":1,\"19\":3,\"62\":1,\"66\":1,\"72\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":3,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":7,\"103\":3,\"138\":1}}],[\"imagery\",{\"1\":{\"106\":1}}],[\"image>\",{\"1\":{\"103\":1}}],[\"imageaspectratio\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"imageuploader\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"images\",{\"0\":{\"167\":1,\"333\":1},\"1\":{\"27\":3,\"28\":1,\"31\":3,\"44\":1,\"54\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":9,\"123\":1,\"291\":1,\"333\":1}}],[\"image\",{\"1\":{\"2\":1,\"16\":1,\"17\":1,\"18\":2,\"29\":1,\"31\":1,\"32\":1,\"39\":2,\"49\":1,\"58\":1,\"61\":1,\"62\":3,\"63\":2,\"64\":2,\"66\":1,\"67\":3,\"68\":1,\"69\":1,\"70\":1,\"72\":1,\"74\":17,\"76\":19,\"78\":19,\"80\":21,\"82\":21,\"84\":21,\"86\":23,\"88\":23,\"90\":23,\"92\":23,\"94\":24,\"96\":24,\"98\":24,\"100\":25,\"102\":27,\"103\":22,\"171\":1,\"271\":1,\"279\":1,\"280\":1,\"282\":3,\"316\":1}}],[\"inverse><\",{\"1\":{\"331\":1}}],[\"inverted\",{\"1\":{\"307\":1}}],[\"investigativen\",{\"1\":{\"326\":2}}],[\"investigative\",{\"1\":{\"326\":2}}],[\"investigate\",{\"1\":{\"109\":1}}],[\"invoked\",{\"1\":{\"191\":1}}],[\"invitation\",{\"0\":{\"229\":1},\"1\":{\"11\":1,\"36\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"151\":2,\"258\":1}}],[\"invititation\",{\"1\":{\"11\":1}}],[\"invited\",{\"1\":{\"151\":1}}],[\"invites\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"invite\",{\"1\":{\"9\":1,\"11\":6,\"18\":1,\"31\":2,\"46\":1,\"48\":1,\"62\":2,\"151\":2,\"228\":1,\"229\":2}}],[\"indicator\",{\"1\":{\"293\":1}}],[\"individuals\",{\"1\":{\"210\":1}}],[\"individual\",{\"1\":{\"108\":1,\"178\":1,\"199\":1}}],[\"index\",{\"0\":{\"282\":1},\"1\":{\"62\":1,\"66\":1,\"69\":1,\"74\":3,\"76\":3,\"78\":4,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":5,\"100\":5,\"102\":5,\"103\":1,\"282\":4,\"294\":3}}],[\"indexes\",{\"1\":{\"31\":1,\"282\":10}}],[\"indexid\",{\"1\":{\"27\":2}}],[\"inappropriate\",{\"1\":{\"106\":1,\"107\":1}}],[\"inactive\",{\"1\":{\"19\":1}}],[\"injection\",{\"1\":{\"103\":1}}],[\"inside\",{\"1\":{\"153\":1}}],[\"insulting\",{\"1\":{\"106\":1}}],[\"insensitively\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"instance\",{\"1\":{\"112\":1,\"182\":1,\"276\":1}}],[\"instances\",{\"1\":{\"107\":1,\"109\":1}}],[\"installing\",{\"1\":{\"289\":1}}],[\"installed\",{\"1\":{\"251\":2}}],[\"installcrds=true\",{\"1\":{\"251\":1}}],[\"installations\",{\"1\":{\"146\":1}}],[\"installation\",{\"0\":{\"143\":1,\"147\":1,\"148\":1,\"150\":1,\"181\":1,\"182\":1,\"274\":1,\"275\":1,\"285\":1},\"1\":{\"19\":1,\"103\":2,\"142\":1,\"147\":1,\"148\":1,\"149\":1,\"150\":1,\"181\":1,\"182\":1,\"261\":1,\"275\":1}}],[\"install\",{\"0\":{\"198\":1},\"1\":{\"16\":1,\"19\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":4,\"112\":1,\"142\":1,\"148\":1,\"175\":2,\"181\":1,\"182\":4,\"198\":2,\"251\":2,\"266\":1,\"268\":2,\"275\":1,\"276\":2,\"285\":5}}],[\"instruction\",{\"1\":{\"103\":2}}],[\"instructions\",{\"1\":{\"103\":8,\"112\":1,\"323\":1}}],[\"instead\",{\"0\":{\"303\":1,\"305\":1},\"1\":{\"27\":1,\"103\":5,\"298\":1,\"299\":1,\"302\":1,\"303\":1}}],[\"input\",{\"1\":{\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"303\":1,\"310\":1}}],[\"inputs\",{\"1\":{\"27\":1}}],[\"infinitely\",{\"1\":{\"103\":1}}],[\"infinite\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1}}],[\"inform\",{\"1\":{\"228\":1}}],[\"information\",{\"1\":{\"17\":1,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"106\":1,\"135\":1,\"201\":1,\"202\":1,\"204\":1,\"205\":1,\"221\":1,\"223\":1,\"254\":1,\"255\":1,\"258\":1,\"261\":1,\"283\":1,\"288\":1}}],[\"info\",{\"0\":{\"221\":1},\"1\":{\"45\":1,\"102\":1,\"103\":1,\"168\":1,\"170\":1,\"174\":2,\"202\":1,\"320\":1}}],[\"ini\",{\"1\":{\"62\":3}}],[\"initializes\",{\"1\":{\"282\":1}}],[\"initialized\",{\"1\":{\"183\":1}}],[\"initialisation\",{\"1\":{\"62\":1}}],[\"init\",{\"1\":{\"42\":1,\"149\":1,\"183\":3,\"187\":1,\"282\":5}}],[\"inmemory\",{\"1\":{\"43\":1,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":5}}],[\"incident\",{\"1\":{\"109\":1}}],[\"inclusive\",{\"1\":{\"106\":1}}],[\"including\",{\"1\":{\"18\":1,\"131\":2,\"203\":1,\"310\":1,\"315\":1}}],[\"included\",{\"1\":{\"131\":1}}],[\"includes\",{\"1\":{\"33\":1,\"148\":1}}],[\"include\",{\"1\":{\"17\":1,\"19\":2,\"31\":1,\"106\":2,\"108\":1,\"113\":1,\"160\":1,\"270\":1}}],[\"incorporate\",{\"1\":{\"113\":1}}],[\"incorrect\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"incompatibility\",{\"1\":{\"103\":1}}],[\"inconsistency\",{\"1\":{\"2\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"increased\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"increase\",{\"1\":{\"19\":1,\"62\":1,\"67\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1}}],[\"introduction\",{\"0\":{\"141\":1},\"1\":{\"158\":1}}],[\"introduce\",{\"1\":{\"10\":1,\"19\":1,\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"152\":2,\"191\":1,\"232\":1}}],[\"integration\",{\"1\":{\"103\":3,\"177\":1}}],[\"integrate\",{\"1\":{\"103\":2}}],[\"integrated\",{\"1\":{\"103\":1,\"202\":1}}],[\"interplanetary\",{\"1\":{\"326\":2}}],[\"internet\",{\"1\":{\"328\":2}}],[\"intern\",{\"1\":{\"326\":2}}],[\"internationalization\",{\"0\":{\"230\":1}}],[\"internally\",{\"1\":{\"326\":2}}],[\"internal\",{\"1\":{\"31\":2,\"41\":1,\"43\":1,\"166\":1}}],[\"interaction\",{\"0\":{\"214\":1}}],[\"interactive\",{\"0\":{\"199\":1},\"1\":{\"199\":3,\"274\":1}}],[\"interact\",{\"1\":{\"202\":1,\"225\":1}}],[\"interface\",{\"1\":{\"200\":1,\"204\":1,\"228\":1}}],[\"interesting\",{\"1\":{\"202\":1}}],[\"interested\",{\"1\":{\"132\":2,\"139\":1,\"225\":1}}],[\"interest\",{\"1\":{\"105\":1}}],[\"intersectionobserver\",{\"1\":{\"103\":1}}],[\"interval\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"intermittent\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":3}}],[\"into\",{\"1\":{\"2\":1,\"15\":2,\"16\":1,\"31\":1,\"100\":2,\"102\":2,\"103\":3,\"113\":2,\"115\":1,\"141\":1,\"144\":1,\"147\":1,\"171\":1,\"184\":1,\"185\":1,\"191\":1,\"202\":1,\"266\":1,\"275\":1,\"279\":1,\"280\":3,\"290\":1,\"291\":1,\"293\":2,\"296\":1,\"300\":1,\"307\":1,\"309\":1,\"326\":1}}],[\"in\",{\"0\":{\"174\":1,\"313\":1},\"1\":{\"1\":2,\"2\":21,\"4\":11,\"5\":8,\"6\":6,\"8\":1,\"9\":17,\"10\":1,\"11\":2,\"12\":1,\"14\":1,\"15\":3,\"16\":20,\"17\":25,\"18\":160,\"19\":32,\"20\":1,\"21\":11,\"22\":2,\"23\":3,\"24\":2,\"25\":2,\"27\":10,\"28\":17,\"29\":13,\"31\":8,\"32\":3,\"33\":1,\"34\":6,\"36\":8,\"37\":9,\"39\":3,\"40\":1,\"41\":1,\"42\":1,\"43\":36,\"48\":2,\"53\":1,\"62\":103,\"63\":12,\"64\":31,\"65\":21,\"66\":55,\"67\":33,\"68\":36,\"69\":48,\"70\":14,\"71\":3,\"72\":71,\"74\":468,\"76\":507,\"78\":514,\"80\":576,\"82\":601,\"84\":631,\"86\":674,\"88\":679,\"90\":683,\"92\":696,\"94\":721,\"96\":744,\"98\":748,\"100\":784,\"102\":814,\"103\":529,\"105\":2,\"106\":1,\"107\":1,\"108\":1,\"109\":2,\"112\":3,\"113\":9,\"114\":1,\"116\":4,\"117\":2,\"120\":1,\"122\":1,\"124\":3,\"126\":1,\"127\":1,\"129\":1,\"130\":1,\"131\":6,\"132\":4,\"135\":1,\"139\":1,\"142\":1,\"146\":1,\"149\":9,\"151\":2,\"153\":6,\"160\":2,\"166\":1,\"171\":1,\"174\":2,\"177\":1,\"178\":1,\"181\":1,\"182\":7,\"183\":3,\"184\":4,\"185\":2,\"186\":2,\"187\":3,\"188\":8,\"189\":4,\"191\":1,\"193\":1,\"194\":1,\"198\":1,\"200\":2,\"202\":2,\"203\":3,\"227\":1,\"229\":1,\"234\":1,\"235\":2,\"236\":1,\"237\":1,\"238\":2,\"241\":4,\"242\":2,\"243\":2,\"245\":2,\"246\":3,\"248\":1,\"251\":2,\"253\":1,\"256\":1,\"257\":1,\"260\":1,\"261\":2,\"263\":2,\"266\":2,\"267\":2,\"268\":1,\"270\":3,\"276\":3,\"278\":2,\"279\":4,\"280\":2,\"282\":9,\"283\":2,\"285\":1,\"288\":5,\"290\":3,\"291\":2,\"293\":2,\"294\":3,\"295\":2,\"303\":1,\"304\":1,\"305\":1,\"306\":5,\"310\":4,\"311\":1,\"312\":1,\"313\":2,\"315\":2,\"317\":1,\"320\":4,\"321\":1,\"322\":1,\"323\":1,\"325\":2,\"326\":1,\"333\":1}}],[\"euch\",{\"1\":{\"326\":2}}],[\"ermöglichen\",{\"1\":{\"326\":2}}],[\"erros\",{\"1\":{\"103\":1}}],[\"error\",{\"1\":{\"3\":1,\"17\":1,\"19\":1,\"20\":1,\"24\":1,\"25\":2,\"31\":1,\"36\":1,\"37\":1,\"62\":1,\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":5,\"230\":1,\"251\":2}}],[\"errors\",{\"1\":{\"2\":1,\"11\":1,\"31\":1,\"62\":1,\"65\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":1}}],[\"eyjpzci6inuziiwibmftzsi6ikplbm55ifjvc3rvy2silcjzbhvnijoiamvubnktcm9zdg9jayisimlhdci6mty2mjaymzmwnswizxhwijoxnzi1mtm4nta1lcjhdwqioijodhrwoi8vbg9jywxob3n0ojmwmdailcjpc3mioijodhrwoi8vbg9jywxob3n0ojqwmdailcjzdwiioij1myj9\",{\"1\":{\"325\":2}}],[\"eyjhbgcioijiuzi1niisinr5cci6ikpxvcj9\",{\"1\":{\"325\":2}}],[\"edges\",{\"1\":{\"273\":1}}],[\"edits\",{\"1\":{\"107\":1}}],[\"edited\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"editing\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"207\":1,\"208\":1,\"213\":3}}],[\"edition\",{\"1\":{\"62\":1,\"98\":1,\"100\":1,\"102\":1,\"273\":2,\"275\":1}}],[\"editors\",{\"1\":{\"309\":1}}],[\"editorial\",{\"1\":{\"137\":1}}],[\"editor\",{\"1\":{\"27\":1,\"28\":1,\"40\":1,\"43\":1,\"49\":1,\"62\":1,\"69\":1,\"74\":2,\"76\":3,\"78\":3,\"80\":3,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":6}}],[\"edit\",{\"0\":{\"160\":1},\"1\":{\"16\":1,\"31\":1,\"34\":1,\"36\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":4,\"107\":1,\"160\":3,\"188\":2,\"205\":2,\"214\":1,\"215\":1,\"216\":3,\"228\":1}}],[\"ein\",{\"1\":{\"120\":1}}],[\"either\",{\"1\":{\"112\":1,\"316\":1}}],[\"easier\",{\"1\":{\"147\":1}}],[\"easily\",{\"1\":{\"27\":1,\"191\":1,\"293\":1}}],[\"easy\",{\"1\":{\"120\":1,\"293\":3,\"316\":1,\"320\":1}}],[\"each\",{\"1\":{\"117\":1,\"189\":1,\"255\":1,\"288\":2,\"293\":1,\"315\":1}}],[\"ethnicity\",{\"1\":{\"105\":1}}],[\"etc\",{\"1\":{\"16\":1,\"19\":1,\"21\":1,\"31\":6,\"36\":2,\"40\":1,\"41\":1,\"43\":1,\"174\":1}}],[\"e153eb6\",{\"1\":{\"103\":2}}],[\"e77754c\",{\"1\":{\"103\":2}}],[\"effect\",{\"1\":{\"103\":1}}],[\"especially\",{\"1\":{\"191\":1}}],[\"estimated\",{\"1\":{\"113\":1}}],[\"es6\",{\"1\":{\"103\":1}}],[\"es\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"eslint\",{\"1\":{\"2\":5,\"4\":2,\"5\":4,\"6\":2,\"9\":4,\"15\":1,\"16\":10,\"17\":5,\"18\":31,\"19\":10,\"21\":1,\"27\":1,\"37\":1,\"43\":5,\"62\":9,\"65\":2,\"66\":7,\"67\":3,\"68\":2,\"69\":2,\"72\":4,\"74\":36,\"76\":38,\"78\":38,\"80\":49,\"82\":58,\"84\":60,\"86\":66,\"88\":66,\"90\":67,\"92\":68,\"94\":70,\"96\":72,\"98\":72,\"100\":75,\"102\":78,\"103\":106,\"155\":1,\"265\":1,\"266\":2,\"288\":3,\"309\":2}}],[\"ewald\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"equality\",{\"1\":{\"132\":2}}],[\"equally\",{\"1\":{\"132\":1}}],[\"equal\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"echo\",{\"1\":{\"31\":1}}],[\"epic\",{\"0\":{\"246\":1},\"1\":{\"28\":1,\"31\":1,\"35\":2,\"36\":1,\"43\":1}}],[\"eparsing\",{\"1\":{\"19\":1}}],[\"ensure\",{\"1\":{\"251\":2,\"288\":1}}],[\"enhance\",{\"1\":{\"138\":1}}],[\"encounter\",{\"1\":{\"123\":1}}],[\"encod\",{\"1\":{\"103\":1}}],[\"encode\",{\"1\":{\"103\":1}}],[\"encoded\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"261\":1}}],[\"encoding\",{\"1\":{\"62\":1}}],[\"enforced\",{\"1\":{\"265\":1}}],[\"enforce\",{\"1\":{\"109\":1}}],[\"enforcement\",{\"0\":{\"109\":1},\"1\":{\"109\":1}}],[\"engines\",{\"1\":{\"103\":1}}],[\"english\",{\"1\":{\"37\":1,\"103\":4,\"120\":1,\"141\":1,\"204\":1,\"207\":1,\"213\":1}}],[\"enough\",{\"1\":{\"103\":1,\"260\":1}}],[\"enum\",{\"1\":{\"102\":1}}],[\"en\",{\"1\":{\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"120\":1,\"261\":1}}],[\"entire\",{\"1\":{\"103\":1,\"191\":1}}],[\"entrypoint\",{\"1\":{\"103\":1}}],[\"entry\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"291\":1}}],[\"entries\",{\"1\":{\"39\":1,\"103\":1}}],[\"entering\",{\"1\":{\"279\":1,\"280\":2}}],[\"enterprise\",{\"1\":{\"74\":2,\"76\":2,\"78\":2,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":6,\"94\":6,\"96\":6,\"98\":7,\"100\":7,\"102\":7}}],[\"enter\",{\"1\":{\"37\":1,\"282\":3,\"313\":1}}],[\"endpoint\",{\"1\":{\"269\":1}}],[\"endpoints\",{\"0\":{\"269\":1},\"1\":{\"269\":1}}],[\"endtab\",{\"1\":{\"174\":1}}],[\"endhint\",{\"1\":{\"168\":1,\"170\":1,\"174\":2,\"320\":1}}],[\"ended\",{\"1\":{\"28\":1}}],[\"end\",{\"0\":{\"177\":2,\"195\":2},\"1\":{\"28\":1,\"103\":4,\"113\":2,\"142\":2,\"158\":2,\"160\":1,\"261\":1,\"293\":1,\"306\":1}}],[\"enabledeletionvalue\",{\"1\":{\"103\":1}}],[\"enable\",{\"1\":{\"24\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"132\":1}}],[\"envs\",{\"1\":{\"149\":1}}],[\"environments\",{\"0\":{\"250\":1},\"1\":{\"31\":1,\"122\":1,\"149\":1,\"183\":1,\"250\":1}}],[\"environment\",{\"0\":{\"123\":1,\"313\":1},\"1\":{\"19\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"105\":1,\"106\":1,\"145\":1,\"182\":2,\"199\":2,\"234\":1,\"236\":1,\"255\":1,\"258\":1,\"261\":1,\"263\":1,\"283\":1}}],[\"env\",{\"1\":{\"16\":1,\"17\":1,\"18\":2,\"19\":7,\"21\":1,\"23\":2,\"28\":3,\"29\":1,\"37\":1,\"43\":2,\"44\":1,\"47\":1,\"53\":1,\"62\":2,\"63\":2,\"64\":2,\"65\":2,\"66\":8,\"67\":1,\"69\":5,\"72\":5,\"74\":28,\"76\":29,\"78\":29,\"80\":35,\"82\":35,\"84\":38,\"86\":38,\"88\":38,\"90\":38,\"92\":38,\"94\":38,\"96\":40,\"98\":43,\"100\":47,\"102\":50,\"103\":24,\"123\":1,\"149\":4,\"153\":1,\"182\":3,\"234\":1,\"236\":1,\"261\":1,\"263\":2,\"276\":1,\"285\":2,\"321\":2}}],[\"elweyn5803\",{\"1\":{\"115\":1}}],[\"electronic\",{\"1\":{\"106\":1}}],[\"elements\",{\"1\":{\"28\":1,\"241\":1,\"295\":2,\"298\":1,\"299\":1}}],[\"element\",{\"1\":{\"18\":1,\"298\":1,\"299\":2,\"302\":1}}],[\"ellipse\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"elliptic\",{\"1\":{\"43\":2,\"62\":2}}],[\"eliminate\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"else\",{\"1\":{\"11\":1,\"117\":1,\"294\":1}}],[\"e614736e88253e8888967eafadb9b75b237d52ba\",{\"1\":{\"18\":2}}],[\"ever\",{\"1\":{\"298\":1}}],[\"everybody\",{\"1\":{\"116\":1}}],[\"every\",{\"1\":{\"113\":1,\"116\":1,\"152\":1}}],[\"everyone\",{\"1\":{\"105\":1,\"117\":2}}],[\"everything\",{\"1\":{\"16\":1,\"142\":1,\"147\":1,\"181\":1,\"196\":1}}],[\"even\",{\"1\":{\"198\":1,\"199\":1}}],[\"events\",{\"0\":{\"220\":1},\"1\":{\"27\":1,\"28\":3,\"134\":1,\"210\":1,\"220\":1,\"222\":1}}],[\"event\",{\"1\":{\"18\":1,\"19\":2,\"27\":2,\"28\":5,\"43\":1,\"108\":1,\"131\":1}}],[\"evans\",{\"1\":{\"2\":2,\"5\":1,\"9\":2,\"16\":1,\"17\":1,\"18\":9,\"31\":1}}],[\"e\",{\"0\":{\"258\":1},\"1\":{\"11\":1,\"17\":1,\"24\":1,\"31\":1,\"40\":2,\"41\":1,\"42\":1,\"45\":1,\"108\":1,\"117\":1,\"137\":1,\"138\":2,\"148\":1,\"166\":1,\"182\":1,\"188\":1,\"204\":1,\"207\":1,\"213\":1,\"236\":1,\"259\":2,\"261\":3,\"270\":1,\"291\":1,\"313\":1,\"315\":2}}],[\"em><\",{\"1\":{\"326\":4}}],[\"empathy\",{\"1\":{\"106\":1}}],[\"emptystring\",{\"1\":{\"103\":1}}],[\"empty\",{\"1\":{\"2\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":2,\"103\":1,\"283\":1}}],[\"emacs\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"emails2\",{\"1\":{\"13\":1}}],[\"emails\",{\"1\":{\"9\":1,\"14\":1,\"15\":1,\"16\":1,\"32\":1,\"42\":1,\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":4,\"189\":2}}],[\"email\",{\"1\":{\"5\":1,\"9\":1,\"11\":1,\"12\":1,\"15\":1,\"16\":1,\"17\":5,\"46\":1,\"80\":2,\"82\":2,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":4,\"96\":6,\"98\":7,\"100\":9,\"102\":10,\"103\":6,\"146\":1,\"151\":1,\"204\":1,\"229\":2,\"325\":1}}],[\"emote\",{\"1\":{\"102\":1}}],[\"emotions\",{\"1\":{\"103\":3}}],[\"emotion\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"emoji\",{\"1\":{\"61\":1,\"210\":1}}],[\"emojis\",{\"1\":{\"56\":1,\"103\":2}}],[\"embedded\",{\"1\":{\"207\":1}}],[\"embeded\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"embeds\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":3,\"103\":1}}],[\"embed\",{\"1\":{\"23\":1,\"40\":1,\"94\":1,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1}}],[\"e2e\",{\"1\":{\"5\":2,\"15\":1,\"27\":3,\"31\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"exit\",{\"1\":{\"279\":2,\"280\":1,\"282\":5}}],[\"exists\",{\"1\":{\"60\":1}}],[\"existing\",{\"0\":{\"214\":1},\"1\":{\"28\":1,\"221\":1,\"222\":1,\"283\":3,\"313\":1}}],[\"exist\",{\"1\":{\"21\":1,\"283\":1}}],[\"existant\",{\"1\":{\"18\":1}}],[\"executed\",{\"1\":{\"269\":1}}],[\"execute\",{\"1\":{\"191\":1}}],[\"executable\",{\"1\":{\"142\":1,\"266\":1}}],[\"exec\",{\"1\":{\"149\":4,\"183\":4,\"185\":1,\"186\":1,\"187\":2,\"188\":2,\"189\":2,\"279\":1,\"280\":1,\"282\":4,\"288\":3}}],[\"exact\",{\"1\":{\"199\":1}}],[\"exactly\",{\"1\":{\"124\":1,\"190\":1,\"293\":1}}],[\"example\",{\"0\":{\"328\":1,\"330\":1},\"1\":{\"103\":1,\"132\":1,\"146\":3,\"184\":1,\"258\":1,\"263\":1,\"294\":1,\"303\":1,\"305\":1,\"306\":2,\"325\":3,\"333\":1}}],[\"examples\",{\"0\":{\"162\":1},\"1\":{\"53\":1,\"55\":1,\"106\":2,\"108\":1}}],[\"except\",{\"1\":{\"117\":1}}],[\"exclude\",{\"1\":{\"31\":1,\"102\":1}}],[\"expecially\",{\"1\":{\"179\":1}}],[\"expected\",{\"1\":{\"107\":1,\"177\":1,\"310\":1}}],[\"expect\",{\"1\":{\"2\":1,\"21\":1,\"29\":1,\"62\":3,\"63\":1,\"64\":1,\"69\":1,\"74\":6,\"76\":6,\"78\":6,\"80\":6,\"82\":6,\"84\":6,\"86\":6,\"88\":6,\"90\":6,\"92\":6,\"94\":6,\"96\":6,\"98\":6,\"100\":6,\"102\":6}}],[\"experiences\",{\"1\":{\"106\":1}}],[\"experience\",{\"1\":{\"105\":2,\"117\":3}}],[\"expand\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"exploration\",{\"1\":{\"253\":1}}],[\"explicitly\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"123\":1}}],[\"explicit\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"106\":1}}],[\"explain\",{\"1\":{\"69\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"export\",{\"1\":{\"62\":3,\"103\":2,\"123\":1}}],[\"exposing\",{\"1\":{\"31\":1}}],[\"expose\",{\"1\":{\"17\":1,\"32\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3}}],[\"expiration\",{\"1\":{\"40\":1,\"103\":1}}],[\"expires\",{\"1\":{\"48\":1,\"103\":1}}],[\"expiretime\",{\"1\":{\"47\":1}}],[\"expire\",{\"0\":{\"253\":1},\"1\":{\"31\":2,\"253\":1}}],[\"expired\",{\"1\":{\"19\":1,\"103\":1}}],[\"expressed\",{\"1\":{\"293\":1}}],[\"expression\",{\"1\":{\"105\":1}}],[\"expressions\",{\"1\":{\"19\":1,\"21\":1,\"72\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3}}],[\"express\",{\"1\":{\"17\":2,\"18\":9,\"62\":3,\"66\":1,\"74\":3,\"76\":4,\"78\":4,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":5,\"92\":5,\"94\":6,\"96\":6,\"98\":6,\"100\":6,\"102\":7,\"103\":7,\"131\":1,\"191\":1}}],[\"extracted\",{\"1\":{\"275\":1}}],[\"extract\",{\"1\":{\"103\":2}}],[\"extracting\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"extraneous\",{\"1\":{\"17\":1}}],[\"extended\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"210\":1}}],[\"extend\",{\"1\":{\"31\":1}}],[\"extensions\",{\"1\":{\"43\":1,\"62\":4,\"74\":2,\"76\":3,\"78\":3,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":5,\"94\":5,\"96\":6,\"98\":6,\"100\":7,\"102\":7,\"103\":17}}],[\"extension\",{\"1\":{\"3\":1}}],[\"externallink\",{\"1\":{\"241\":3,\"243\":3}}],[\"external\",{\"0\":{\"241\":1},\"1\":{\"28\":1,\"31\":1,\"34\":1,\"251\":1}}],[\"p>\",{\"1\":{\"326\":2}}],[\"p><h3>wie\",{\"1\":{\"326\":2}}],[\"p><h3>wofür\",{\"1\":{\"326\":2}}],[\"p><h3>what\",{\"1\":{\"326\":2}}],[\"p><h3>how\",{\"1\":{\"326\":2}}],[\"p><p><em>deutsch\",{\"1\":{\"326\":2}}],[\"p><p><br><\",{\"1\":{\"326\":2}}],[\"p><p\",{\"1\":{\"326\":4}}],[\"png\",{\"1\":{\"316\":1}}],[\"pp\",{\"1\":{\"257\":1}}],[\"p\",{\"1\":{\"257\":1,\"270\":1}}],[\"philosophy\",{\"0\":{\"117\":1}}],[\"physical\",{\"1\":{\"106\":1}}],[\"pixel\",{\"1\":{\"303\":1}}],[\"pictures\",{\"1\":{\"207\":1,\"210\":1}}],[\"picture\",{\"1\":{\"205\":1,\"207\":1}}],[\"pieces\",{\"1\":{\"177\":1}}],[\"pipeline\",{\"1\":{\"103\":1,\"261\":1}}],[\"pings\",{\"1\":{\"113\":1}}],[\"pinning\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"pinned\",{\"1\":{\"29\":1,\"88\":1,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"pinia\",{\"1\":{\"18\":3,\"265\":1}}],[\"pin\",{\"1\":{\"8\":2,\"18\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"228\":1}}],[\"pwa\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"pkgdeps\",{\"1\":{\"18\":1,\"19\":1}}],[\"packes\",{\"1\":{\"268\":1}}],[\"packages\",{\"1\":{\"15\":2,\"18\":9,\"19\":5,\"21\":1,\"28\":2,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"268\":1}}],[\"package\",{\"1\":{\"2\":1,\"17\":1,\"18\":4,\"19\":2,\"21\":1,\"22\":1,\"31\":1,\"40\":2,\"103\":2,\"192\":1,\"268\":1}}],[\"panel\",{\"1\":{\"226\":1,\"227\":1}}],[\"pair\",{\"0\":{\"116\":1},\"1\":{\"112\":1,\"117\":1}}],[\"paste\",{\"1\":{\"120\":1,\"171\":1}}],[\"past\",{\"1\":{\"103\":1}}],[\"passing\",{\"1\":{\"113\":1,\"313\":1,\"316\":1}}],[\"passphrase\",{\"1\":{\"103\":1}}],[\"passwort\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"password\",{\"1\":{\"16\":1,\"37\":1,\"45\":1,\"62\":1,\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":4,\"146\":1,\"184\":1,\"204\":1,\"325\":1}}],[\"pass\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"113\":1,\"181\":1,\"305\":1}}],[\"paginating\",{\"1\":{\"103\":1}}],[\"pagination\",{\"1\":{\"27\":1,\"103\":2}}],[\"paginate\",{\"1\":{\"27\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"page\",{\"0\":{\"320\":1},\"1\":{\"18\":1,\"19\":2,\"27\":6,\"31\":5,\"36\":1,\"41\":1,\"43\":2,\"49\":1,\"56\":1,\"62\":5,\"65\":1,\"67\":1,\"74\":5,\"76\":5,\"78\":6,\"80\":7,\"82\":9,\"84\":10,\"86\":10,\"88\":10,\"90\":11,\"92\":11,\"94\":14,\"96\":14,\"98\":15,\"100\":16,\"102\":19,\"103\":11,\"137\":1,\"261\":1,\"294\":3,\"299\":2,\"319\":1,\"320\":1,\"332\":1}}],[\"pageshell\",{\"1\":{\"19\":1}}],[\"pages\",{\"1\":{\"17\":1,\"18\":2,\"31\":1,\"41\":1,\"43\":1,\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"228\":1,\"291\":2,\"294\":1}}],[\"pattern\",{\"1\":{\"191\":1}}],[\"patch\",{\"1\":{\"18\":1,\"103\":1}}],[\"path>\",{\"1\":{\"279\":1,\"280\":1}}],[\"paths\",{\"1\":{\"18\":3,\"19\":2}}],[\"path\",{\"1\":{\"11\":1,\"28\":1,\"62\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"166\":1,\"310\":1}}],[\"particular\",{\"1\":{\"131\":1,\"291\":1}}],[\"participate\",{\"1\":{\"132\":1}}],[\"participation\",{\"1\":{\"105\":1}}],[\"participants\",{\"1\":{\"106\":1}}],[\"part\",{\"0\":{\"270\":1},\"1\":{\"103\":1,\"215\":1,\"270\":2,\"306\":1}}],[\"parse\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"parser\",{\"1\":{\"18\":1,\"43\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"parallel\",{\"1\":{\"62\":1}}],[\"parallelize\",{\"1\":{\"15\":1}}],[\"param\",{\"1\":{\"103\":1}}],[\"parameters\",{\"1\":{\"28\":1}}],[\"params\",{\"1\":{\"27\":1,\"28\":1,\"33\":1}}],[\"parent\",{\"1\":{\"17\":1,\"306\":2}}],[\"padding\",{\"1\":{\"15\":1}}],[\"polyfill\",{\"1\":{\"103\":1}}],[\"policies\",{\"1\":{\"109\":1}}],[\"policy\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":2}}],[\"polish\",{\"1\":{\"103\":1}}],[\"political\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"106\":1}}],[\"poll\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"points\",{\"1\":{\"291\":1}}],[\"pointer\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"328\":1}}],[\"point\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":2,\"132\":1}}],[\"popular\",{\"1\":{\"137\":1,\"206\":1}}],[\"popup\",{\"1\":{\"30\":1}}],[\"popover\",{\"1\":{\"9\":1,\"15\":1,\"31\":1,\"103\":1}}],[\"pods\",{\"1\":{\"282\":2}}],[\"pod\",{\"1\":{\"29\":1}}],[\"portions\",{\"1\":{\"131\":1}}],[\"ports\",{\"1\":{\"103\":1}}],[\"portal\",{\"1\":{\"103\":1}}],[\"portuguese\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"port\",{\"1\":{\"17\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"182\":1}}],[\"pooling\",{\"1\":{\"17\":1}}],[\"positive\",{\"1\":{\"106\":1,\"202\":1}}],[\"positioning\",{\"1\":{\"306\":1}}],[\"position\",{\"1\":{\"19\":1,\"31\":1,\"103\":2,\"299\":1}}],[\"postteaser\",{\"1\":{\"294\":2}}],[\"posttype\",{\"1\":{\"28\":1}}],[\"postlist\",{\"1\":{\"294\":3}}],[\"posting\",{\"1\":{\"108\":1}}],[\"postion\",{\"1\":{\"32\":1}}],[\"postcards\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"postfilter\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"posted\",{\"1\":{\"17\":1,\"109\":1}}],[\"post\",{\"0\":{\"214\":1},\"1\":{\"8\":2,\"16\":1,\"17\":4,\"19\":1,\"21\":1,\"23\":2,\"27\":3,\"28\":2,\"31\":2,\"32\":1,\"36\":2,\"43\":1,\"45\":1,\"49\":2,\"56\":1,\"61\":1,\"62\":1,\"67\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":4,\"82\":5,\"84\":5,\"86\":5,\"88\":6,\"90\":7,\"92\":9,\"94\":9,\"96\":9,\"98\":11,\"100\":14,\"102\":16,\"103\":18,\"171\":1,\"207\":1,\"210\":1,\"221\":1,\"222\":1,\"225\":1,\"228\":1,\"282\":2,\"291\":1,\"294\":1,\"295\":2}}],[\"posts+comments\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"posts\",{\"0\":{\"207\":1},\"1\":{\"6\":1,\"8\":1,\"16\":1,\"17\":5,\"21\":1,\"28\":6,\"29\":2,\"31\":3,\"32\":1,\"34\":2,\"36\":1,\"62\":1,\"69\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":4,\"86\":6,\"88\":6,\"90\":6,\"92\":6,\"94\":7,\"96\":7,\"98\":7,\"100\":7,\"102\":7,\"103\":10,\"132\":1,\"134\":1,\"202\":2,\"205\":1,\"207\":3,\"210\":7,\"221\":1,\"227\":1,\"294\":2,\"326\":2}}],[\"possibility\",{\"1\":{\"132\":1,\"320\":1}}],[\"possibilities\",{\"1\":{\"31\":1,\"256\":1}}],[\"possible\",{\"0\":{\"299\":1},\"1\":{\"103\":1,\"132\":2,\"193\":1}}],[\"possibly\",{\"1\":{\"2\":1}}],[\"possibe\",{\"1\":{\"2\":1}}],[\"purposes\",{\"1\":{\"153\":2}}],[\"purpose\",{\"1\":{\"131\":1}}],[\"punctuation\",{\"1\":{\"103\":1}}],[\"pub\",{\"1\":{\"27\":1,\"103\":1}}],[\"publisher\",{\"1\":{\"43\":1,\"62\":1,\"66\":1,\"67\":1,\"68\":1,\"69\":1,\"71\":1,\"72\":1,\"74\":10,\"76\":10,\"78\":10,\"80\":10,\"82\":10,\"84\":10,\"86\":12,\"88\":12,\"90\":12,\"92\":12,\"94\":12,\"96\":12,\"98\":12,\"100\":13,\"102\":13,\"103\":3}}],[\"publishing\",{\"1\":{\"18\":1,\"106\":1}}],[\"publish\",{\"1\":{\"18\":2,\"29\":1,\"31\":2,\"58\":1,\"67\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"131\":1}}],[\"publicly\",{\"1\":{\"203\":1}}],[\"public\",{\"1\":{\"8\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"106\":1,\"108\":1,\"203\":1,\"207\":1,\"213\":1,\"225\":1,\"231\":1,\"261\":2}}],[\"pulls\",{\"1\":{\"123\":1}}],[\"pulling\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"pullrequest\",{\"1\":{\"31\":1,\"33\":1,\"103\":1}}],[\"pull\",{\"1\":{\"15\":1,\"17\":1,\"18\":1,\"19\":1,\"37\":1,\"80\":1,\"82\":2,\"84\":2,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":4,\"103\":13,\"113\":2,\"137\":1,\"160\":1,\"191\":1,\"270\":1}}],[\"pushing\",{\"1\":{\"309\":1}}],[\"push\",{\"1\":{\"6\":2,\"9\":1,\"16\":1,\"17\":1,\"38\":1,\"39\":1,\"103\":2,\"113\":1,\"117\":1,\"151\":3}}],[\"put\",{\"1\":{\"2\":2}}],[\"pem\",{\"1\":{\"261\":2}}],[\"peace\",{\"1\":{\"210\":1}}],[\"people\",{\"1\":{\"117\":1,\"132\":4,\"202\":2,\"206\":1,\"225\":1}}],[\"pending\",{\"1\":{\"31\":2,\"33\":1,\"36\":1}}],[\"pencil\",{\"1\":{\"16\":1,\"160\":1}}],[\"permit\",{\"1\":{\"131\":1}}],[\"permissions\",{\"1\":{\"152\":1}}],[\"permission\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"106\":1,\"131\":2,\"151\":1}}],[\"permanent\",{\"1\":{\"109\":1}}],[\"permanently\",{\"1\":{\"107\":1}}],[\"performs\",{\"1\":{\"311\":1}}],[\"performant\",{\"1\":{\"103\":1}}],[\"performance\",{\"1\":{\"5\":1,\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"299\":1,\"302\":1,\"304\":1}}],[\"perf\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"per\",{\"1\":{\"19\":1,\"31\":1}}],[\"perspective\",{\"1\":{\"177\":1}}],[\"persons\",{\"1\":{\"131\":1}}],[\"person\",{\"1\":{\"131\":1}}],[\"personal\",{\"1\":{\"11\":1,\"105\":1,\"106\":1}}],[\"persistent\",{\"1\":{\"103\":1,\"204\":1,\"207\":1}}],[\"persistedstate\",{\"1\":{\"18\":1}}],[\"peter\",{\"1\":{\"2\":2,\"5\":1,\"9\":2,\"16\":1,\"17\":1,\"18\":9,\"31\":1}}],[\"plenty\",{\"1\":{\"137\":1}}],[\"please\",{\"1\":{\"112\":1,\"120\":1,\"124\":1,\"132\":1,\"137\":1,\"138\":1,\"139\":1,\"151\":4,\"160\":1,\"166\":1,\"182\":1}}],[\"pledge\",{\"0\":{\"105\":1},\"1\":{\"105\":1}}],[\"pluralization\",{\"1\":{\"103\":1}}],[\"plugins\",{\"1\":{\"275\":1}}],[\"plugin\",{\"1\":{\"2\":4,\"4\":2,\"5\":3,\"6\":2,\"9\":3,\"15\":1,\"16\":1,\"17\":4,\"18\":23,\"19\":8,\"21\":1,\"37\":1,\"43\":4,\"62\":7,\"65\":2,\"66\":5,\"67\":3,\"68\":2,\"72\":8,\"74\":32,\"76\":34,\"78\":34,\"80\":42,\"82\":45,\"84\":47,\"86\":51,\"88\":51,\"90\":52,\"92\":53,\"94\":55,\"96\":55,\"98\":55,\"100\":55,\"102\":57,\"103\":65,\"275\":1,\"309\":1}}],[\"platform=linux\",{\"1\":{\"123\":1}}],[\"platform\",{\"0\":{\"122\":1,\"123\":1},\"1\":{\"123\":2}}],[\"planning\",{\"1\":{\"113\":1}}],[\"planned\",{\"1\":{\"113\":1}}],[\"plan\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"plank\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"play\",{\"1\":{\"302\":1}}],[\"playground\",{\"0\":{\"321\":1},\"1\":{\"28\":1,\"37\":1,\"182\":3,\"190\":2,\"288\":3,\"313\":1,\"321\":3,\"323\":1,\"326\":1}}],[\"player\",{\"1\":{\"2\":1}}],[\"placed\",{\"1\":{\"315\":1}}],[\"place\",{\"1\":{\"37\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"153\":1,\"202\":1,\"306\":1}}],[\"placeholder\",{\"1\":{\"27\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3}}],[\"placeholders\",{\"1\":{\"18\":1}}],[\"placement\",{\"1\":{\"9\":1}}],[\"prs\",{\"1\":{\"117\":2}}],[\"practices\",{\"1\":{\"318\":1}}],[\"practice\",{\"1\":{\"117\":1}}],[\"print\",{\"1\":{\"282\":2}}],[\"prioritised\",{\"1\":{\"113\":1}}],[\"privatkey=\",{\"1\":{\"236\":1,\"261\":1}}],[\"private\",{\"1\":{\"103\":3,\"106\":2,\"207\":1,\"213\":1,\"225\":1,\"261\":5}}],[\"privacy\",{\"1\":{\"27\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":4,\"103\":1,\"204\":1,\"228\":1,\"253\":1,\"328\":2}}],[\"pr\",{\"0\":{\"239\":1,\"241\":1,\"242\":1,\"243\":1,\"245\":1,\"248\":1,\"250\":1,\"251\":1,\"253\":1},\"1\":{\"18\":2,\"19\":1,\"31\":3,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"113\":3,\"151\":1}}],[\"pre\",{\"1\":{\"303\":1}}],[\"prefer\",{\"1\":{\"317\":1}}],[\"preferred\",{\"1\":{\"235\":1,\"238\":1,\"241\":2,\"242\":1,\"243\":1,\"245\":1,\"246\":1,\"248\":1,\"253\":1}}],[\"prefix=xxx\",{\"1\":{\"270\":1}}],[\"prefixed\",{\"1\":{\"113\":1}}],[\"prefix\",{\"1\":{\"103\":2,\"305\":1}}],[\"predefined\",{\"1\":{\"186\":1}}],[\"prescribed\",{\"1\":{\"291\":1}}],[\"press\",{\"1\":{\"137\":1}}],[\"preserve\",{\"1\":{\"113\":1}}],[\"preset\",{\"1\":{\"18\":2,\"19\":6,\"21\":1,\"23\":2,\"28\":2,\"29\":1,\"62\":2,\"63\":2,\"64\":1,\"65\":1,\"66\":5,\"69\":3,\"72\":5,\"74\":20,\"76\":21,\"78\":21,\"80\":26,\"82\":26,\"84\":28,\"86\":28,\"88\":28,\"90\":28,\"92\":28,\"94\":28,\"96\":30,\"98\":30,\"100\":31,\"102\":32,\"103\":16}}],[\"preview\",{\"0\":{\"174\":1},\"1\":{\"103\":1,\"160\":2}}],[\"prevent\",{\"1\":{\"31\":1,\"103\":1}}],[\"prepare\",{\"1\":{\"149\":2}}],[\"preparation\",{\"1\":{\"15\":1,\"103\":1,\"285\":1}}],[\"preprocessor\",{\"1\":{\"15\":1,\"18\":5,\"19\":6,\"62\":1,\"63\":1,\"72\":1,\"74\":3,\"76\":4,\"78\":4,\"80\":6,\"82\":6,\"84\":6,\"86\":6,\"88\":6,\"90\":6,\"92\":6,\"94\":6,\"96\":8,\"98\":8,\"100\":8,\"102\":8,\"103\":9}}],[\"prettier\",{\"1\":{\"2\":3,\"5\":1,\"6\":1,\"9\":3,\"15\":1,\"16\":2,\"17\":5,\"18\":14,\"19\":1,\"21\":1,\"37\":2,\"43\":3,\"62\":6,\"64\":1,\"69\":2,\"74\":7,\"76\":9,\"78\":9,\"80\":9,\"82\":15,\"84\":15,\"86\":17,\"88\":17,\"90\":17,\"92\":17,\"94\":17,\"96\":19,\"98\":19,\"100\":19,\"102\":21,\"103\":21}}],[\"probably\",{\"1\":{\"293\":1}}],[\"problems\",{\"0\":{\"271\":1},\"1\":{\"147\":1,\"151\":1,\"182\":1}}],[\"problem\",{\"1\":{\"18\":1,\"19\":1,\"27\":1,\"39\":1,\"53\":1,\"103\":3,\"113\":1,\"191\":1}}],[\"pros\",{\"1\":{\"221\":1}}],[\"prototype\",{\"1\":{\"203\":1}}],[\"protocol\",{\"1\":{\"2\":1,\"3\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"providing\",{\"1\":{\"202\":1}}],[\"provides\",{\"1\":{\"190\":1}}],[\"provided\",{\"1\":{\"131\":1,\"202\":2,\"269\":1,\"270\":1}}],[\"providers\",{\"1\":{\"259\":1}}],[\"provider\",{\"1\":{\"102\":1}}],[\"provide\",{\"1\":{\"17\":1,\"103\":1,\"203\":1,\"207\":2,\"228\":1,\"231\":2}}],[\"product\",{\"1\":{\"203\":1,\"270\":2}}],[\"productions\",{\"1\":{\"266\":1}}],[\"production\",{\"0\":{\"126\":1,\"129\":1,\"250\":2,\"287\":1},\"1\":{\"14\":1,\"31\":2,\"55\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":6,\"126\":2,\"129\":2,\"149\":1,\"153\":1,\"182\":1,\"183\":2,\"250\":2,\"251\":1,\"266\":2,\"267\":1,\"282\":1,\"287\":1}}],[\"prod\",{\"1\":{\"183\":2,\"266\":2,\"282\":5}}],[\"promotes\",{\"1\":{\"202\":1}}],[\"promote\",{\"1\":{\"137\":1}}],[\"prominent\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"promise\",{\"1\":{\"17\":1,\"18\":2,\"27\":2,\"43\":2,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3}}],[\"profits\",{\"1\":{\"210\":1}}],[\"profil\",{\"1\":{\"31\":1}}],[\"profile\",{\"0\":{\"205\":1},\"1\":{\"11\":1,\"19\":1,\"27\":4,\"31\":1,\"36\":5,\"49\":1,\"62\":2,\"74\":1,\"76\":1,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":3,\"88\":5,\"90\":6,\"92\":6,\"94\":7,\"96\":7,\"98\":7,\"100\":7,\"102\":7,\"103\":6,\"205\":1,\"206\":1}}],[\"professional\",{\"1\":{\"106\":1}}],[\"proceeding\",{\"1\":{\"148\":1}}],[\"procedures\",{\"1\":{\"103\":1,\"275\":2}}],[\"process\",{\"1\":{\"48\":1,\"178\":1,\"290\":2}}],[\"programmers\",{\"1\":{\"132\":1}}],[\"programming\",{\"0\":{\"116\":1,\"118\":1},\"1\":{\"112\":1,\"117\":1,\"120\":1}}],[\"program\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"132\":1}}],[\"progressive\",{\"1\":{\"102\":1}}],[\"progress\",{\"0\":{\"242\":1},\"1\":{\"34\":1,\"42\":1,\"113\":2,\"242\":1,\"261\":1}}],[\"proxy\",{\"1\":{\"62\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2}}],[\"proxyapiurl\",{\"1\":{\"24\":1}}],[\"pro\",{\"0\":{\"217\":1},\"1\":{\"19\":2,\"202\":1,\"217\":2}}],[\"propose\",{\"1\":{\"160\":1,\"226\":1}}],[\"proposal\",{\"1\":{\"19\":1,\"21\":1,\"72\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3}}],[\"prop\",{\"1\":{\"62\":2,\"305\":1,\"316\":1}}],[\"props\",{\"0\":{\"316\":1},\"1\":{\"27\":1,\"313\":1,\"315\":1,\"316\":3}}],[\"properly\",{\"1\":{\"28\":1,\"31\":1,\"103\":1,\"178\":1,\"312\":1}}],[\"proper\",{\"1\":{\"27\":2,\"103\":1}}],[\"property\",{\"1\":{\"2\":1,\"28\":1,\"103\":3,\"241\":3,\"243\":2}}],[\"properties\",{\"1\":{\"2\":1,\"27\":3}}],[\"projects\",{\"0\":{\"216\":1},\"1\":{\"215\":1,\"216\":1,\"222\":1,\"265\":1}}],[\"project\",{\"0\":{\"270\":1},\"1\":{\"1\":1,\"105\":1,\"107\":2,\"108\":6,\"109\":5,\"111\":1,\"112\":1,\"117\":3,\"137\":1,\"191\":1,\"216\":5,\"265\":2,\"266\":1,\"270\":1,\"311\":1}}],[\"bbuild\",{\"1\":{\"124\":3}}],[\"bin\",{\"1\":{\"282\":2}}],[\"bind\",{\"1\":{\"103\":1,\"317\":1}}],[\"bits\",{\"1\":{\"261\":1}}],[\"bit\",{\"1\":{\"181\":1}}],[\"big\",{\"1\":{\"115\":1,\"306\":1,\"312\":1}}],[\"bigger\",{\"1\":{\"31\":2,\"203\":1}}],[\"bookmark\",{\"1\":{\"207\":1}}],[\"bookmarks\",{\"1\":{\"205\":1}}],[\"bottom\",{\"1\":{\"332\":1}}],[\"both\",{\"1\":{\"108\":1,\"112\":1,\"132\":1,\"166\":1}}],[\"bot\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"bounty\",{\"1\":{\"69\":1,\"72\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"body\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"105\":1}}],[\"border\",{\"1\":{\"47\":1,\"103\":1,\"303\":1,\"306\":1}}],[\"box\",{\"1\":{\"34\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"303\":1}}],[\"boilerplate\",{\"0\":{\"264\":1},\"1\":{\"18\":4,\"19\":1,\"264\":1,\"270\":12}}],[\"black\",{\"1\":{\"271\":1}}],[\"blacklist\",{\"0\":{\"211\":1},\"1\":{\"211\":3}}],[\"blank\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"blur\",{\"1\":{\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"blink\",{\"1\":{\"31\":1}}],[\"blocks\",{\"1\":{\"291\":1,\"294\":1}}],[\"blocking\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"117\":1}}],[\"block\",{\"1\":{\"16\":1,\"17\":1,\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"278\":1}}],[\"blockedbyusers\",{\"1\":{\"100\":1,\"102\":1}}],[\"blocked\",{\"1\":{\"16\":1,\"51\":1,\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"116\":1}}],[\"b0b38f73c8333be75d585a92b2c630a10d2a78f5\",{\"1\":{\"18\":1}}],[\"bcryptjs\",{\"1\":{\"16\":2}}],[\"bring\",{\"1\":{\"103\":1}}],[\"browse\",{\"1\":{\"312\":1}}],[\"browser\",{\"1\":{\"103\":1,\"146\":1,\"149\":1,\"156\":1,\"177\":1,\"182\":1,\"282\":3,\"283\":1,\"320\":1,\"323\":1,\"326\":1}}],[\"browserstack\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"156\":1}}],[\"browserslist\",{\"1\":{\"43\":2}}],[\"broken\",{\"1\":{\"8\":1,\"19\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":2,\"103\":3}}],[\"branches\",{\"1\":{\"117\":1}}],[\"branch\",{\"1\":{\"36\":1,\"38\":1,\"39\":1,\"113\":1,\"151\":2,\"160\":2}}],[\"branchs\",{\"1\":{\"35\":1}}],[\"brand\",{\"1\":{\"31\":1}}],[\"branded\",{\"1\":{\"27\":3,\"28\":1,\"29\":1,\"31\":3,\"134\":1,\"153\":1}}],[\"brandable\",{\"1\":{\"16\":1,\"18\":1}}],[\"branding\",{\"0\":{\"185\":1},\"1\":{\"16\":4,\"31\":4,\"153\":4,\"185\":3,\"232\":1,\"235\":1,\"237\":1,\"238\":1,\"241\":2,\"242\":1,\"243\":1,\"245\":1,\"246\":1,\"257\":1}}],[\"breaks\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"breaking\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"151\":1}}],[\"break\",{\"1\":{\"11\":1}}],[\"ban\",{\"1\":{\"107\":1}}],[\"baf3134\",{\"1\":{\"103\":2}}],[\"ba6b03e\",{\"1\":{\"103\":1}}],[\"bar\",{\"0\":{\"242\":1},\"1\":{\"31\":1,\"34\":1,\"42\":1,\"43\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"242\":1}}],[\"basis\",{\"1\":{\"300\":1}}],[\"basics\",{\"1\":{\"321\":1}}],[\"basically\",{\"1\":{\"197\":1}}],[\"basic\",{\"0\":{\"331\":1},\"1\":{\"15\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"203\":2,\"224\":1}}],[\"bash\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"279\":2,\"280\":1,\"282\":3}}],[\"base64\",{\"1\":{\"261\":1}}],[\"based\",{\"1\":{\"202\":1,\"273\":1,\"276\":1,\"296\":2,\"307\":1}}],[\"base\",{\"1\":{\"19\":2,\"31\":1,\"44\":1,\"62\":1}}],[\"background\",{\"1\":{\"27\":1,\"103\":1,\"117\":1,\"251\":1,\"298\":1,\"302\":1}}],[\"backup\",{\"1\":{\"23\":1,\"31\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"263\":1,\"283\":1}}],[\"backups\",{\"1\":{\"19\":2,\"31\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":2}}],[\"back\",{\"1\":{\"19\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":1,\"283\":1,\"319\":1}}],[\"backend\",{\"0\":{\"125\":1,\"126\":1,\"127\":1,\"180\":1,\"234\":1},\"1\":{\"2\":21,\"3\":1,\"4\":14,\"5\":6,\"6\":6,\"7\":1,\"8\":3,\"9\":17,\"10\":1,\"11\":6,\"12\":2,\"15\":12,\"16\":29,\"17\":30,\"18\":85,\"19\":16,\"20\":1,\"21\":9,\"22\":1,\"23\":5,\"24\":1,\"27\":31,\"28\":27,\"29\":6,\"31\":7,\"32\":2,\"33\":3,\"36\":1,\"37\":3,\"39\":1,\"40\":1,\"42\":1,\"43\":17,\"45\":1,\"53\":1,\"62\":55,\"63\":9,\"64\":15,\"65\":14,\"66\":39,\"67\":17,\"68\":23,\"69\":29,\"70\":7,\"71\":3,\"72\":40,\"74\":296,\"76\":324,\"78\":327,\"80\":358,\"82\":371,\"84\":384,\"86\":418,\"88\":418,\"90\":421,\"92\":426,\"94\":437,\"96\":449,\"98\":451,\"100\":479,\"102\":498,\"103\":306,\"113\":1,\"126\":2,\"127\":2,\"142\":2,\"149\":6,\"151\":1,\"158\":2,\"177\":1,\"179\":1,\"181\":1,\"182\":8,\"183\":6,\"184\":2,\"185\":2,\"186\":2,\"187\":3,\"188\":4,\"189\":3,\"193\":1,\"197\":1,\"230\":1,\"270\":1,\"276\":1,\"282\":6,\"321\":1,\"322\":1,\"323\":2,\"325\":1}}],[\"badids\",{\"1\":{\"103\":1}}],[\"badeball\",{\"1\":{\"18\":4,\"19\":6}}],[\"badges\",{\"0\":{\"223\":1},\"1\":{\"9\":1,\"15\":1,\"16\":5,\"103\":3,\"223\":2}}],[\"badge\",{\"1\":{\"9\":1,\"16\":3,\"103\":3,\"223\":2}}],[\"babel\",{\"1\":{\"15\":1,\"17\":3,\"18\":18,\"19\":12,\"21\":3,\"23\":2,\"24\":1,\"27\":1,\"28\":3,\"29\":4,\"62\":8,\"63\":5,\"64\":9,\"65\":1,\"66\":16,\"69\":10,\"72\":22,\"74\":73,\"76\":77,\"78\":78,\"80\":92,\"82\":92,\"84\":100,\"86\":100,\"88\":100,\"90\":100,\"92\":100,\"94\":103,\"96\":108,\"98\":108,\"100\":112,\"102\":115,\"103\":63}}],[\"business\",{\"1\":{\"191\":1}}],[\"busfaktor\",{\"1\":{\"117\":1,\"138\":2}}],[\"bundle\",{\"1\":{\"103\":1,\"261\":1}}],[\"bubble\",{\"1\":{\"103\":2}}],[\"bullhorn\",{\"1\":{\"31\":1}}],[\"bugs\",{\"1\":{\"103\":1,\"113\":1,\"137\":1}}],[\"bugginess\",{\"1\":{\"103\":1}}],[\"buggy\",{\"1\":{\"19\":1}}],[\"bugfix\",{\"1\":{\"102\":1,\"103\":4}}],[\"bug\",{\"1\":{\"23\":1,\"24\":1,\"31\":1,\"34\":1,\"40\":2,\"62\":2,\"80\":3,\"82\":3,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":5,\"102\":8,\"103\":9,\"113\":1}}],[\"but\",{\"1\":{\"16\":1,\"103\":1,\"113\":3,\"131\":1,\"151\":1,\"153\":1,\"202\":2,\"251\":1,\"291\":1,\"294\":1,\"313\":1}}],[\"buttons\",{\"1\":{\"27\":3,\"31\":2,\"72\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":3,\"271\":1}}],[\"button\",{\"1\":{\"16\":1,\"18\":3,\"19\":1,\"27\":2,\"31\":6,\"32\":2,\"36\":2,\"43\":1,\"48\":1,\"51\":1,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":3,\"103\":3,\"171\":1,\"207\":1,\"227\":1,\"246\":1,\"305\":4,\"306\":2}}],[\"bump\",{\"1\":{\"2\":22,\"4\":11,\"5\":9,\"6\":7,\"9\":20,\"15\":4,\"16\":26,\"17\":35,\"18\":234,\"19\":68,\"21\":16,\"23\":4,\"24\":1,\"27\":6,\"28\":12,\"29\":14,\"31\":1,\"37\":7,\"41\":3,\"42\":2,\"43\":45,\"62\":112,\"63\":16,\"64\":39,\"65\":21,\"66\":62,\"67\":30,\"68\":38,\"69\":54,\"70\":14,\"71\":3,\"72\":77,\"74\":511,\"76\":552,\"78\":562,\"80\":624,\"82\":651,\"84\":681,\"86\":726,\"88\":731,\"90\":736,\"92\":751,\"94\":778,\"96\":803,\"98\":808,\"100\":846,\"102\":878,\"103\":624}}],[\"building\",{\"1\":{\"123\":1,\"291\":1,\"294\":1}}],[\"builder\",{\"1\":{\"103\":1,\"192\":1,\"265\":1}}],[\"builds\",{\"0\":{\"124\":1},\"1\":{\"62\":2,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"123\":1}}],[\"build\",{\"0\":{\"286\":1,\"287\":1},\"1\":{\"2\":23,\"4\":11,\"5\":10,\"6\":8,\"9\":22,\"15\":4,\"16\":24,\"17\":36,\"18\":11,\"19\":25,\"21\":16,\"23\":4,\"24\":1,\"27\":3,\"28\":2,\"31\":6,\"62\":72,\"63\":16,\"64\":40,\"65\":21,\"66\":63,\"67\":32,\"68\":39,\"69\":54,\"70\":14,\"71\":3,\"72\":77,\"74\":517,\"76\":558,\"78\":568,\"80\":629,\"82\":661,\"84\":691,\"86\":736,\"88\":741,\"90\":746,\"92\":761,\"94\":788,\"96\":813,\"98\":818,\"100\":823,\"102\":823,\"103\":14,\"115\":1,\"124\":8,\"126\":1,\"127\":1,\"129\":1,\"130\":1,\"181\":1,\"203\":1,\"251\":1,\"265\":1,\"266\":8,\"287\":2}}],[\"by\",{\"0\":{\"333\":1},\"1\":{\"1\":1,\"16\":2,\"17\":2,\"18\":3,\"19\":1,\"20\":2,\"27\":1,\"28\":2,\"31\":2,\"32\":1,\"33\":1,\"51\":1,\"52\":1,\"53\":1,\"62\":1,\"66\":1,\"67\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":5,\"82\":5,\"84\":5,\"86\":6,\"88\":7,\"90\":7,\"92\":7,\"94\":7,\"96\":7,\"98\":7,\"100\":7,\"102\":7,\"103\":19,\"106\":1,\"108\":1,\"109\":2,\"113\":2,\"117\":2,\"132\":2,\"137\":1,\"138\":1,\"148\":1,\"149\":2,\"151\":2,\"156\":3,\"160\":1,\"182\":1,\"202\":7,\"210\":10,\"215\":2,\"223\":2,\"226\":3,\"227\":2,\"229\":2,\"268\":1,\"270\":1,\"275\":1,\"279\":1,\"280\":1,\"282\":1,\"283\":1,\"288\":1,\"291\":1,\"298\":1,\"305\":1,\"313\":1,\"322\":2,\"325\":1,\"326\":2,\"333\":1}}],[\"benefits\",{\"1\":{\"298\":1}}],[\"benutzer\",{\"1\":{\"31\":1}}],[\"begin\",{\"1\":{\"261\":1}}],[\"beware\",{\"1\":{\"189\":1}}],[\"beiträge\",{\"1\":{\"326\":2}}],[\"beispielsatz\",{\"1\":{\"120\":1}}],[\"being\",{\"1\":{\"3\":1,\"35\":1,\"103\":1,\"106\":1}}],[\"believe\",{\"1\":{\"117\":1}}],[\"below\",{\"1\":{\"116\":1,\"280\":1}}],[\"bell\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"bestlist\",{\"0\":{\"219\":1},\"1\":{\"219\":1,\"221\":1}}],[\"best\",{\"1\":{\"106\":1,\"112\":1,\"219\":1,\"273\":1,\"318\":1}}],[\"behaviors\",{\"1\":{\"107\":1}}],[\"behavior\",{\"1\":{\"106\":2,\"107\":2,\"109\":1}}],[\"behaviour\",{\"1\":{\"27\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"behind\",{\"1\":{\"103\":1}}],[\"bearer\",{\"1\":{\"103\":1}}],[\"been\",{\"1\":{\"98\":1,\"100\":1,\"102\":1,\"113\":1,\"310\":1}}],[\"becoming\",{\"1\":{\"139\":1}}],[\"become\",{\"1\":{\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"294\":1}}],[\"because\",{\"1\":{\"116\":1,\"117\":1,\"151\":1,\"188\":1,\"306\":1,\"319\":1,\"320\":1}}],[\"beck\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"beforehand\",{\"1\":{\"149\":1}}],[\"beforedestroy\",{\"1\":{\"103\":1}}],[\"before\",{\"1\":{\"31\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"148\":1,\"149\":1,\"151\":1,\"191\":1,\"298\":1,\"309\":1}}],[\"beta\",{\"0\":{\"246\":1},\"1\":{\"65\":4,\"68\":2,\"70\":2,\"72\":2,\"74\":10,\"76\":10,\"78\":10,\"80\":12,\"82\":12,\"84\":12,\"86\":12,\"88\":12,\"90\":12,\"92\":12,\"94\":12,\"96\":12,\"98\":12,\"100\":12,\"102\":12,\"103\":23}}],[\"between\",{\"1\":{\"17\":1,\"31\":2,\"142\":1,\"182\":1,\"199\":1,\"285\":1}}],[\"betters\",{\"1\":{\"38\":1}}],[\"better\",{\"1\":{\"2\":1,\"16\":1,\"27\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"202\":1,\"317\":1}}],[\"be\",{\"0\":{\"263\":1},\"1\":{\"1\":1,\"3\":1,\"7\":1,\"17\":1,\"18\":1,\"29\":1,\"36\":1,\"62\":1,\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":4,\"103\":4,\"106\":1,\"108\":1,\"109\":2,\"112\":1,\"113\":3,\"115\":1,\"131\":2,\"132\":3,\"151\":1,\"153\":1,\"178\":1,\"182\":1,\"183\":1,\"189\":1,\"194\":1,\"203\":3,\"227\":1,\"234\":1,\"251\":1,\"261\":1,\"263\":1,\"265\":1,\"267\":2,\"270\":1,\"276\":1,\"282\":1,\"283\":1,\"293\":2,\"294\":4,\"295\":1,\"298\":1,\"302\":1,\"304\":1,\"305\":1,\"306\":4,\"309\":1,\"312\":2,\"313\":2,\"316\":1,\"320\":3,\"322\":1,\"332\":1,\"333\":1}}],[\"a673\",{\"1\":{\"326\":1}}],[\"aim\",{\"1\":{\"295\":1}}],[\"a05b438\",{\"1\":{\"103\":2}}],[\"agree\",{\"1\":{\"204\":2}}],[\"agreed\",{\"1\":{\"103\":1}}],[\"age\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"105\":1}}],[\"agent\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"against\",{\"1\":{\"100\":1,\"102\":1,\"266\":1}}],[\"again\",{\"0\":{\"248\":1},\"1\":{\"31\":1,\"38\":1,\"40\":1,\"42\":1,\"45\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"268\":1}}],[\"awk\",{\"1\":{\"282\":2}}],[\"aware\",{\"1\":{\"151\":1,\"282\":1}}],[\"await\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"awesomeness\",{\"1\":{\"117\":1}}],[\"awesome\",{\"1\":{\"111\":1}}],[\"aws\",{\"1\":{\"2\":3,\"4\":2,\"5\":1,\"6\":1,\"9\":1,\"18\":3,\"23\":1,\"62\":5,\"63\":1,\"74\":6,\"76\":6,\"78\":6,\"80\":6,\"82\":6,\"84\":6,\"86\":6,\"88\":6,\"90\":6,\"92\":6,\"94\":6,\"96\":6,\"98\":6,\"100\":6,\"102\":6}}],[\"axios\",{\"1\":{\"62\":2,\"68\":1,\"69\":1,\"72\":2,\"74\":6,\"76\":6,\"78\":6,\"80\":6,\"82\":6,\"84\":6,\"86\":6,\"88\":7,\"90\":7,\"92\":7,\"94\":7,\"96\":7,\"98\":7,\"100\":7,\"102\":7,\"103\":7}}],[\"atbs\",{\"1\":{\"325\":2}}],[\"atomic\",{\"1\":{\"296\":1}}],[\"attach\",{\"1\":{\"217\":1}}],[\"attacks\",{\"1\":{\"106\":1}}],[\"attention\",{\"1\":{\"106\":1,\"122\":1,\"149\":1,\"321\":1}}],[\"attempt\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"attribution\",{\"0\":{\"110\":1}}],[\"attributions\",{\"0\":{\"156\":1},\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"attributes\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"attriubutes\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"at\",{\"1\":{\"62\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2,\"108\":1,\"109\":1,\"110\":1,\"113\":2,\"132\":1,\"137\":2,\"152\":1,\"160\":1,\"161\":1,\"181\":1,\"182\":2,\"189\":1,\"199\":1,\"239\":1,\"276\":1,\"286\":1,\"296\":1,\"300\":1,\"307\":1,\"320\":2,\"332\":2}}],[\"among\",{\"1\":{\"315\":1}}],[\"amd64\",{\"1\":{\"123\":2}}],[\"am\",{\"1\":{\"116\":1}}],[\"american\",{\"1\":{\"37\":1}}],[\"amannn\",{\"1\":{\"15\":1,\"17\":1,\"18\":1}}],[\"able\",{\"1\":{\"251\":1,\"265\":1,\"270\":1}}],[\"absolut\",{\"1\":{\"235\":1,\"257\":1}}],[\"absolute\",{\"1\":{\"166\":1}}],[\"ability\",{\"1\":{\"191\":1}}],[\"abusive\",{\"1\":{\"109\":1}}],[\"above\",{\"1\":{\"102\":1,\"116\":1,\"131\":1,\"151\":1,\"153\":2,\"160\":1,\"279\":1,\"280\":1,\"288\":2,\"296\":1,\"306\":1,\"307\":1}}],[\"about\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":2,\"103\":4,\"137\":2,\"182\":1,\"202\":2,\"204\":1,\"216\":1,\"227\":2,\"261\":1,\"293\":1,\"294\":1,\"326\":6}}],[\"abort\",{\"1\":{\"31\":1}}],[\"abandoned\",{\"1\":{\"17\":1}}],[\"a11y\",{\"1\":{\"18\":2,\"43\":1,\"62\":1,\"64\":1,\"66\":1,\"67\":1,\"68\":2,\"69\":2,\"70\":1,\"72\":4,\"74\":13,\"76\":13,\"78\":13,\"80\":15,\"82\":15,\"84\":16,\"86\":16,\"88\":17,\"90\":17,\"92\":17,\"94\":18,\"96\":19,\"98\":19,\"100\":19,\"102\":20,\"103\":2}}],[\"af19ba8f0cf25cd177db9cf116a43798bc7446c7\",{\"1\":{\"18\":2}}],[\"afterwards\",{\"1\":{\"124\":1}}],[\"after\",{\"0\":{\"304\":1},\"1\":{\"11\":2,\"17\":1,\"19\":1,\"27\":1,\"28\":1,\"34\":1,\"62\":1,\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":3,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":3,\"117\":1,\"146\":1,\"160\":1,\"189\":1,\"191\":1,\"200\":1,\"268\":1,\"288\":2}}],[\"aria\",{\"1\":{\"300\":1}}],[\"arising\",{\"1\":{\"131\":1}}],[\"architecture\",{\"1\":{\"307\":1}}],[\"architectures\",{\"1\":{\"190\":1}}],[\"arch\",{\"1\":{\"276\":1}}],[\"arrow\",{\"0\":{\"173\":1}}],[\"array\",{\"1\":{\"21\":1,\"103\":2,\"241\":1}}],[\"around\",{\"1\":{\"115\":1,\"294\":1,\"299\":1}}],[\"arg\",{\"1\":{\"124\":3}}],[\"arguments\",{\"1\":{\"124\":1,\"202\":1,\"217\":2}}],[\"argument\",{\"1\":{\"103\":1}}],[\"argfile\",{\"1\":{\"17\":1}}],[\"arnold\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"articles\",{\"1\":{\"134\":1,\"202\":1,\"231\":1,\"261\":1,\"302\":1}}],[\"article\",{\"1\":{\"28\":2,\"137\":1,\"231\":1,\"298\":1}}],[\"artifacts\",{\"1\":{\"103\":1}}],[\"artifact\",{\"1\":{\"17\":1,\"18\":3,\"19\":2}}],[\"areas\",{\"1\":{\"202\":1}}],[\"area\",{\"1\":{\"171\":1}}],[\"are\",{\"1\":{\"1\":1,\"16\":1,\"19\":1,\"35\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3,\"107\":3,\"112\":1,\"113\":3,\"115\":2,\"116\":3,\"120\":1,\"124\":2,\"132\":1,\"137\":1,\"139\":1,\"142\":2,\"148\":1,\"151\":2,\"160\":2,\"177\":1,\"178\":1,\"179\":1,\"182\":1,\"191\":1,\"196\":1,\"197\":1,\"248\":1,\"251\":2,\"266\":1,\"269\":1,\"279\":1,\"281\":1,\"282\":2,\"290\":1,\"291\":5,\"293\":2,\"294\":1,\"296\":1,\"302\":3,\"303\":1,\"305\":1,\"306\":2,\"307\":1,\"309\":1,\"310\":2,\"312\":1,\"315\":1,\"316\":1,\"319\":2,\"323\":1,\"326\":1}}],[\"announcements\",{\"1\":{\"228\":1}}],[\"annotate\",{\"1\":{\"174\":1}}],[\"angry\",{\"1\":{\"210\":1}}],[\"anmerkungen\",{\"1\":{\"174\":1}}],[\"analysis\",{\"1\":{\"124\":1}}],[\"analyze\",{\"1\":{\"124\":1}}],[\"analyzing\",{\"0\":{\"124\":1}}],[\"answer\",{\"1\":{\"113\":1,\"326\":1}}],[\"another\",{\"1\":{\"103\":1,\"270\":1,\"299\":1,\"306\":1}}],[\"anonymize\",{\"1\":{\"103\":1}}],[\"anonymous\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"anything\",{\"1\":{\"196\":1,\"294\":1}}],[\"any\",{\"1\":{\"103\":1,\"107\":2,\"113\":1,\"131\":3}}],[\"anymore\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2}}],[\"an\",{\"0\":{\"173\":1,\"313\":1},\"1\":{\"17\":1,\"46\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"105\":1,\"108\":5,\"109\":1,\"112\":1,\"113\":5,\"123\":1,\"124\":1,\"131\":1,\"151\":2,\"190\":1,\"191\":2,\"192\":1,\"203\":1,\"215\":1,\"226\":1,\"251\":1,\"260\":1,\"266\":1,\"273\":1,\"274\":1,\"282\":1,\"283\":5,\"288\":1,\"294\":1,\"299\":1,\"309\":1,\"313\":1,\"320\":1,\"325\":1}}],[\"andreas\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"and\",{\"0\":{\"116\":1,\"135\":1,\"140\":1,\"145\":1,\"234\":1,\"241\":1,\"259\":1,\"282\":1,\"299\":1,\"302\":1,\"311\":1,\"326\":1},\"1\":{\"2\":1,\"9\":2,\"10\":1,\"11\":4,\"15\":3,\"16\":2,\"17\":4,\"18\":4,\"19\":10,\"21\":1,\"23\":1,\"24\":1,\"25\":1,\"27\":7,\"28\":3,\"31\":19,\"32\":1,\"34\":2,\"36\":3,\"39\":2,\"40\":2,\"41\":2,\"43\":1,\"44\":2,\"61\":1,\"62\":4,\"65\":1,\"67\":1,\"69\":1,\"72\":3,\"74\":8,\"76\":8,\"78\":9,\"80\":10,\"82\":12,\"84\":15,\"86\":17,\"88\":19,\"90\":19,\"92\":20,\"94\":22,\"96\":22,\"98\":22,\"100\":23,\"102\":24,\"103\":45,\"105\":5,\"106\":4,\"107\":4,\"108\":2,\"109\":2,\"112\":2,\"113\":11,\"115\":2,\"116\":2,\"117\":6,\"120\":1,\"123\":1,\"124\":1,\"131\":5,\"132\":6,\"134\":2,\"137\":2,\"138\":3,\"142\":6,\"146\":1,\"147\":2,\"149\":1,\"151\":2,\"152\":1,\"157\":1,\"160\":1,\"166\":1,\"171\":2,\"177\":2,\"178\":2,\"181\":1,\"182\":6,\"183\":1,\"187\":2,\"190\":2,\"191\":6,\"197\":1,\"198\":1,\"199\":2,\"202\":5,\"203\":2,\"205\":3,\"207\":1,\"210\":1,\"213\":1,\"215\":1,\"216\":3,\"217\":1,\"218\":1,\"219\":1,\"220\":2,\"221\":1,\"226\":1,\"228\":1,\"231\":6,\"232\":3,\"234\":1,\"235\":1,\"238\":1,\"239\":1,\"241\":1,\"243\":1,\"248\":1,\"250\":2,\"251\":1,\"253\":1,\"255\":1,\"257\":1,\"258\":1,\"259\":2,\"261\":3,\"263\":1,\"265\":5,\"266\":4,\"270\":2,\"273\":3,\"274\":1,\"275\":2,\"276\":3,\"279\":1,\"282\":9,\"283\":1,\"285\":2,\"287\":1,\"288\":3,\"289\":1,\"290\":2,\"291\":5,\"293\":4,\"294\":7,\"295\":3,\"296\":1,\"298\":2,\"299\":3,\"300\":3,\"302\":3,\"303\":3,\"304\":1,\"305\":3,\"306\":4,\"307\":1,\"310\":1,\"312\":3,\"315\":1,\"316\":3,\"320\":1,\"323\":1,\"325\":1,\"326\":6}}],[\"apache\",{\"1\":{\"272\":1}}],[\"apoc\",{\"1\":{\"103\":2,\"275\":3,\"282\":1}}],[\"apollo\",{\"0\":{\"190\":1},\"1\":{\"18\":2,\"43\":1,\"62\":7,\"66\":3,\"67\":3,\"68\":2,\"74\":17,\"76\":23,\"78\":24,\"80\":28,\"82\":32,\"84\":32,\"86\":36,\"88\":36,\"90\":37,\"92\":37,\"94\":42,\"96\":44,\"98\":44,\"100\":47,\"102\":49,\"103\":72}}],[\"api\",{\"1\":{\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":4,\"178\":1,\"231\":2,\"316\":1}}],[\"apiversion\",{\"1\":{\"31\":1,\"251\":1}}],[\"april\",{\"1\":{\"16\":1,\"17\":1,\"29\":1,\"46\":1,\"47\":1}}],[\"appending\",{\"1\":{\"268\":1}}],[\"appearance\",{\"1\":{\"11\":1,\"105\":1}}],[\"appreciate\",{\"1\":{\"111\":1}}],[\"approaches\",{\"1\":{\"142\":1}}],[\"approve\",{\"1\":{\"225\":1}}],[\"approved\",{\"1\":{\"113\":2}}],[\"approvals\",{\"1\":{\"113\":1}}],[\"approval\",{\"1\":{\"102\":1}}],[\"appropriate\",{\"1\":{\"107\":1,\"109\":1,\"171\":1,\"261\":1,\"263\":1}}],[\"appointed\",{\"1\":{\"108\":1}}],[\"apparently\",{\"1\":{\"103\":1}}],[\"app\",{\"0\":{\"174\":1},\"1\":{\"102\":1,\"177\":1,\"191\":1,\"199\":1,\"291\":3,\"294\":3,\"303\":1,\"313\":1}}],[\"applies\",{\"1\":{\"108\":1,\"132\":1}}],[\"applications\",{\"1\":{\"124\":1}}],[\"application\",{\"1\":{\"103\":1,\"142\":1,\"191\":1,\"273\":1,\"288\":2}}],[\"apple\",{\"0\":{\"122\":1,\"123\":1},\"1\":{\"31\":2,\"39\":1,\"122\":1,\"123\":1,\"149\":1}}],[\"apply\",{\"1\":{\"2\":1,\"19\":1,\"251\":4,\"302\":1,\"305\":1}}],[\"assert\",{\"1\":{\"282\":2}}],[\"assets\",{\"1\":{\"18\":1,\"31\":4,\"291\":1,\"333\":1}}],[\"assumes\",{\"1\":{\"270\":1}}],[\"associated\",{\"1\":{\"131\":1}}],[\"association\",{\"1\":{\"117\":1,\"138\":1}}],[\"assign\",{\"1\":{\"113\":1}}],[\"aspect\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":2,\"100\":2,\"102\":2}}],[\"async\",{\"1\":{\"65\":1,\"67\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":3,\"82\":3,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":6,\"94\":6,\"96\":6,\"98\":6,\"100\":6,\"102\":6}}],[\"aside\",{\"1\":{\"31\":1,\"160\":1}}],[\"asked\",{\"0\":{\"135\":1},\"1\":{\"135\":1}}],[\"asks\",{\"1\":{\"116\":1,\"152\":1}}],[\"ask\",{\"1\":{\"8\":1,\"113\":2,\"202\":1}}],[\"as\",{\"0\":{\"245\":1,\"270\":1,\"299\":4},\"1\":{\"8\":1,\"12\":1,\"18\":1,\"19\":2,\"21\":2,\"27\":2,\"28\":1,\"31\":3,\"33\":1,\"36\":1,\"51\":1,\"58\":1,\"63\":1,\"65\":1,\"72\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":9,\"105\":1,\"106\":1,\"108\":1,\"109\":1,\"113\":1,\"117\":4,\"124\":1,\"131\":1,\"132\":2,\"134\":1,\"149\":1,\"151\":1,\"153\":2,\"177\":1,\"179\":1,\"187\":2,\"191\":1,\"192\":1,\"193\":1,\"210\":1,\"215\":1,\"226\":1,\"227\":1,\"261\":2,\"263\":1,\"265\":1,\"270\":2,\"283\":1,\"291\":1,\"294\":3,\"295\":2,\"303\":2,\"305\":2,\"312\":1,\"316\":4,\"320\":1,\"322\":1,\"333\":1}}],[\"avatars\",{\"1\":{\"24\":1,\"26\":2,\"28\":1,\"47\":1}}],[\"avatar\",{\"1\":{\"19\":1,\"24\":1,\"25\":2,\"28\":1,\"29\":1,\"34\":1,\"67\":1,\"69\":2,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":5,\"205\":1}}],[\"available\",{\"1\":{\"8\":1,\"18\":1,\"51\":1,\"110\":1,\"112\":1,\"113\":1,\"203\":1,\"266\":1,\"273\":1,\"313\":1}}],[\"avoid\",{\"1\":{\"2\":1,\"3\":1,\"55\":1,\"62\":2,\"64\":1,\"67\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":2,\"117\":1,\"147\":1,\"295\":1,\"298\":1,\"304\":1}}],[\"adult\",{\"1\":{\"211\":1}}],[\"ad\",{\"1\":{\"190\":1}}],[\"advances\",{\"1\":{\"106\":1}}],[\"advanced\",{\"1\":{\"18\":1,\"19\":1,\"203\":1}}],[\"ads\",{\"1\":{\"103\":1}}],[\"adblock\",{\"1\":{\"51\":1}}],[\"adjust\",{\"1\":{\"18\":1,\"24\":1,\"31\":2,\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"administration\",{\"0\":{\"228\":1},\"1\":{\"223\":1}}],[\"administrative\",{\"1\":{\"209\":1}}],[\"administrators\",{\"1\":{\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"admins\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1,\"223\":1}}],[\"admin\",{\"1\":{\"16\":2,\"17\":1,\"42\":1,\"48\":1,\"51\":1,\"58\":1,\"62\":2,\"65\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":4,\"100\":4,\"102\":4,\"103\":4,\"146\":2,\"184\":3,\"228\":1,\"279\":2,\"280\":2,\"282\":1,\"325\":1}}],[\"adapted\",{\"1\":{\"49\":1,\"110\":1}}],[\"adapt\",{\"1\":{\"5\":1,\"18\":4,\"103\":1}}],[\"adding\",{\"1\":{\"48\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"207\":1,\"213\":1,\"275\":1,\"299\":1,\"313\":1}}],[\"additional\",{\"1\":{\"31\":1,\"207\":1}}],[\"addressed\",{\"1\":{\"231\":1}}],[\"addresses\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"address\",{\"1\":{\"28\":1,\"100\":1,\"102\":1,\"106\":1,\"108\":1,\"204\":1}}],[\"addons\",{\"1\":{\"313\":1}}],[\"addon\",{\"1\":{\"18\":2,\"43\":2,\"62\":3,\"64\":3,\"66\":3,\"67\":3,\"68\":6,\"69\":6,\"70\":3,\"72\":11,\"74\":38,\"76\":38,\"78\":38,\"80\":42,\"82\":42,\"84\":44,\"86\":44,\"88\":46,\"90\":46,\"92\":46,\"94\":48,\"96\":50,\"98\":50,\"100\":50,\"102\":52,\"103\":4}}],[\"adds\",{\"1\":{\"17\":1,\"28\":1}}],[\"add\",{\"0\":{\"173\":1},\"1\":{\"3\":1,\"9\":1,\"16\":2,\"17\":2,\"18\":2,\"19\":8,\"21\":1,\"22\":1,\"23\":1,\"27\":4,\"28\":5,\"30\":1,\"31\":11,\"32\":2,\"33\":2,\"34\":2,\"36\":1,\"37\":2,\"39\":1,\"40\":1,\"41\":1,\"50\":1,\"58\":1,\"62\":1,\"67\":1,\"68\":2,\"69\":2,\"74\":6,\"76\":7,\"78\":7,\"80\":11,\"82\":13,\"84\":17,\"86\":17,\"88\":19,\"90\":19,\"92\":20,\"94\":23,\"96\":23,\"98\":23,\"100\":23,\"102\":26,\"103\":51,\"137\":1,\"151\":1,\"216\":1,\"217\":2,\"218\":2,\"219\":2,\"220\":2,\"239\":1,\"241\":1,\"248\":1,\"253\":1,\"270\":1,\"279\":1,\"280\":1}}],[\"added\",{\"1\":{\"2\":1,\"3\":1,\"19\":1,\"27\":1,\"67\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":8,\"113\":1}}],[\"austauschen\",{\"1\":{\"326\":2}}],[\"austausch\",{\"1\":{\"326\":2}}],[\"aur\",{\"1\":{\"276\":1}}],[\"audience\",{\"1\":{\"103\":1}}],[\"audio\",{\"1\":{\"3\":1,\"21\":1,\"28\":1,\"62\":2,\"65\":1,\"67\":1,\"68\":1,\"69\":1,\"71\":1,\"72\":1,\"74\":10,\"76\":11,\"78\":11,\"80\":11,\"82\":11,\"84\":11,\"86\":13,\"88\":13,\"90\":13,\"92\":13,\"94\":13,\"96\":13,\"98\":13,\"100\":14,\"102\":15,\"103\":3,\"225\":1}}],[\"august\",{\"1\":{\"25\":1,\"26\":1,\"27\":1,\"38\":1,\"43\":1}}],[\"authentication\",{\"1\":{\"103\":1}}],[\"authenticated\",{\"1\":{\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"auth\",{\"1\":{\"62\":1}}],[\"authors\",{\"1\":{\"131\":1,\"209\":1}}],[\"authorship\",{\"1\":{\"103\":1}}],[\"authorization\",{\"1\":{\"103\":1,\"259\":1,\"261\":1,\"325\":1}}],[\"authorized\",{\"1\":{\"37\":1,\"226\":1}}],[\"authorisation\",{\"1\":{\"103\":1}}],[\"authorised\",{\"1\":{\"37\":1}}],[\"author\",{\"1\":{\"17\":1,\"62\":2,\"66\":1,\"67\":1,\"68\":1,\"69\":1,\"72\":2,\"74\":9,\"76\":10,\"78\":10,\"80\":10,\"82\":10,\"84\":10,\"86\":12,\"88\":12,\"90\":12,\"92\":12,\"94\":12,\"96\":12,\"98\":12,\"100\":13,\"102\":14,\"103\":3,\"225\":1}}],[\"automatically\",{\"1\":{\"103\":2,\"153\":1,\"221\":1,\"222\":1,\"309\":1}}],[\"automatic\",{\"1\":{\"36\":1,\"38\":1,\"39\":1,\"103\":1}}],[\"automation\",{\"1\":{\"19\":1}}],[\"autoselect\",{\"1\":{\"9\":1}}],[\"auto\",{\"1\":{\"1\":1,\"18\":1,\"19\":3,\"35\":1,\"43\":1,\"62\":3,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":1}}],[\"a\",{\"0\":{\"270\":1,\"324\":1},\"1\":{\"2\":1,\"3\":1,\"8\":1,\"16\":1,\"17\":2,\"18\":1,\"19\":1,\"27\":1,\"29\":1,\"31\":3,\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":2,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":6,\"94\":6,\"96\":6,\"98\":7,\"100\":7,\"102\":8,\"103\":24,\"105\":1,\"106\":3,\"108\":2,\"109\":1,\"112\":1,\"113\":3,\"117\":5,\"120\":1,\"123\":1,\"124\":2,\"131\":2,\"132\":2,\"137\":3,\"138\":2,\"139\":1,\"141\":1,\"142\":2,\"144\":1,\"147\":1,\"149\":3,\"150\":1,\"151\":4,\"152\":1,\"153\":1,\"160\":3,\"181\":3,\"182\":2,\"183\":1,\"186\":1,\"188\":2,\"190\":2,\"191\":4,\"192\":1,\"201\":1,\"202\":2,\"203\":5,\"205\":2,\"207\":1,\"213\":1,\"228\":1,\"232\":1,\"261\":1,\"268\":1,\"270\":4,\"273\":3,\"274\":1,\"276\":2,\"279\":4,\"280\":3,\"282\":1,\"283\":4,\"290\":1,\"291\":1,\"293\":4,\"294\":5,\"296\":2,\"298\":1,\"300\":3,\"302\":1,\"303\":2,\"305\":5,\"306\":7,\"307\":2,\"310\":2,\"311\":1,\"312\":2,\"313\":1,\"315\":1,\"316\":3,\"318\":1,\"319\":1,\"320\":1,\"322\":1,\"324\":1,\"325\":2,\"326\":2}}],[\"achieve\",{\"1\":{\"303\":1}}],[\"acorn\",{\"1\":{\"64\":3,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3}}],[\"accordingly\",{\"1\":{\"276\":1}}],[\"according\",{\"1\":{\"182\":1,\"270\":1,\"285\":1}}],[\"accounts\",{\"1\":{\"103\":1,\"134\":1,\"205\":1}}],[\"account\",{\"0\":{\"204\":1},\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":4,\"103\":1,\"108\":1,\"204\":1,\"239\":1,\"305\":1}}],[\"accidentally\",{\"1\":{\"279\":1,\"304\":1}}],[\"accident\",{\"1\":{\"103\":1}}],[\"accidently\",{\"1\":{\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"accuracy\",{\"1\":{\"103\":1}}],[\"accept\",{\"1\":{\"151\":1}}],[\"acceptable\",{\"1\":{\"107\":1}}],[\"accepting\",{\"1\":{\"106\":1}}],[\"accedentally\",{\"1\":{\"18\":1}}],[\"accessibility\",{\"1\":{\"298\":1,\"300\":1,\"313\":1}}],[\"access\",{\"1\":{\"2\":1,\"31\":1,\"103\":2,\"182\":1,\"274\":1}}],[\"aca7b64a59c0063db8564e0ffdadd3887f1cbae5\",{\"1\":{\"18\":2}}],[\"actor\",{\"1\":{\"231\":1}}],[\"acting\",{\"1\":{\"108\":1}}],[\"activities\",{\"1\":{\"231\":2}}],[\"activitypub\",{\"1\":{\"103\":3,\"132\":1,\"231\":2}}],[\"activity\",{\"1\":{\"27\":1,\"103\":1}}],[\"active=true\",{\"1\":{\"184\":1}}],[\"active\",{\"1\":{\"31\":1,\"32\":1,\"103\":1,\"164\":1,\"173\":1,\"248\":1,\"288\":1,\"320\":1}}],[\"actionradius\",{\"1\":{\"326\":3}}],[\"actions\",{\"1\":{\"16\":1,\"17\":4,\"18\":18,\"19\":5,\"21\":2,\"27\":1,\"31\":2,\"43\":1,\"62\":1,\"64\":1,\"66\":1,\"67\":1,\"68\":2,\"69\":2,\"70\":1,\"72\":3,\"74\":12,\"76\":12,\"78\":12,\"80\":13,\"82\":13,\"84\":14,\"86\":14,\"88\":15,\"90\":15,\"92\":15,\"94\":16,\"96\":17,\"98\":17,\"100\":17,\"102\":18,\"103\":2,\"222\":1,\"232\":1}}],[\"action\",{\"0\":{\"222\":1},\"1\":{\"6\":1,\"9\":1,\"15\":1,\"16\":1,\"17\":4,\"18\":3,\"19\":1,\"29\":1,\"107\":1,\"131\":1,\"202\":4,\"305\":3}}],[\"actual\",{\"1\":{\"18\":1,\"306\":1}}],[\"actually\",{\"1\":{\"17\":1,\"251\":1}}],[\"across\",{\"1\":{\"2\":2,\"9\":1,\"16\":1,\"17\":2,\"18\":24}}],[\"already\",{\"1\":{\"309\":1}}],[\"along\",{\"1\":{\"275\":1}}],[\"alex\",{\"1\":{\"115\":1}}],[\"alpha\",{\"1\":{\"103\":47,\"251\":3}}],[\"alphabetically\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"alpine3\",{\"1\":{\"21\":8,\"27\":4,\"28\":6,\"29\":8,\"62\":4}}],[\"alpine\",{\"1\":{\"2\":2,\"4\":2,\"6\":2,\"9\":2,\"15\":1,\"74\":4,\"76\":6,\"78\":8,\"80\":8,\"82\":10,\"84\":10,\"86\":12,\"88\":12,\"90\":12,\"92\":14,\"94\":18,\"96\":26,\"98\":26,\"100\":26,\"102\":26,\"103\":32}}],[\"alina\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"aligned\",{\"1\":{\"103\":1,\"107\":1,\"306\":1}}],[\"alignment\",{\"1\":{\"103\":1,\"306\":1}}],[\"align\",{\"1\":{\"31\":1}}],[\"aliases\",{\"1\":{\"19\":1}}],[\"alias\",{\"1\":{\"9\":1}}],[\"alternatives\",{\"0\":{\"276\":1}}],[\"alternativeto\",{\"1\":{\"137\":1}}],[\"alternatively\",{\"1\":{\"123\":1}}],[\"alternative\",{\"1\":{\"28\":1,\"190\":1}}],[\"although\",{\"1\":{\"16\":1,\"188\":1}}],[\"also\",{\"1\":{\"15\":1,\"16\":1,\"17\":1,\"103\":1,\"112\":2,\"113\":1,\"132\":1,\"177\":2,\"178\":1,\"184\":1,\"187\":1,\"192\":1,\"199\":1,\"268\":1,\"270\":1,\"295\":2,\"313\":2,\"315\":1,\"316\":1,\"323\":1,\"326\":1}}],[\"always\",{\"1\":{\"2\":1,\"16\":1,\"103\":1,\"117\":1,\"306\":1,\"316\":2}}],[\"allows\",{\"1\":{\"31\":1,\"190\":1,\"199\":1,\"316\":1}}],[\"allow\",{\"0\":{\"250\":1},\"1\":{\"7\":1,\"15\":1,\"16\":1,\"27\":1,\"31\":1,\"61\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"207\":1,\"219\":2,\"229\":2,\"250\":1,\"270\":1,\"275\":1,\"326\":2}}],[\"all\",{\"1\":{\"1\":1,\"2\":1,\"9\":1,\"15\":1,\"18\":2,\"19\":1,\"27\":2,\"30\":1,\"31\":1,\"32\":1,\"34\":1,\"37\":1,\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":3,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":10,\"109\":1,\"112\":1,\"113\":5,\"115\":2,\"116\":1,\"131\":1,\"132\":1,\"149\":1,\"177\":1,\"187\":1,\"189\":1,\"202\":1,\"203\":1,\"206\":1,\"209\":1,\"210\":1,\"237\":1,\"241\":2,\"263\":1,\"266\":5,\"269\":1,\"282\":5,\"283\":2,\"285\":1,\"291\":2,\"306\":1,\"309\":1,\"310\":1,\"312\":1,\"325\":2,\"333\":1}}],[\"dns\",{\"1\":{\"260\":1,\"261\":2}}],[\"d4917da\",{\"1\":{\"103\":1}}],[\"d46fc15\",{\"1\":{\"94\":1,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"d848929\",{\"1\":{\"103\":1}}],[\"d857252\",{\"1\":{\"103\":2}}],[\"ds\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3,\"331\":4}}],[\"d\",{\"1\":{\"40\":1}}],[\"dynamic\",{\"1\":{\"27\":1,\"72\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"dkim\",{\"0\":{\"259\":1,\"261\":1},\"1\":{\"21\":2,\"22\":2,\"24\":2,\"236\":4,\"261\":8}}],[\"das\",{\"1\":{\"326\":2}}],[\"dash\",{\"1\":{\"305\":1}}],[\"dashboard\",{\"0\":{\"206\":1},\"1\":{\"19\":1,\"49\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"danger\",{\"1\":{\"305\":4}}],[\"dangling\",{\"1\":{\"63\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"damaging\",{\"1\":{\"283\":1}}],[\"damages\",{\"1\":{\"131\":1}}],[\"daily\",{\"1\":{\"116\":1}}],[\"days\",{\"1\":{\"113\":1}}],[\"dakshmiglani\",{\"1\":{\"103\":1}}],[\"da96078\",{\"1\":{\"103\":1}}],[\"datadirect\",{\"1\":{\"261\":1}}],[\"data>\",{\"1\":{\"261\":1}}],[\"data\",{\"0\":{\"184\":1,\"185\":1,\"186\":1,\"187\":1,\"188\":1},\"1\":{\"19\":2,\"27\":1,\"62\":4,\"69\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":11,\"132\":1,\"184\":3,\"185\":3,\"186\":1,\"187\":1,\"188\":5,\"189\":1,\"190\":3,\"204\":1,\"228\":1,\"253\":1,\"261\":1,\"294\":2,\"315\":1,\"325\":1,\"326\":1,\"328\":2,\"332\":1}}],[\"databases\",{\"1\":{\"283\":4}}],[\"database=<name>\",{\"1\":{\"279\":1,\"280\":1}}],[\"database\",{\"0\":{\"183\":1,\"262\":1,\"263\":2,\"283\":1,\"323\":1},\"1\":{\"15\":1,\"19\":2,\"27\":1,\"62\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":2,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":2,\"142\":1,\"149\":3,\"153\":1,\"183\":3,\"184\":3,\"185\":2,\"186\":2,\"187\":3,\"188\":1,\"189\":3,\"234\":2,\"248\":1,\"262\":1,\"263\":2,\"273\":2,\"276\":1,\"278\":1,\"279\":4,\"280\":4,\"282\":4,\"283\":10,\"322\":1,\"323\":2,\"326\":2}}],[\"date>\",{\"1\":{\"124\":1}}],[\"date=\",{\"1\":{\"124\":1}}],[\"datetime=\",{\"1\":{\"330\":1}}],[\"datetime\",{\"1\":{\"19\":1,\"235\":4,\"257\":3}}],[\"date\",{\"0\":{\"257\":1},\"1\":{\"18\":2,\"19\":3,\"28\":2,\"40\":1,\"41\":1,\"43\":4,\"62\":3,\"63\":3,\"64\":3,\"66\":4,\"67\":1,\"68\":1,\"69\":1,\"70\":1,\"72\":1,\"74\":23,\"76\":24,\"78\":24,\"80\":27,\"82\":28,\"84\":31,\"86\":35,\"88\":35,\"90\":36,\"92\":39,\"94\":42,\"96\":42,\"98\":42,\"100\":46,\"102\":47,\"103\":46,\"210\":1,\"220\":1,\"257\":3,\"279\":2,\"280\":2}}],[\"dates\",{\"1\":{\"1\":1,\"103\":1}}],[\"drive\",{\"1\":{\"203\":1}}],[\"driver\",{\"1\":{\"18\":1,\"41\":1,\"64\":2,\"74\":3,\"76\":3,\"78\":3,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":6}}],[\"drag\",{\"1\":{\"171\":1}}],[\"drop\",{\"1\":{\"275\":1,\"282\":4}}],[\"dropzone\",{\"1\":{\"103\":2}}],[\"dropdown\",{\"1\":{\"9\":1,\"11\":1,\"103\":3}}],[\"dreammall\",{\"1\":{\"19\":1}}],[\"duplication\",{\"1\":{\"295\":1}}],[\"duplicate\",{\"1\":{\"72\":1,\"74\":1,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":3,\"86\":3,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":2}}],[\"dump\",{\"0\":{\"279\":1,\"280\":1},\"1\":{\"279\":8,\"280\":6,\"283\":1}}],[\"due\",{\"1\":{\"103\":1,\"251\":1}}],[\"during\",{\"1\":{\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"113\":1,\"290\":1}}],[\"du\",{\"1\":{\"11\":1}}],[\"die\",{\"1\":{\"326\":2}}],[\"dies\",{\"1\":{\"120\":1}}],[\"dimensions\",{\"1\":{\"306\":4}}],[\"div\",{\"1\":{\"298\":1}}],[\"divs\",{\"1\":{\"298\":1}}],[\"dive\",{\"1\":{\"124\":3,\"126\":1,\"127\":1,\"129\":1,\"130\":1,\"296\":1,\"300\":1,\"307\":1}}],[\"divers\",{\"1\":{\"19\":1,\"44\":1}}],[\"diverse\",{\"1\":{\"16\":1,\"132\":1}}],[\"difficulty\",{\"1\":{\"213\":1}}],[\"differing\",{\"1\":{\"106\":1}}],[\"differences\",{\"1\":{\"103\":1}}],[\"differentiate\",{\"1\":{\"295\":1}}],[\"different\",{\"1\":{\"16\":1,\"18\":1,\"31\":1,\"103\":1,\"120\":1,\"182\":1,\"285\":1,\"294\":1,\"305\":1,\"313\":2}}],[\"did\",{\"1\":{\"151\":1}}],[\"digits\",{\"1\":{\"103\":1}}],[\"digitalguide\",{\"1\":{\"261\":1}}],[\"digital\",{\"1\":{\"62\":1,\"103\":2}}],[\"directories\",{\"1\":{\"142\":1}}],[\"directory\",{\"0\":{\"142\":1},\"1\":{\"2\":2,\"9\":1,\"16\":1,\"17\":2,\"18\":24,\"103\":1,\"288\":1,\"310\":1}}],[\"directly\",{\"1\":{\"112\":1,\"113\":2,\"151\":1,\"160\":1}}],[\"direct\",{\"1\":{\"69\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"151\":1}}],[\"discuss\",{\"1\":{\"113\":2}}],[\"discriminability\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"discordoffice\",{\"1\":{\"116\":1}}],[\"discord\",{\"1\":{\"44\":1,\"103\":2,\"112\":1,\"113\":1,\"115\":1,\"139\":1,\"151\":1,\"152\":2}}],[\"disbale\",{\"1\":{\"61\":1}}],[\"disability\",{\"1\":{\"105\":1}}],[\"disabling\",{\"1\":{\"103\":2}}],[\"disabled\",{\"1\":{\"18\":1,\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":9,\"326\":2}}],[\"disable\",{\"1\":{\"16\":1,\"18\":1,\"27\":1,\"36\":1,\"62\":4,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":5}}],[\"disables\",{\"1\":{\"16\":1}}],[\"disappearing\",{\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":2}}],[\"disappears\",{\"1\":{\"32\":1}}],[\"distribute\",{\"1\":{\"131\":1}}],[\"dist\",{\"1\":{\"28\":2,\"103\":1}}],[\"distancetome\",{\"1\":{\"15\":2}}],[\"display\",{\"1\":{\"68\":1,\"72\":2,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"223\":1,\"294\":1}}],[\"displaying\",{\"1\":{\"62\":1,\"294\":1}}],[\"displayed\",{\"1\":{\"1\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"dispatch\",{\"1\":{\"2\":2,\"5\":1,\"9\":2,\"16\":1,\"17\":1,\"18\":9,\"31\":1}}],[\"dich\",{\"1\":{\"11\":1}}],[\"dbms\",{\"0\":{\"263\":1},\"1\":{\"103\":1,\"234\":1,\"263\":1,\"275\":1,\"283\":1}}],[\"db\",{\"0\":{\"250\":1},\"1\":{\"2\":1,\"31\":2,\"33\":1,\"41\":1,\"53\":1,\"62\":1,\"69\":1,\"74\":1,\"76\":2,\"78\":2,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":7,\"149\":4,\"183\":4,\"184\":2,\"185\":2,\"186\":2,\"187\":6,\"188\":6,\"234\":1,\"250\":1,\"263\":1,\"279\":1,\"282\":6}}],[\"doing\",{\"1\":{\"251\":1}}],[\"double\",{\"1\":{\"229\":1}}],[\"doubtful\",{\"1\":{\"227\":1}}],[\"dot>\",{\"1\":{\"124\":1}}],[\"dot\",{\"1\":{\"62\":2,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"dotenv\",{\"1\":{\"2\":2,\"16\":2,\"18\":4,\"19\":1,\"23\":1,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":8}}],[\"done\",{\"1\":{\"203\":1,\"215\":1,\"265\":1}}],[\"donate\",{\"0\":{\"138\":1}}],[\"donations\",{\"1\":{\"41\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"donation\",{\"0\":{\"242\":1},\"1\":{\"15\":1,\"31\":1,\"34\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"138\":2,\"242\":2}}],[\"don\",{\"1\":{\"60\":1,\"67\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":6,\"113\":1,\"151\":2,\"196\":1,\"202\":1,\"302\":1}}],[\"down\",{\"1\":{\"23\":1,\"103\":2,\"187\":1,\"294\":1}}],[\"downloaded\",{\"1\":{\"332\":1}}],[\"download\",{\"1\":{\"19\":1,\"204\":1,\"251\":3,\"275\":2,\"276\":1}}],[\"downgrade\",{\"1\":{\"9\":1,\"16\":1,\"103\":1}}],[\"dorny\",{\"1\":{\"18\":3,\"19\":2}}],[\"domainkeys\",{\"1\":{\"261\":1}}],[\"domain>\",{\"1\":{\"261\":1}}],[\"domainname=<your\",{\"1\":{\"261\":1}}],[\"domainname=\",{\"1\":{\"236\":1}}],[\"domain\",{\"1\":{\"103\":3}}],[\"dom\",{\"1\":{\"18\":1,\"315\":1}}],[\"doesn\",{\"1\":{\"298\":1}}],[\"does\",{\"1\":{\"17\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"283\":1,\"293\":2,\"294\":1,\"299\":1,\"326\":2}}],[\"do\",{\"1\":{\"16\":1,\"27\":1,\"31\":2,\"32\":1,\"109\":1,\"120\":1,\"131\":1,\"151\":1,\"185\":1,\"187\":1,\"193\":1,\"213\":1,\"265\":1,\"275\":1,\"293\":1,\"298\":1,\"306\":2}}],[\"doctl\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"doc\",{\"1\":{\"41\":1}}],[\"docs\",{\"0\":{\"251\":1},\"1\":{\"18\":3,\"19\":11,\"27\":1,\"28\":2,\"31\":7,\"34\":1,\"37\":1,\"39\":1,\"41\":2,\"44\":2,\"62\":1,\"64\":1,\"67\":1,\"69\":3,\"74\":6,\"76\":6,\"78\":6,\"80\":6,\"82\":6,\"84\":8,\"86\":8,\"88\":9,\"90\":9,\"92\":9,\"94\":9,\"96\":9,\"98\":9,\"100\":10,\"102\":10,\"103\":7,\"175\":1,\"261\":1,\"266\":2,\"295\":1,\"304\":1,\"315\":1,\"317\":1,\"332\":2}}],[\"document\",{\"1\":{\"19\":2,\"37\":1,\"265\":1,\"288\":1,\"302\":1,\"313\":1}}],[\"documentation\",{\"0\":{\"159\":1,\"160\":1,\"161\":1,\"175\":1,\"311\":1,\"312\":1},\"1\":{\"19\":4,\"31\":1,\"65\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":11,\"112\":1,\"131\":1,\"149\":1,\"150\":1,\"158\":1,\"160\":1,\"161\":1,\"166\":2,\"193\":1,\"201\":1,\"265\":1,\"266\":3,\"269\":1,\"316\":1}}],[\"documented\",{\"1\":{\"1\":1,\"178\":1,\"312\":2}}],[\"docu\",{\"1\":{\"11\":1,\"16\":1,\"18\":1,\"19\":7,\"31\":2,\"39\":1,\"62\":2,\"103\":1}}],[\"dockerhub\",{\"1\":{\"18\":1,\"31\":1,\"103\":2}}],[\"dockerfiles\",{\"1\":{\"18\":1,\"62\":1}}],[\"dockerfile\",{\"1\":{\"11\":1,\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"docker\",{\"0\":{\"121\":1,\"124\":1,\"147\":1,\"148\":1,\"149\":1,\"181\":1,\"182\":1,\"196\":1,\"197\":1,\"267\":1,\"274\":1,\"275\":1,\"278\":2},\"1\":{\"2\":2,\"5\":1,\"6\":1,\"9\":2,\"16\":1,\"17\":4,\"18\":6,\"19\":1,\"21\":1,\"27\":2,\"29\":1,\"31\":4,\"32\":1,\"39\":2,\"41\":1,\"44\":1,\"45\":1,\"47\":1,\"57\":1,\"62\":3,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":3,\"102\":4,\"103\":19,\"122\":1,\"123\":4,\"124\":2,\"142\":1,\"147\":1,\"148\":5,\"149\":12,\"153\":3,\"181\":3,\"183\":9,\"184\":2,\"185\":3,\"186\":3,\"187\":5,\"188\":6,\"189\":6,\"196\":2,\"198\":2,\"234\":1,\"236\":1,\"261\":1,\"263\":2,\"265\":1,\"267\":6,\"269\":1,\"274\":1,\"276\":1,\"278\":1,\"279\":5,\"280\":5,\"282\":5,\"283\":1,\"288\":5,\"320\":7}}],[\"den\",{\"1\":{\"326\":2}}],[\"debian\",{\"1\":{\"276\":2}}],[\"debug=neo4j\",{\"1\":{\"193\":1}}],[\"debug=true\",{\"1\":{\"28\":1,\"321\":1}}],[\"debugging\",{\"0\":{\"193\":1},\"1\":{\"199\":1}}],[\"debug\",{\"1\":{\"15\":1,\"19\":1,\"31\":1,\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"delivery\",{\"1\":{\"182\":1}}],[\"deletion\",{\"1\":{\"103\":2}}],[\"deleting\",{\"1\":{\"27\":1,\"187\":2,\"208\":1}}],[\"deletes\",{\"1\":{\"187\":1}}],[\"delete\",{\"1\":{\"31\":1,\"62\":1,\"65\":1,\"67\":1,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":9,\"187\":1,\"204\":1,\"205\":1,\"214\":1,\"215\":1,\"216\":1,\"228\":1,\"231\":1,\"251\":2,\"305\":1}}],[\"deleted\",{\"1\":{\"19\":1,\"40\":2,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":5,\"326\":2}}],[\"deems\",{\"1\":{\"109\":1}}],[\"deem\",{\"1\":{\"107\":1}}],[\"deeper\",{\"1\":{\"296\":1,\"300\":1,\"307\":1}}],[\"deep\",{\"1\":{\"103\":2,\"299\":2}}],[\"derogatory\",{\"1\":{\"106\":1}}],[\"detail\",{\"1\":{\"113\":1,\"312\":1}}],[\"details\",{\"1\":{\"103\":1,\"109\":1,\"182\":1,\"226\":1,\"234\":1,\"306\":1,\"315\":1,\"326\":1}}],[\"determined\",{\"1\":{\"109\":1}}],[\"detection\",{\"1\":{\"23\":1}}],[\"detect\",{\"1\":{\"16\":1,\"23\":1,\"62\":1,\"309\":1}}],[\"defining\",{\"1\":{\"315\":1}}],[\"definition\",{\"1\":{\"257\":1}}],[\"definitions\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"defines\",{\"1\":{\"316\":1}}],[\"defined\",{\"1\":{\"108\":1,\"303\":1,\"306\":1}}],[\"define\",{\"1\":{\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"123\":1,\"190\":1,\"306\":2,\"316\":2}}],[\"defaultlayout\",{\"1\":{\"19\":1}}],[\"default\",{\"0\":{\"263\":2},\"1\":{\"10\":1,\"16\":1,\"19\":1,\"29\":1,\"31\":1,\"62\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":7,\"123\":1,\"182\":1,\"184\":1,\"234\":3,\"257\":1,\"263\":3,\"279\":1,\"280\":1,\"282\":4,\"283\":5,\"294\":1,\"305\":1,\"316\":3,\"317\":1}}],[\"de\",{\"1\":{\"74\":1,\"76\":1,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":3,\"120\":1}}],[\"demos\",{\"1\":{\"146\":1}}],[\"demo\",{\"0\":{\"136\":1,\"145\":1},\"1\":{\"34\":1,\"136\":1}}],[\"decide\",{\"1\":{\"293\":1}}],[\"decided\",{\"1\":{\"273\":1}}],[\"decisions\",{\"1\":{\"227\":1}}],[\"decoding\",{\"1\":{\"103\":1}}],[\"decode\",{\"1\":{\"41\":1}}],[\"december\",{\"1\":{\"33\":1,\"41\":1,\"75\":1,\"77\":1,\"79\":1}}],[\"decrease\",{\"1\":{\"27\":1}}],[\"destructive\",{\"1\":{\"305\":1}}],[\"desired\",{\"1\":{\"312\":1}}],[\"desirable\",{\"1\":{\"132\":1}}],[\"designs\",{\"1\":{\"62\":1}}],[\"design\",{\"0\":{\"303\":1},\"1\":{\"31\":1,\"34\":1,\"62\":4,\"69\":1,\"74\":4,\"76\":4,\"78\":4,\"80\":4,\"82\":4,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":2,\"161\":1,\"265\":1,\"290\":1,\"296\":2,\"303\":2,\"312\":1}}],[\"desktop\",{\"1\":{\"103\":1,\"276\":1}}],[\"describe\",{\"1\":{\"281\":1,\"293\":1,\"324\":1}}],[\"described\",{\"1\":{\"151\":1,\"153\":2}}],[\"describes\",{\"1\":{\"103\":1}}],[\"descriptive\",{\"1\":{\"103\":1}}],[\"description\",{\"1\":{\"19\":2,\"28\":1,\"31\":1,\"33\":1,\"36\":1,\"37\":1,\"43\":1,\"65\":1,\"66\":1,\"68\":1,\"69\":1,\"72\":2,\"74\":8,\"76\":10,\"78\":10,\"80\":11,\"82\":11,\"84\":11,\"86\":13,\"88\":13,\"90\":13,\"92\":13,\"94\":13,\"96\":13,\"98\":13,\"100\":15,\"102\":15,\"103\":4,\"113\":1,\"149\":1,\"161\":1,\"190\":1,\"216\":1,\"218\":1,\"219\":1,\"220\":1,\"266\":1,\"269\":1,\"326\":3}}],[\"descending\",{\"1\":{\"103\":1}}],[\"dealings\",{\"1\":{\"131\":1}}],[\"deal\",{\"1\":{\"131\":1}}],[\"deactivate\",{\"1\":{\"31\":1}}],[\"dead\",{\"1\":{\"9\":1}}],[\"degrading\",{\"1\":{\"20\":1}}],[\"degrade\",{\"1\":{\"20\":1}}],[\"degroup\",{\"1\":{\"18\":2}}],[\"degroups\",{\"1\":{\"18\":1}}],[\"depreciation\",{\"1\":{\"103\":1}}],[\"deprecated\",{\"1\":{\"18\":1,\"19\":1,\"64\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2}}],[\"deprecations\",{\"1\":{\"66\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"deprecation\",{\"1\":{\"18\":1,\"19\":1}}],[\"deploying\",{\"1\":{\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"deployed\",{\"1\":{\"72\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"145\":1}}],[\"deploy\",{\"0\":{\"175\":1},\"1\":{\"19\":2,\"31\":2,\"32\":1,\"62\":1,\"67\":1,\"69\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":4,\"232\":1}}],[\"deployments\",{\"1\":{\"19\":1,\"103\":1,\"279\":1}}],[\"deployment\",{\"0\":{\"153\":1,\"248\":1,\"250\":1,\"251\":1,\"255\":1,\"335\":1},\"1\":{\"17\":1,\"18\":2,\"19\":6,\"20\":1,\"22\":1,\"28\":2,\"29\":4,\"31\":12,\"35\":1,\"36\":1,\"38\":1,\"39\":1,\"44\":1,\"48\":1,\"62\":3,\"67\":1,\"69\":2,\"74\":3,\"76\":3,\"78\":3,\"80\":4,\"82\":4,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":5,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":9,\"153\":7,\"158\":1,\"234\":1,\"236\":1,\"239\":2,\"248\":2,\"250\":1,\"253\":2,\"255\":1,\"263\":2,\"283\":1}}],[\"depending\",{\"1\":{\"198\":1,\"305\":1}}],[\"dependency\",{\"1\":{\"18\":1,\"19\":1,\"103\":1,\"251\":1}}],[\"dependencies\",{\"1\":{\"17\":1,\"18\":1,\"103\":4,\"142\":2,\"147\":2,\"182\":1,\"198\":1,\"285\":2}}],[\"dependabot\",{\"1\":{\"15\":1,\"18\":8,\"19\":1,\"31\":3,\"43\":1,\"72\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":1}}],[\"deps\",{\"1\":{\"2\":22,\"4\":11,\"5\":9,\"6\":7,\"9\":20,\"15\":4,\"16\":23,\"17\":35,\"62\":68,\"63\":16,\"64\":39,\"65\":21,\"66\":62,\"67\":31,\"68\":38,\"69\":54,\"70\":14,\"71\":3,\"72\":77,\"74\":512,\"76\":553,\"78\":563,\"80\":624,\"82\":652,\"84\":682,\"86\":727,\"88\":732,\"90\":737,\"92\":752,\"94\":779,\"96\":804,\"98\":809,\"100\":814,\"102\":814}}],[\"devices\",{\"1\":{\"103\":1}}],[\"devisions\",{\"1\":{\"18\":1}}],[\"developed\",{\"1\":{\"138\":1}}],[\"developer\",{\"0\":{\"145\":1,\"152\":1},\"1\":{\"113\":1,\"139\":1,\"141\":1,\"152\":1}}],[\"developers\",{\"0\":{\"140\":1},\"1\":{\"112\":2,\"113\":2,\"115\":1,\"117\":2,\"146\":2,\"191\":1,\"298\":1,\"309\":1,\"312\":2,\"316\":1}}],[\"development\",{\"0\":{\"113\":1,\"127\":1,\"130\":1,\"286\":1},\"1\":{\"80\":2,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":3,\"117\":1,\"127\":2,\"130\":2,\"132\":1,\"145\":1,\"147\":1,\"149\":1,\"151\":1,\"153\":1,\"182\":1,\"183\":1,\"266\":3,\"267\":1,\"276\":1,\"282\":2}}],[\"develop\",{\"1\":{\"62\":1,\"142\":1,\"153\":1,\"265\":1,\"266\":1}}],[\"devops\",{\"1\":{\"2\":1,\"67\":1,\"68\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"109\":1}}],[\"dev\",{\"1\":{\"2\":12,\"4\":4,\"5\":6,\"6\":2,\"9\":13,\"15\":5,\"16\":15,\"17\":15,\"62\":37,\"63\":11,\"64\":20,\"65\":7,\"66\":29,\"67\":10,\"68\":14,\"69\":27,\"70\":6,\"72\":47,\"74\":236,\"76\":247,\"78\":252,\"80\":294,\"82\":310,\"84\":332,\"86\":344,\"88\":348,\"90\":350,\"92\":357,\"94\":372,\"96\":387,\"98\":388,\"100\":389,\"102\":389,\"103\":1,\"175\":1,\"182\":1,\"193\":1,\"266\":4,\"278\":1,\"286\":1}}],[\"two\",{\"0\":{\"295\":1},\"1\":{\"113\":1,\"142\":1,\"218\":1,\"291\":1,\"293\":1,\"295\":1,\"311\":1}}],[\"twice\",{\"1\":{\"103\":1,\"298\":1}}],[\"tutorial\",{\"1\":{\"141\":1}}],[\"turn\",{\"1\":{\"103\":1}}],[\"tube\",{\"1\":{\"40\":1}}],[\"t\",{\"1\":{\"51\":1,\"60\":1,\"67\":3,\"74\":3,\"76\":3,\"78\":3,\"80\":5,\"82\":5,\"84\":5,\"86\":5,\"88\":6,\"90\":6,\"92\":6,\"94\":6,\"96\":6,\"98\":6,\"100\":6,\"102\":6,\"103\":6,\"113\":1,\"115\":1,\"117\":1,\"124\":1,\"126\":1,\"127\":1,\"129\":1,\"130\":1,\"151\":2,\"196\":1,\"202\":1,\"298\":2,\"302\":1,\"310\":1}}],[\"talking\",{\"1\":{\"293\":1}}],[\"talk\",{\"0\":{\"225\":1},\"1\":{\"115\":1,\"202\":1,\"206\":1,\"207\":1,\"225\":2}}],[\"tar\",{\"1\":{\"103\":1}}],[\"targeting\",{\"1\":{\"302\":1}}],[\"target\",{\"0\":{\"241\":1},\"1\":{\"34\":1,\"123\":1,\"124\":1,\"126\":1,\"127\":1,\"129\":1,\"130\":1,\"241\":2,\"243\":1,\"305\":1}}],[\"table\",{\"0\":{\"158\":1},\"1\":{\"160\":1}}],[\"tabs\",{\"0\":{\"164\":1},\"1\":{\"103\":1,\"164\":1,\"173\":1,\"288\":1,\"320\":1}}],[\"tab\",{\"1\":{\"103\":3,\"160\":2,\"164\":5,\"171\":1,\"173\":1,\"174\":2,\"202\":2,\"288\":2,\"320\":2,\"326\":1}}],[\"tac\",{\"1\":{\"103\":1}}],[\"tap\",{\"1\":{\"40\":1}}],[\"taken\",{\"1\":{\"270\":1}}],[\"takes\",{\"1\":{\"142\":1,\"181\":1,\"294\":1}}],[\"take\",{\"0\":{\"222\":1},\"1\":{\"27\":1,\"107\":1,\"117\":1,\"137\":1,\"142\":1}}],[\"tail\",{\"1\":{\"21\":1,\"278\":1}}],[\"tagged\",{\"1\":{\"103\":1}}],[\"tagging\",{\"1\":{\"45\":1,\"202\":1}}],[\"tags\",{\"0\":{\"302\":1},\"1\":{\"62\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":6,\"207\":1,\"211\":1,\"212\":1,\"213\":1,\"217\":1,\"218\":1,\"219\":1,\"220\":1,\"302\":4}}],[\"tag\",{\"1\":{\"18\":1,\"19\":1,\"31\":1,\"58\":1,\"60\":1,\"68\":2,\"74\":3,\"76\":3,\"78\":3,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"282\":2}}],[\"ties\",{\"1\":{\"304\":1}}],[\"tied\",{\"1\":{\"291\":1}}],[\"tiles\",{\"1\":{\"210\":1}}],[\"tirokk\",{\"1\":{\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"115\":1}}],[\"tidy\",{\"1\":{\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"tickets\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"ticket\",{\"1\":{\"67\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"tippy\",{\"1\":{\"103\":6}}],[\"tiptap\",{\"1\":{\"62\":4,\"74\":2,\"76\":4,\"78\":4,\"80\":5,\"82\":5,\"84\":5,\"86\":5,\"88\":5,\"90\":5,\"92\":6,\"94\":6,\"96\":8,\"98\":8,\"100\":10,\"102\":10,\"103\":30}}],[\"tip\",{\"1\":{\"40\":1}}],[\"titles\",{\"1\":{\"103\":1}}],[\"title\",{\"1\":{\"19\":2,\"28\":1,\"31\":1,\"62\":1,\"65\":1,\"66\":1,\"68\":1,\"69\":1,\"71\":1,\"72\":1,\"74\":9,\"76\":11,\"78\":11,\"80\":11,\"82\":11,\"84\":11,\"86\":13,\"88\":13,\"90\":13,\"92\":13,\"94\":14,\"96\":15,\"98\":15,\"100\":16,\"102\":17,\"103\":4,\"164\":2,\"207\":1,\"213\":1,\"216\":1,\"218\":1,\"219\":1,\"220\":1,\"282\":1,\"288\":1,\"316\":1}}],[\"timeline\",{\"1\":{\"216\":1}}],[\"times\",{\"1\":{\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"116\":1}}],[\"timeouts\",{\"1\":{\"19\":1}}],[\"time\",{\"0\":{\"253\":1,\"257\":1},\"1\":{\"4\":1,\"19\":1,\"27\":1,\"31\":2,\"103\":2,\"113\":2,\"116\":2,\"199\":1,\"206\":1,\"227\":1,\"253\":2,\"257\":1,\"281\":2,\"330\":2}}],[\"timer\",{\"1\":{\"3\":1}}],[\"tree\",{\"1\":{\"270\":1}}],[\"true\",{\"1\":{\"250\":1,\"257\":1,\"282\":1,\"316\":1}}],[\"trusts\",{\"1\":{\"132\":1}}],[\"truly\",{\"1\":{\"117\":1,\"306\":1}}],[\"truncatestr\",{\"1\":{\"48\":1}}],[\"truncation\",{\"1\":{\"48\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"trouble\",{\"1\":{\"123\":1}}],[\"troubleshoot\",{\"1\":{\"103\":1}}],[\"troubleshoots\",{\"1\":{\"103\":1}}],[\"trolling\",{\"1\":{\"106\":1}}],[\"triangle\",{\"1\":{\"307\":1}}],[\"trick\",{\"1\":{\"103\":1}}],[\"triggers\",{\"1\":{\"305\":1}}],[\"trigger\",{\"1\":{\"31\":2,\"103\":1}}],[\"triggered\",{\"1\":{\"16\":1}}],[\"tryout\",{\"1\":{\"62\":1}}],[\"try\",{\"1\":{\"26\":1,\"100\":1,\"102\":1,\"103\":2,\"113\":2,\"123\":1,\"136\":1,\"145\":1,\"273\":1,\"293\":1,\"298\":1}}],[\"travel\",{\"1\":{\"199\":1}}],[\"travis\",{\"1\":{\"62\":1,\"64\":1,\"74\":1,\"76\":1,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":7}}],[\"track\",{\"1\":{\"17\":1}}],[\"transitive\",{\"1\":{\"103\":1}}],[\"transport\",{\"1\":{\"43\":1,\"100\":1,\"102\":1}}],[\"translating\",{\"1\":{\"103\":1,\"137\":1}}],[\"translations\",{\"1\":{\"65\":1,\"66\":2,\"67\":1,\"72\":1,\"74\":5,\"76\":7,\"78\":9,\"80\":11,\"82\":12,\"84\":13,\"86\":13,\"88\":13,\"90\":13,\"92\":13,\"94\":14,\"96\":14,\"98\":14,\"100\":14,\"102\":14,\"103\":6}}],[\"translation\",{\"1\":{\"3\":1,\"10\":1,\"80\":2,\"82\":2,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":5,\"96\":5,\"98\":5,\"100\":5,\"102\":5}}],[\"translate\",{\"1\":{\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":2}}],[\"translated\",{\"1\":{\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"translatable\",{\"1\":{\"31\":1,\"36\":1,\"319\":1}}],[\"transmit\",{\"1\":{\"31\":1}}],[\"transaction\",{\"1\":{\"2\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1}}],[\"typing\",{\"1\":{\"27\":1,\"303\":1}}],[\"typed\",{\"0\":{\"316\":1}}],[\"typechecks\",{\"1\":{\"19\":1}}],[\"type\",{\"1\":{\"16\":1,\"19\":2,\"21\":1,\"28\":2,\"43\":1,\"64\":1,\"67\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":3,\"103\":1,\"210\":1,\"216\":1,\"242\":1,\"294\":1,\"309\":1,\"316\":4}}],[\"typescript\",{\"1\":{\"2\":1,\"5\":1,\"16\":7,\"17\":3,\"18\":11,\"19\":3,\"27\":3,\"28\":2}}],[\"types\",{\"1\":{\"2\":4,\"4\":3,\"5\":1,\"9\":3,\"12\":1,\"15\":2,\"16\":4,\"17\":2,\"18\":13,\"19\":1,\"210\":1,\"313\":1}}],[\"typo\",{\"1\":{\"10\":1,\"17\":1,\"18\":1,\"29\":2,\"37\":1,\"68\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":2,\"84\":2,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":4,\"96\":5,\"98\":5,\"100\":5,\"102\":5,\"103\":1}}],[\"terminal\",{\"1\":{\"149\":2,\"263\":1,\"279\":1,\"280\":3,\"288\":2,\"309\":1,\"313\":1}}],[\"terms\",{\"1\":{\"27\":1,\"31\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3,\"103\":4,\"204\":1,\"211\":1}}],[\"tells\",{\"1\":{\"316\":1,\"319\":1}}],[\"tell\",{\"1\":{\"137\":1}}],[\"team\",{\"0\":{\"115\":1},\"1\":{\"109\":3,\"112\":1,\"113\":5,\"115\":1,\"116\":1,\"117\":2,\"151\":2,\"226\":1}}],[\"teaser\",{\"1\":{\"15\":1,\"19\":1,\"28\":1,\"31\":1,\"32\":1,\"34\":1,\"49\":1,\"61\":1,\"67\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"207\":1,\"295\":1}}],[\"technology\",{\"0\":{\"154\":1,\"265\":1},\"1\":{\"203\":1}}],[\"tech\",{\"1\":{\"41\":1}}],[\"texts\",{\"1\":{\"27\":1,\"32\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":5}}],[\"text\",{\"1\":{\"19\":1,\"27\":1,\"31\":3,\"42\":1,\"62\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"103\":6,\"152\":1,\"160\":1,\"165\":1,\"210\":1,\"225\":1,\"306\":1}}],[\"temporary\",{\"1\":{\"109\":1}}],[\"temporarily\",{\"1\":{\"19\":1,\"107\":1}}],[\"temp\",{\"1\":{\"19\":1}}],[\"template\",{\"1\":{\"17\":1,\"21\":1,\"28\":1,\"37\":1,\"68\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":4,\"98\":5,\"100\":5,\"102\":5,\"103\":6,\"149\":2,\"153\":1,\"182\":1,\"239\":1,\"248\":1,\"250\":1,\"253\":1,\"263\":2,\"270\":1,\"285\":1,\"315\":1,\"321\":1}}],[\"templates\",{\"1\":{\"5\":1,\"31\":2,\"36\":1,\"38\":1,\"40\":1,\"45\":1,\"103\":2,\"291\":1,\"294\":1,\"295\":1}}],[\"tested\",{\"1\":{\"178\":1,\"282\":1,\"320\":1}}],[\"testbadgelink\",{\"1\":{\"18\":1}}],[\"test\",{\"0\":{\"199\":1,\"246\":1},\"1\":{\"16\":1,\"17\":1,\"18\":1,\"19\":7,\"20\":1,\"21\":1,\"27\":2,\"28\":1,\"29\":1,\"31\":1,\"33\":1,\"37\":2,\"40\":3,\"41\":2,\"62\":3,\"65\":2,\"67\":1,\"68\":1,\"70\":2,\"72\":1,\"74\":8,\"76\":8,\"78\":8,\"80\":13,\"82\":14,\"84\":14,\"86\":14,\"88\":14,\"90\":14,\"92\":14,\"94\":14,\"96\":14,\"98\":14,\"100\":15,\"102\":16,\"103\":11,\"151\":2,\"155\":1,\"177\":1,\"186\":1,\"189\":4,\"199\":1,\"200\":1,\"201\":1,\"203\":2,\"250\":1,\"265\":1,\"266\":11,\"288\":5,\"310\":10,\"313\":1,\"315\":1}}],[\"testing\",{\"0\":{\"155\":1,\"176\":1,\"177\":1,\"178\":1,\"179\":1,\"189\":1,\"194\":1,\"195\":1,\"308\":1,\"311\":1,\"313\":1},\"1\":{\"5\":1,\"27\":1,\"66\":1,\"67\":1,\"68\":1,\"74\":5,\"76\":6,\"78\":6,\"80\":7,\"82\":9,\"84\":9,\"86\":10,\"88\":10,\"90\":10,\"92\":10,\"94\":11,\"96\":12,\"98\":12,\"100\":13,\"102\":13,\"103\":22,\"137\":2,\"156\":1,\"158\":1,\"197\":1,\"198\":1,\"265\":1,\"288\":1}}],[\"tests\",{\"0\":{\"201\":1,\"288\":1,\"310\":1},\"1\":{\"2\":1,\"5\":1,\"8\":1,\"18\":1,\"19\":3,\"27\":1,\"28\":1,\"31\":2,\"33\":1,\"43\":1,\"45\":2,\"53\":1,\"62\":5,\"67\":4,\"74\":5,\"76\":5,\"78\":5,\"80\":6,\"82\":6,\"84\":6,\"86\":6,\"88\":6,\"90\":6,\"92\":7,\"94\":7,\"96\":7,\"98\":7,\"100\":7,\"102\":7,\"103\":15,\"113\":3,\"142\":1,\"151\":1,\"158\":3,\"177\":1,\"179\":1,\"189\":3,\"198\":1,\"199\":2,\"201\":1,\"266\":5,\"288\":3,\"310\":5}}],[\"tsc\",{\"1\":{\"9\":1}}],[\"ts\",{\"1\":{\"4\":1,\"9\":1,\"17\":1,\"18\":1,\"19\":1,\"237\":1,\"266\":2}}],[\"though\",{\"1\":{\"137\":1}}],[\"those\",{\"1\":{\"103\":1}}],[\"thursday\",{\"1\":{\"116\":1}}],[\"threatening\",{\"1\":{\"107\":1}}],[\"three\",{\"1\":{\"27\":1,\"142\":1,\"203\":1,\"269\":1}}],[\"throughout\",{\"1\":{\"294\":1,\"303\":1}}],[\"through\",{\"1\":{\"65\":1,\"67\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":2,\"82\":2,\"84\":2,\"86\":2,\"88\":2,\"90\":2,\"92\":2,\"94\":2,\"96\":2,\"98\":2,\"100\":2,\"102\":2,\"142\":1,\"181\":1,\"196\":1,\"274\":1,\"312\":1}}],[\"throw\",{\"1\":{\"19\":1,\"21\":1,\"62\":1,\"72\":2,\"74\":2,\"76\":2,\"78\":2,\"80\":3,\"82\":3,\"84\":3,\"86\":3,\"88\":3,\"90\":3,\"92\":3,\"94\":3,\"96\":3,\"98\":3,\"100\":3,\"102\":3}}],[\"third\",{\"1\":{\"203\":1}}],[\"think\",{\"1\":{\"298\":1}}],[\"thinking\",{\"1\":{\"111\":1}}],[\"things\",{\"1\":{\"16\":1,\"103\":1,\"315\":1}}],[\"this\",{\"0\":{\"160\":1,\"175\":1},\"1\":{\"1\":2,\"103\":3,\"107\":1,\"108\":1,\"110\":1,\"112\":1,\"113\":2,\"115\":1,\"117\":2,\"120\":1,\"131\":2,\"132\":1,\"138\":1,\"144\":1,\"147\":1,\"149\":1,\"151\":3,\"153\":2,\"160\":2,\"164\":1,\"178\":1,\"182\":1,\"187\":1,\"191\":1,\"192\":1,\"193\":1,\"199\":1,\"200\":1,\"203\":1,\"213\":1,\"251\":1,\"261\":1,\"265\":2,\"270\":6,\"280\":1,\"282\":2,\"283\":2,\"290\":1,\"293\":1,\"294\":1,\"298\":3,\"299\":1,\"305\":1,\"306\":1,\"313\":1,\"320\":2,\"325\":2}}],[\"thanks\",{\"1\":{\"138\":1}}],[\"thank\",{\"1\":{\"111\":1,\"115\":1}}],[\"than\",{\"1\":{\"8\":1,\"113\":1,\"117\":1,\"302\":1,\"305\":1}}],[\"that\",{\"1\":{\"3\":1,\"17\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":2,\"100\":2,\"102\":2,\"103\":1,\"106\":1,\"107\":2,\"109\":1,\"112\":1,\"113\":2,\"116\":1,\"117\":1,\"132\":4,\"137\":1,\"147\":2,\"160\":1,\"178\":1,\"191\":1,\"197\":1,\"199\":1,\"202\":1,\"270\":1,\"281\":1,\"293\":2,\"306\":3,\"310\":2,\"311\":1,\"312\":1,\"316\":1,\"319\":2,\"333\":1}}],[\"these\",{\"1\":{\"132\":1,\"288\":3,\"303\":1,\"310\":1}}],[\"their\",{\"1\":{\"115\":1,\"117\":2,\"132\":1,\"193\":1,\"202\":1,\"306\":2,\"310\":1}}],[\"themselfes\",{\"1\":{\"226\":1}}],[\"themselves\",{\"1\":{\"198\":1}}],[\"them\",{\"1\":{\"113\":1,\"117\":1,\"124\":1,\"132\":1,\"192\":1,\"202\":1,\"290\":1,\"295\":1,\"305\":1,\"326\":2}}],[\"themes\",{\"1\":{\"18\":1}}],[\"theme\",{\"1\":{\"18\":3,\"19\":4}}],[\"then\",{\"1\":{\"103\":1,\"113\":1,\"149\":1,\"151\":2,\"153\":1,\"251\":1,\"275\":1,\"288\":2,\"305\":3,\"313\":2}}],[\"they\",{\"1\":{\"103\":1,\"107\":1,\"116\":2,\"132\":2,\"177\":1,\"178\":1,\"305\":1,\"306\":2,\"310\":2}}],[\"therefore\",{\"1\":{\"132\":1,\"182\":1,\"251\":1,\"294\":1,\"295\":1,\"299\":1,\"302\":1,\"304\":1,\"320\":1}}],[\"there\",{\"1\":{\"17\":2,\"103\":1,\"113\":4,\"115\":1,\"124\":1,\"137\":1,\"142\":2,\"148\":1,\"151\":1,\"171\":1,\"179\":1,\"279\":1,\"323\":1}}],[\"the\",{\"0\":{\"115\":1,\"144\":1,\"169\":1,\"174\":1,\"306\":1,\"320\":1,\"323\":1},\"1\":{\"2\":3,\"5\":1,\"9\":2,\"10\":1,\"15\":1,\"16\":4,\"17\":11,\"18\":32,\"19\":2,\"24\":3,\"27\":4,\"31\":5,\"32\":1,\"36\":1,\"37\":1,\"42\":1,\"47\":1,\"65\":1,\"67\":1,\"74\":2,\"76\":2,\"78\":2,\"80\":4,\"82\":5,\"84\":7,\"86\":7,\"88\":7,\"90\":7,\"92\":9,\"94\":9,\"96\":9,\"98\":9,\"100\":10,\"102\":11,\"103\":36,\"105\":1,\"106\":2,\"107\":2,\"108\":1,\"109\":7,\"110\":1,\"111\":1,\"112\":4,\"113\":18,\"115\":1,\"117\":2,\"120\":4,\"123\":2,\"124\":6,\"131\":14,\"132\":8,\"134\":1,\"135\":1,\"137\":3,\"138\":2,\"142\":2,\"144\":2,\"146\":3,\"148\":3,\"149\":4,\"150\":1,\"151\":4,\"153\":5,\"157\":1,\"160\":11,\"161\":1,\"166\":1,\"171\":5,\"177\":6,\"178\":2,\"179\":1,\"181\":4,\"182\":8,\"184\":3,\"185\":1,\"186\":1,\"187\":5,\"188\":3,\"189\":8,\"190\":6,\"191\":4,\"193\":2,\"197\":4,\"198\":3,\"199\":5,\"200\":1,\"201\":1,\"202\":4,\"203\":6,\"216\":4,\"225\":1,\"232\":1,\"234\":4,\"236\":1,\"239\":2,\"248\":4,\"251\":6,\"253\":2,\"255\":2,\"256\":1,\"261\":3,\"263\":3,\"264\":1,\"265\":4,\"266\":1,\"268\":2,\"269\":2,\"270\":8,\"273\":3,\"274\":1,\"275\":8,\"276\":4,\"278\":2,\"279\":9,\"280\":12,\"282\":8,\"283\":5,\"285\":1,\"288\":11,\"289\":1,\"290\":5,\"291\":6,\"293\":3,\"294\":19,\"295\":2,\"296\":3,\"298\":1,\"299\":3,\"300\":2,\"302\":3,\"303\":1,\"304\":5,\"305\":6,\"306\":14,\"307\":3,\"309\":2,\"310\":6,\"312\":2,\"313\":7,\"315\":7,\"316\":3,\"317\":1,\"318\":1,\"319\":3,\"320\":11,\"321\":1,\"322\":3,\"323\":4,\"325\":5,\"326\":6,\"332\":3,\"333\":2}}],[\"to=\",{\"1\":{\"279\":1}}],[\"tort\",{\"1\":{\"131\":1}}],[\"together\",{\"1\":{\"117\":1,\"132\":1,\"177\":1,\"302\":1}}],[\"toggle\",{\"1\":{\"98\":1,\"100\":1,\"102\":1}}],[\"today\",{\"1\":{\"115\":1}}],[\"todos\",{\"0\":{\"168\":1}}],[\"todo\",{\"0\":{\"232\":1},\"1\":{\"19\":1,\"27\":1,\"28\":2,\"168\":1,\"170\":1,\"174\":2,\"175\":1,\"194\":1,\"320\":1,\"324\":1}}],[\"touch\",{\"1\":{\"112\":1}}],[\"towards\",{\"1\":{\"106\":1}}],[\"too\",{\"1\":{\"103\":2,\"151\":1,\"295\":1}}],[\"toolchain\",{\"1\":{\"161\":1}}],[\"tools\",{\"1\":{\"103\":1,\"174\":1,\"210\":1}}],[\"tooltip\",{\"1\":{\"32\":1,\"43\":1,\"70\":1,\"74\":1,\"76\":1,\"78\":1,\"80\":1,\"82\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"103\":3}}],[\"tooltips\",{\"1\":{\"30\":1,\"37\":1}}],[\"tool\",{\"1\":{\"2\":1,\"117\":1,\"124\":1,\"147\":1,\"311\":1}}],[\"topic\",{\"1\":{\"226\":1}}],[\"topics\",{\"1\":{\"31\":1,\"37\":2,\"202\":1}}],[\"topbar\",{\"1\":{\"19\":1}}],[\"top\",{\"1\":{\"9\":1,\"32\":1,\"103\":2,\"278\":1}}],[\"tokens\",{\"0\":{\"303\":1},\"1\":{\"18\":1,\"84\":1,\"86\":1,\"88\":1,\"90\":1,\"92\":1,\"94\":1,\"96\":1,\"98\":1,\"100\":1,\"102\":1,\"290\":1,\"291\":1,\"303\":3,\"312\":1}}],[\"token\",{\"1\":{\"2\":1,\"31\":1,\"62\":4,\"69\":1,\"74\":4,\"76\":4,\"78\":4,\"80\":4,\"82\":4,\"84\":4,\"86\":4,\"88\":4,\"90\":4,\"92\":4,\"94\":4,\"96\":4,\"98\":4,\"100\":4,\"102\":4,\"103\":1,\"239\":3,\"325\":2}}],[\"to\",{\"0\":{\"177\":1,\"195\":1,\"241\":1,\"263\":1,\"270\":1,\"322\":1,\"324\":1},\"1\":{\"1\":1,\"2\":13,\"4\":8,\"5\":5,\"6\":4,\"7\":1,\"8\":1,\"9\":14,\"10\":1,\"11\":3,\"15\":2,\"16\":25,\"17\":27,\"18\":218,\"19\":79,\"20\":2,\"21\":20,\"22\":1,\"23\":5,\"24\":1,\"26\":1,\"27\":24,\"28\":20,\"29\":14,\"30\":1,\"31\":17,\"32\":4,\"33\":4,\"34\":3,\"36\":2,\"37\":13,\"38\":2,\"39\":3,\"40\":3,\"41\":4,\"42\":3,\"43\":46,\"55\":2,\"62\":120,\"63\":18,\"64\":41,\"65\":24,\"66\":63,\"67\":33,\"68\":36,\"69\":58,\"70\":12,\"71\":2,\"72\":75,\"74\":524,\"76\":567,\"78\":578,\"80\":648,\"82\":681,\"84\":715,\"86\":762,\"88\":769,\"90\":775,\"92\":793,\"94\":822,\"96\":850,\"98\":857,\"100\":897,\"102\":935,\"103\":692,\"105\":1,\"106\":1,\"107\":5,\"109\":3,\"111\":1,\"112\":5,\"113\":16,\"115\":2,\"116\":1,\"117\":8,\"123\":1,\"124\":2,\"131\":8,\"132\":9,\"137\":3,\"138\":2,\"142\":5,\"147\":2,\"148\":1,\"151\":7,\"152\":2,\"153\":2,\"158\":1,\"160\":5,\"161\":1,\"166\":1,\"170\":1,\"171\":2,\"174\":3,\"177\":1,\"181\":1,\"182\":5,\"183\":1,\"184\":2,\"185\":2,\"187\":2,\"188\":2,\"189\":1,\"190\":2,\"191\":3,\"193\":2,\"194\":1,\"196\":1,\"197\":3,\"198\":1,\"199\":2,\"200\":2,\"201\":1,\"202\":2,\"203\":3,\"204\":2,\"206\":1,\"209\":1,\"216\":1,\"221\":1,\"223\":1,\"226\":1,\"227\":2,\"228\":2,\"229\":2,\"232\":1,\"234\":2,\"235\":1,\"236\":1,\"237\":2,\"238\":2,\"239\":4,\"241\":6,\"242\":2,\"243\":3,\"245\":2,\"246\":2,\"248\":3,\"250\":3,\"251\":8,\"253\":3,\"255\":2,\"258\":3,\"260\":1,\"261\":1,\"263\":2,\"265\":4,\"268\":2,\"270\":8,\"273\":2,\"275\":4,\"276\":1,\"278\":1,\"279\":4,\"280\":6,\"281\":1,\"282\":3,\"283\":7,\"285\":4,\"288\":6,\"290\":1,\"291\":3,\"293\":6,\"294\":2,\"295\":3,\"298\":2,\"299\":4,\"300\":1,\"302\":3,\"303\":2,\"304\":1,\"305\":2,\"306\":8,\"309\":2,\"310\":9,\"312\":1,\"313\":4,\"316\":2,\"320\":2,\"321\":2,\"322\":2,\"323\":1,\"324\":1,\"325\":2,\"326\":4,\"332\":1,\"333\":1}}]],\"serializationVersion\":2}}")).map(([e,t])=>[e,zt(t,{fields:["h","t","c"],storeFields:["h","t","c"]})]));self.onmessage=({data:{type:e="all",query:t,locale:s,options:n,id:o}})=>{const u=bt[s];e==="suggest"?self.postMessage([e,o,tt(t,u,n)]):e==="search"?self.postMessage([e,o,Z(t,u,n)]):self.postMessage({suggestions:[e,o,tt(t,u,n)],results:[e,o,Z(t,u,n)]})};
|
||
//# sourceMappingURL=index.js.map
|