58f82e084d
Preparations to work with BCC
2018-10-24 19:19:51 +00:00
c25d60e107
Removed finished work from the comments
2018-10-24 04:51:37 +00:00
a6f6db8d4e
Improve query speed
2018-10-24 04:50:27 +00:00
c0a24d80dd
Remove items more memory friendly
2018-10-24 04:46:45 +00:00
95dc030926
Show deferred worker tasks in the admin interface and workerqueue logs
2018-10-23 20:38:28 +00:00
fabrixxm
035603a516
Replace Frienica\Core\Addon::isApp() withi Friendica\Core\Hook::isAddonApp()
...
fix #6010
2018-10-23 17:27:53 +02:00
cb75c40f4e
adapted profile pic resize to 300px for whole system
2018-10-23 16:36:57 +02:00
Michael Vogel
d61a98a995
Merge pull request #6008 from nupplaphil/fixing_tests_2
...
Fixing tests - part 2
2018-10-23 14:23:59 +02:00
a79daf3946
Fixing tests - part 2
2018-10-23 13:53:48 +02:00
3e6ea9383b
Making redirect message more informative
2018-10-23 12:17:41 +02:00
dbe49a0c1a
Merge pull request #5998 from annando/ap-queue
...
Unsuccessful ActivitiyPub transmission are now deferred
2018-10-23 06:54:11 +02:00
e3e714a45f
Unsuccessful ActivitiyPub transmission are now deferred
2018-10-23 03:54:18 +00:00
dc35d2f2f3
Merge pull request #5997 from annando/notice-relocation
...
Fix a notice when sending relocation messages
2018-10-22 22:40:47 -04:00
3dc0bb5c4b
Fix a notice when sending relocation messages
2018-10-23 02:24:24 +00:00
b6a0b686c4
Fix missing instance of Addon::isEnabled in App
2018-10-22 21:09:53 -04:00
373df31817
Fix wrong namespace for Core\System in App
2018-10-22 18:07:00 -04:00
f6e064195a
Fix Fatal Error in App
2018-10-22 18:01:17 -04:00
a22196edae
Add/Fix Doxygen headers for classes
2018-10-22 16:50:55 -04:00
9eaedc576c
Remove unused dbstructure hook call in App->loadDatabase
2018-10-22 16:50:55 -04:00
2debdbd0c9
Fix dbstructure console outputting addon structure as well
2018-10-22 16:50:55 -04:00
015e2a84b1
Remove obsolete require_once include/dba from Core\Addon and Core\Hook
2018-10-22 16:50:55 -04:00
19ffc0510b
Move DB_UPDATE_VERSION from boot.php to config/dbstructure.php
2018-10-22 16:50:55 -04:00
fad99b8619
Switch from dbstructure.json to dbstructure.php
2018-10-22 16:50:55 -04:00
e511790d62
Move NULL_DATE from boot.php to DBA::NULL_DATETIME
...
- Add DBA::NULL_DATE constant
2018-10-22 16:50:55 -04:00
ca9cad3491
Move hook-related methods from Core\Addon to Core\Hook
2018-10-22 16:50:54 -04:00
0aa7671119
Add new Core\Hook class
2018-10-22 16:49:53 -04:00
Michael Vogel
c0abff0bda
Merge pull request #5990 from MrPetovan/task/move-apps-out-of-app
...
Road to Router Part 4: Move $apps out of App
2018-10-22 22:47:22 +02:00
3072c56057
goaway fix in App
2018-10-22 22:15:50 +02:00
32af52842b
adding defaults in mod/redir.php
2018-10-22 22:13:41 +02:00
363d00cc45
Adding $a->getBaseURL for Worker in profile_photo
...
Adding a TODO for Contact::magicLink
2018-10-22 22:13:39 +02:00
34989480e1
removed unnecessary System use
2018-10-22 22:13:39 +02:00
3edad1591e
replaced $return_url to $return_path to make it more clear that it is a relative path to the Friendica baseurl
2018-10-22 22:13:37 +02:00
a9510ffcdf
description fix
2018-10-22 22:13:37 +02:00
d00ddc01af
Split goaway to System::externalRedirectTo() and App->internalRedirect()
2018-10-22 22:13:35 +02:00
2ef81108b3
Renamed System::redirect() to $a->redirect()
2018-10-22 22:13:22 +02:00
Benjamin Lorteau
339a5da946
Move $apps out of App
...
- Move $nav_sel out of App
- Add new Content\Nav::getAppMenu() method
2018-10-22 16:02:15 -04:00
e3fe25383c
Add static keyword for Core\L10n properties
2018-10-22 15:58:42 -04:00
c6f0bea51d
Move $strings from App to Core\L10n
...
- Add L10n::init() call in App constructor
- Improve pushLang/popLang
- Remove no longer needed references to App
2018-10-22 15:58:42 -04:00
Michael Vogel
baa1094489
Merge pull request #5987 from MrPetovan/task/empty-index-php
...
Road to Router Part 2: Empty index.php
2018-10-22 21:56:13 +02:00
Benjamin Lorteau
37f00b5fd1
Use System::httpExit for 403 error in App
2018-10-22 15:16:59 -04:00
a0bd96d587
Remove unwarranted doxygen comments in App
2018-10-22 08:17:55 -04:00
5c13ecdf6e
Improved parsing of AP profiles
2018-10-22 07:24:47 +00:00
e2c5a423c5
Improve App->runFrontend formatting
...
- Use single-quotes instead of double
- Use strpos() instead of substr()
- Add/remove comments
- Use Config::get default value and drop the exact match for config.private_addons
2018-10-22 00:07:56 -04:00
279196959c
Move index.php content to App->runFrontend
...
- Replace all x() by !empty() in App
- Replace all killme() with exit()
2018-10-21 22:24:47 -04:00
rabuzarus
72a7671010
Merge pull request #5986 from annando/improve-5984
...
Improve PR 5984: better check for remote users as well
2018-10-22 00:03:19 +02:00
8e11f055b1
Improve PR 5984: better check for remote users as well
2018-10-21 21:56:46 +00:00
Michael Vogel
277fe547a1
Merge pull request #5978 from MrPetovan/task/make-username-length-configurable
...
Make username length configurable
2018-10-21 23:42:44 +02:00
4ec56a0975
Sets maximum to 64 for username_min/max_length config keys
2018-10-21 17:28:40 -04:00
1176a4240a
Merge pull request #5985 from annando/ap-followers
...
AP: We now send the previous followers collection as well
2018-10-21 17:05:34 -04:00
bb3f07b0b7
We now send the previous followers collection as well
2018-10-21 20:49:50 +00:00