Hypolite Petovan
42b360f479
Implement feedback changes to App\Router
...
- Add class PhpDoc
- Switch Router->routeCollector scope to protected
- Added getter for Router->routeCollector
- Added EOF new line
- Removed unused use statement
- Improved App->collectRoutes PhpDoc
2019-04-04 07:29:26 -04:00
Hypolite Petovan
993f4e5fcc
Add sample route for /itemsource
...
- Fix missing item guid not displaying in Module\Itemsource
2019-04-03 23:36:37 -04:00
Hypolite Petovan
61b6ab7e3e
Add Router to App
...
- Create new Friendica\App\Router class
- Add route_collection hook
- Add route dispatching in App->runFrontend
2019-04-03 23:35:24 -04:00
Michael
e66e2adf5f
AP: Incoming announces are now stored as activities
2019-04-02 21:10:49 +00:00
Michael
a0fddca407
Display if an item is reshared
2019-04-02 05:38:42 +00:00
Hypolite Petovan
b73caa83fc
Merge pull request #6960 from annando/add-announce-diaspora
...
Add "announce" activity for incoming Diaspora reshares
2019-04-01 21:24:00 -04:00
Michael
455616b52c
Add "announce" activity for incoming Diaspora reshares
2019-04-01 22:07:23 +00:00
Hypolite Petovan
cc64471e4c
Sanitize addon path items
2019-03-31 21:53:08 -04:00
Hypolite Petovan
b529c03a20
Sanitize theme path items
...
- Sanitize theme style/color/scheme path items
2019-03-31 21:52:48 -04:00
Hypolite Petovan
6aac84dc8e
Add Theme::getAllowedList method
2019-03-31 21:41:38 -04:00
Hypolite Petovan
6f94e51ba6
Add Strings::sanitizeFilePathItem method
2019-03-31 21:39:19 -04:00
Hypolite Petovan
3de1fc3097
Hotfix for App->registerStylesheet
...
- Wrong condition for strpos()
- Follow-up to #6953
2019-03-31 06:00:20 -04:00
Philipp
e5cc35cb45
Merge pull request #6953 from tobiasd/20190330-csspath
...
check if BasePath is empty to prevent mangeled up CSS path
2019-03-31 10:12:40 +02:00
Tobias Diekershoff
16f44a8237
dont check but only copy if BasePath is present
2019-03-31 08:53:25 +02:00
Philipp Holzer
363d6b72ae
wrong indent
2019-03-30 19:10:19 +01:00
Philipp Holzer
0a447cb61b
wrong indent
2019-03-30 19:08:47 +01:00
Philipp Holzer
e0b1f4f251
Hardening ConfigUpgrade
2019-03-30 18:54:22 +01:00
Tobias Diekershoff
bb8216cbc8
check if BasePath is empty to prevent mangeled up CSS path
2019-03-30 11:13:27 +01:00
Michael
cbe574f6f6
Preparation to be able to store "announce" activities
2019-03-28 05:45:50 +00:00
Michael Vogel
ed4a9f8b8a
Merge pull request #6925 from MrPetovan/task/6778-add-storage-move-to-cron
...
6778 Part 2: Add storage move cron job (redux)
2019-03-28 05:58:56 +01:00
Michael
2df2f623e1
Store the follow activity in the "item-activity" table
2019-03-27 21:46:32 +00:00
Hypolite Petovan
09e03c9213
Merge branch 'develop' into task/6778-add-storage-move-to-cron
2019-03-27 14:13:42 -04:00
Hypolite Petovan
ef0545645a
Merge pull request #6942 from annando/worker-fast-commands
...
Command based pre fetching of worker tasks
2019-03-27 09:28:15 -04:00
Philipp
2d522f872d
Merge pull request #6940 from annando/fix-notif
...
Notifications do work now again
2019-03-26 23:26:10 +01:00
Michael
83ff2b0382
We don't need to escape values anymore
2019-03-26 21:58:03 +00:00
Michael
2e0697c70e
Notifications do work now again
2019-03-26 21:55:48 +00:00
Michael
55325f191b
Merge remote-tracking branch 'upstream/develop' into ap-delivery-failure
2019-03-26 21:36:46 +00:00
Hypolite Petovan
753b1e0f25
Merge pull request #6935 from nupplaphil/issue/missing_basepath
...
Fixing basepath issue
2019-03-26 08:23:50 -04:00
Michael Vogel
15e9d8dcdb
Merge pull request #6931 from MrPetovan/task/6903-collapse-connector-list
...
Collapse connector list
2019-03-26 08:27:40 +01:00
Philipp Holzer
040504dca9
fixing config value setting
2019-03-26 08:13:49 +01:00
Philipp Holzer
9ec29f1e8e
straight the config value check
2019-03-26 08:00:41 +01:00
Philipp
22f884484a
Merge pull request #6933 from MrPetovan/bug/smilies-wrong-escape
...
Fix wrong code block escaping in Smilies
2019-03-26 07:25:41 +01:00
Michael
fe0c516c3f
Added field for "shared" inbox
2019-03-26 05:14:47 +00:00
Hypolite Petovan
34208bf966
Add manifest module to backend module list
2019-03-25 22:08:01 -04:00
Michael
18f3ff7b8e
Unarchive inboxes on profile update
2019-03-25 22:43:00 +00:00
Michael
198e150ba8
Archive inboxes after 5 days of delivery failures
2019-03-25 21:51:32 +00:00
Philipp Holzer
7d88b800b8
Fixing Basepath
2019-03-25 20:53:46 +01:00
Philipp Holzer
d78598b64e
Fixing basepath issue
2019-03-25 09:39:33 +01:00
Hypolite Petovan
2fb443ac3d
Fix wrong code blocks escaping in Content\Smilies
2019-03-25 00:16:18 -04:00
Hypolite Petovan
898f7e7e38
Add connector collapsible panel in permission
...
- Replace HTML string by structured array in jot_networks hook
- Add collapsed panel when there are more than two connectors
2019-03-24 22:40:50 -04:00
Hypolite Petovan
76414a5169
Merge pull request #6920 from nupplaphil/feature/basepath/hostname_config
...
Removing basepath/hostname from admin site settings
2019-03-24 20:15:13 -04:00
Philipp Holzer
23654ce566
Added Update checks
...
- Logging
- Console
- Admin overview
2019-03-24 22:51:30 +01:00
Philipp Holzer
3cf0cb71f1
Fixing tests
2019-03-24 20:41:11 +01:00
Philipp Holzer
49def0dc27
Adding ConfigFileSaver and tests
2019-03-24 13:47:35 +01:00
Philipp Holzer
fa31bb6dde
remove basepath and hostname from admin panel and add update path
2019-03-24 13:47:31 +01:00
Hypolite Petovan
0c8c97171a
Revert logic change in query in NotificationsManager->setSeen
2019-03-23 22:16:12 -04:00
Hypolite Petovan
410f34d7fd
Add storage backend move cronjob
...
- Fix typos in Console\Storage and Worker\CronJobs
2019-03-23 21:47:33 -04:00
Philipp Holzer
383a6715c3
Added first version of ConfigCacheSaver
2019-03-23 19:34:54 +01:00
Philipp Holzer
dda26a46f5
Rename Core\Conifg to $this->config
2019-03-23 19:34:54 +01:00
Philipp Holzer
0f93a467a7
Rename basepath to getBasePath()
2019-03-23 19:34:53 +01:00