Archived
1
0
Fork 0
Commit graph

202 commits

Author SHA1 Message Date
bfa772c486
app/views/user/settings.volt: cleaning up social links with array and loop. 2018-08-08 23:38:08 +02:00
99e86fedd3
app/views/user/settings.volt: oops, should be Disconnect instead of Connect. 2018-08-08 22:55:14 +02:00
422c5bc699
app/config/app.yml: remove sessionDir 2018-08-08 20:14:48 +02:00
ffb1881527
app/library/Services.php: add use session.path instead of application.sessionDir in _initSession() 2018-08-08 20:14:31 +02:00
4ee1073a6b
remove cache/sess/.placeholder 2018-08-08 20:12:58 +02:00
82adcbe8d8
app/config/local.sample.yml: adding "models-metadata" and "session" sections. 2018-08-08 16:50:56 +02:00
a2ea4f54e0
app/library/Services.php: add config for session. 2018-08-08 16:50:28 +02:00
aa07255891
app/library/Services.php: change config path for Models Meta-data abit. 2018-08-08 16:49:58 +02:00
2097c3a657
app/library/Services.php: minor cleanup 2018-08-08 15:36:02 +02:00
102e6cc613
composer require redis extension 2018-08-08 15:31:15 +02:00
33d484355a
updated composer.lock 2018-08-08 02:49:20 +02:00
d61df18a1c
composer: more info. 2018-08-08 02:45:39 +02:00
c4ca8e623b
composer: force phalcon >= 3.4.0 2018-08-08 02:13:16 +02:00
3f2f3f6af6
composer: force php >= 7.0.0 2018-08-08 01:59:31 +02:00
1550aab606
app/config/routes.yml: add ":params" to cb-endpoint route. 2018-08-06 20:19:24 +02:00
6c6bc209e4
app/controllers/CallbackController.php: in newAction() make sure name is set correctly.
Fixes #18
2018-07-24 12:00:10 +02:00
bbbe2fac94
builds.sh: run "build" and "dbmigrate" from npm. 2018-06-25 16:31:48 +02:00
b44e74c154
package.json: adding phinx and dbmigrate scripts command. 2018-06-25 16:31:13 +02:00
e41ef8653a
phinx.php: configfile is just "local.yml" now. 2018-06-25 16:30:44 +02:00
5e85f63d37
package.json: "gulp all" should be "gulp build-assets" 2018-06-25 15:18:21 +02:00
f40b498ffb
build-tools: switch grunt for gulp. 2018-06-25 14:52:45 +02:00
e41c7f776a
minor fixes. 2018-06-25 12:42:38 +02:00
7db774aa46
Version 1.0 2018-06-19 09:45:33 +02:00
8b2bf80d32 app/assets/less/base/typography.less: adding text-{gitlab,github,google} classes. 2018-06-18 22:30:17 +02:00
d2ef7f2c52 app/library/Services.php: load menu config from file. 2018-06-18 22:22:50 +02:00
a8a448331e app/library/Services.php: load router settings from config file. 2018-06-18 22:16:03 +02:00
ca90ec30fb config: drop the "conf" prefix for config files. 2018-06-18 22:12:55 +02:00
005f1e3292 app/library/Services.php: make config service abit more generic (loading any number of files). 2018-06-18 20:21:31 +02:00
3ebd19a8cf remove app/config/config.php 2018-06-18 20:11:50 +02:00
d490e928d9 public/index.php: skip debug code here. also call Httpcb\Bootstrap::prepare() 2018-06-18 20:11:38 +02:00
2e7c67ba8a app/library/Bootstrap.php: use debugger if configured. 2018-06-18 20:11:09 +02:00
9dd712045a app/library/Services.php: adding debugger service. 2018-06-18 20:03:21 +02:00
e85d935734 Create a Bootstrap class and move bootstrap code from public/index.php 2018-06-18 17:42:30 +02:00
b3254e1f6c app/library/Services.php: database: no need for $di in closure. 2018-06-18 17:39:42 +02:00
f9050181d0 app/library/Bootstrap.php: revove "Application" and add "Services" class with the services definitions.
Had some wierd problem with closures an $this when being defined in one class and used in another
(defined in Application, used in Phalcon\Di\FactoryDefault).

So we move all of this to "Services" class that directly extends FactoryDefault DI.
And therefore, we don't need a Application class anymore.
2018-06-18 16:46:40 +02:00
e591c79133 update composer.lock 2018-06-18 11:22:05 +02:00
683ebae35b public/index.php: use new Application class and remove services.php 2018-06-17 12:55:56 +02:00
38950d8244 adding app/library/Application.php 2018-06-17 12:55:56 +02:00
a68b5bc4aa app/views/error/error.volt: adding a funny message. 2018-06-13 21:58:21 +02:00
e9c6d1c863 app/views/error/show404.volt: adding some weird message. 2018-06-13 21:52:45 +02:00
f82382fdaa app/listeners/DispatchListener.php: need "use Exception" to make php know that i want the base class without any namespaces. 2018-06-13 21:33:12 +02:00
daa8803f5e Merge branch '10-user-confirm-email-when-creating-new-password' 2018-06-12 23:51:52 +02:00
a2abf940b5 app/controllers/UserController.php: in settingsAction() send the activation email :) 2018-06-12 23:51:04 +02:00
9432f189aa adding app/templates/mail/password_activation.volt 2018-06-12 23:50:39 +02:00
823f6d2e3f app/config/services.php: adding template service. 2018-06-12 23:32:03 +02:00
eb62be5d86 Merge branch '16-email-api' into 10-user-confirm-email-when-creating-new-password 2018-06-12 23:04:32 +02:00
313ba55098 Merge branch '15-settings-oauth-connect-disconnect' 2018-06-12 23:04:01 +02:00
97e00c0c28 app/config/services.php: adding sendgrid 2018-06-12 21:57:26 +02:00
7b9ae5c381 app/config/conf.local.sample.yml: adding sendgrid. 2018-06-12 21:57:07 +02:00
5cf31430c7 app/controllers/UserController.php: adding activationLinkAction() 2018-06-12 00:34:49 +02:00