- ca78a5bd6 Version bump to 2.18.3 - kirrg001
- cb70fb047 Updated Casper to 2.11.0 - kirrg001
- ac60e578d Updated Ghost-Admin to 2.18.3 - kirrg001
- 857bc8404 Version bump to 2.18.3 - kirrg001
- bba83e093 Ha - Katharina Irrgang
- cf31609d1 😆Test - Katharina Irrgang
- e02e65b8b 🚀To moon and back - Katharina Irrgang
- 9db3cf9b7 Test nooooo - Katharina Irrgang
- e03d8bda9 Upgrading Casper to 2.10.0 - kirrg001
- c3114816f Version bump to 2.18.2 - kirrg001
- e03d8bda9 Upgrading Casper to 2.10.0 - kirrg001
- c3114816f Version bump to 2.18.2 - kirrg001
- be9ea962e Version bump to 2.18.2 - kirrg001
- 3afacb1bf Updated Ghost-Admin to 2.18.2 - kirrg001
- d248bed3b ⛔️ Fork - kirrg001
- 7751c543b 🐛This is a test - Katharina Irrgang
- 7e09c752f Removed ignored packages from renovate.json - Kevin Ansfield
- 4c3a44ea2 🐛 Fixed infinite scroll of posts/pages screens not working in Safari - Kevin Ansfield
- 948d9954e Fixed missing margin on subscribers action buttons - Kev
- 8fd2e03eb Version bump to 2.18.1 - kirrg001
- 442713d44 Updated Ghost-Admin to 2.18.1 - kirrg001
- 1c1445520 Version bump to 2.18.1 - kirrg001
- a2f716049 Enhanced 2.18 detection (TryGhost/Ghost#10610) - Katharina Irrgang
- ca16b197a Checked null & undefined in settings migration (TryGhost/Ghost#10609) - Fabien O'Carroll
- 609b3ca57 Version bump to 2.16.0 - kirrg001
- 5474a81f6 Updated Ghost-Admin to 2.16.0 - kirrg001
- 8c9f26b34 Version bump to 2.16.0 - kirrg001
- 020b3f86e Switched About screen to use
config
service - Kevin Ansfield - 05a92defa Fixed custom integrations acceptance test - Kevin Ansfield
- 90aef4f6c Stripped "excerpt" and "plaintext" from API v2 schema - kirrg001
- 3baf52fba Added 'property' field to errors returned from API - Nazar Gargol
- f90811e99 Updated post list preview to use
excerpt
instead ofplaintext
- Kevin Ansfield - [5feb90343](https://githu
- cce8738fb Version bump to 2.8.0 - kirrg001
- bb9e90145 Updated Ghost-Admin to 2.8.0 - kirrg001
- a357df1eb Version bump to 2.8.0 - kirrg001
- 5afdb552d Fixed drag-n-drop reorder of gallery images not responding to drops - Kevin Ansfield
- 23fa35c3c Fixed overlay overflow on left-most images in gallery card - Kevin Ansfield
- 5cb053412 Updated member lib/auth service to use origin of site url (TryGhost/Ghost#10271) - Fabien O'Carroll
- 7d0266e9e Fixed gallery image changing order randomly when dropped on itself (TryGhost/Admin#1081) - Kevin Ansfield
- [6ba1c1168](https://github.com/TryGhost/Ghost-Admin/commi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var assert = require('assert'); | |
var knex = require('knex')({ | |
client: 'sqlite3', | |
connection: {filename: ':memory:'} | |
}); | |
var bookshelf = require('bookshelf')(knex); | |
var User = bookshelf.Model.extend({ | |
tableName: 'users', | |
initialize: function () { | |
this.on('updated', function (user) { |
- db42f7387 Version bump to 0.11.14 - kirrg001
- a1ff8dc81 Updated Ghost-Admin to 0.11.14 - kirrg001
- 26f52b7b2 Version bump to 0.11.14 - kirrg001
- e5329d577 Fixed sanitization of user invited emails for notification message (#1060) (#1067) - Fabien O'Carroll
- 2208af714 🐛 Fixed redirect issue with private sites (#9960) - kirrg001
- e70fb1ec1 Updated private-sites to not redirect to full urls - kirrg001
- 48eaa3e41 Fixed sanitization issue in subscribers - Nazar Gargol
- 3240a3fda Tests: Fixed listeners_spec.js (DST) - kirrg001
NewerOlder