Hypolite Petovan
|
fabbf810b0
|
Move library/markdown.php to src
|
2018-01-14 19:01:09 -05:00 |
|
Hypolite Petovan
|
ae66bcaff3
|
Rename selectOne to selectFirst
|
2018-01-10 12:57:21 -05:00 |
|
Hypolite Petovan
|
c7a7658316
|
Fix documentation in include/dba
|
2018-01-10 12:57:21 -05:00 |
|
Hypolite Petovan
|
da60893590
|
Replace dba::select(limit => 1) by dba::selectOne
- Convert array declarations to new style
|
2018-01-10 12:57:21 -05:00 |
|
Hypolite Petovan
|
96221a58a2
|
Fix typo in admin settings
|
2018-01-07 10:15:46 -05:00 |
|
Hypolite Petovan
|
388386815e
|
Fix variable confusion in admin
|
2018-01-05 09:21:23 -05:00 |
|
Hypolite Petovan
|
4a52cebb43
|
Fix typo in mod/admin
|
2018-01-05 08:30:56 -05:00 |
|
Hypolite Petovan
|
8f477c4ec3
|
Simplifying admin_page_users_post function
- Use defaults for request parameters
|
2018-01-05 00:35:26 -05:00 |
|
Hypolite Petovan
|
392f66f152
|
More issues fixed
- Replaced sizeof by count
- Used DBM::is_result()
|
2018-01-05 00:28:56 -05:00 |
|
Hypolite Petovan
|
278068c713
|
Simplify sprintf(t[t]()) calls
|
2018-01-04 22:52:00 -05:00 |
|
Hypolite Petovan
|
837ac290dd
|
Fix parse error
|
2018-01-04 20:09:45 -05:00 |
|
Hypolite Petovan
|
819592c3bd
|
Fix Scrutinizer issues in mod [_well_know -> contactgroup]
- Remove unused variables and parameter
- Updated function documentation
- Fix formatting
- Add back uninitialized variables
- Simplify nested conditions
|
2018-01-04 19:42:48 -05:00 |
|
Michael Vogel
|
c938623a3d
|
Merge pull request #4167 from MrPetovan/bug/4155-remove-proxy-oembed
Add settings for OEmbed
|
2018-01-04 20:57:27 +01:00 |
|
Tobias Diekershoff
|
04589ecd38
|
Merge pull request #4092 from MrPetovan/task/3954-move-auth-to-src
Move auth to src
|
2018-01-04 18:06:42 +01:00 |
|
Hypolite Petovan
|
50e04d87c2
|
Add no_oembed_rich_content and allowed_oembed admin settings
|
2018-01-04 11:58:32 -05:00 |
|
Michael
|
6531313b73
|
Improved descriptions, improved tab behaviour
|
2018-01-04 14:22:04 +00:00 |
|
Michael
|
b002574590
|
Make the community pages available to local users every time
|
2018-01-03 14:49:22 +00:00 |
|
Michael
|
3ffea2cd2c
|
We now have a global page for all global entries from the network.
|
2018-01-03 13:27:43 +00:00 |
|
Hypolite Petovan
|
2dc598ed5b
|
Move login() to Login module
- Move nuke_session to include/security
- Remove mod/login
|
2017-12-29 21:55:13 -05:00 |
|
Tobias Diekershoff
|
3873d4863f
|
add Socialhome to the federation stats
|
2017-12-24 16:08:34 +01:00 |
|
Michael
|
2b50f001b9
|
Added statistics
|
2017-12-19 07:39:21 +00:00 |
|
Michael
|
2d7cd2daf4
|
"update" is enough
|
2017-12-14 22:18:53 +00:00 |
|
Michael
|
15d42de647
|
Class moved, changes applied
|
2017-12-14 21:13:02 +00:00 |
|
Hypolite Petovan
|
6362296666
|
Add INNER JOIN to admin pending user list please @annando
|
2017-12-13 10:32:59 -05:00 |
|
Hypolite Petovan
|
4d72a40aa6
|
Add Exception support to User::create usages
|
2017-12-12 21:13:36 -05:00 |
|
Hypolite Petovan
|
9063c830f5
|
Fix admin pending user list SQL
|
2017-12-12 21:07:22 -05:00 |
|
Hypolite Petovan
|
a42595a30c
|
Move Object\Contact to Model\Contact
|
2017-12-07 23:56:12 -05:00 |
|
Michael Vogel
|
5747cfc79c
|
Revert "Move Objects to Model"
|
2017-12-08 05:21:51 +01:00 |
|
Hypolite Petovan
|
18d93cddf6
|
Move Object\Contact to Model\Contact
|
2017-12-07 09:04:24 -05:00 |
|
Adam Magness
|
b1d16fbdf7
|
Update use statements
update use statements for rename to singular.
|
2017-12-04 09:04:36 -05:00 |
|
Adam Magness
|
6e5471def3
|
Rename to singular
Rename and update references. Standards and a require_once.
|
2017-12-04 09:01:27 -05:00 |
|
Adam Magness
|
2f0da29c75
|
Features to src
Move Features to class in Friendica\Content namespace. Update function calls and references.
|
2017-12-04 08:33:49 -05:00 |
|
Hypolite Petovan
|
27212c7f39
|
Update function calls to use Model\User and Object\Contact
|
2017-12-03 22:29:06 -05:00 |
|
Tobias Diekershoff
|
2aca406f52
|
wrong URL in directory
|
2017-12-03 08:27:15 +01:00 |
|
Hypolite Petovan
|
4d10f3b3b7
|
Remove unused use statement
|
2017-12-02 08:42:44 -05:00 |
|
Hypolite Petovan
|
75181322ba
|
Improve page contacblock for frio theme
|
2017-12-01 22:33:04 -05:00 |
|
Hypolite Petovan
|
8826ece55e
|
Use Contact::getIdForURL instead of probing
- Add change to mod/admin
- Add change to util/global_community_block
|
2017-12-01 22:32:24 -05:00 |
|
Hypolite Petovan
|
dc09319695
|
Add admin/contactblock page
- Add page template
|
2017-12-01 00:43:39 -05:00 |
|
Hypolite Petovan
|
16d0c30328
|
Move admin templates to dedicated sub-folder
|
2017-12-01 00:40:55 -05:00 |
|
Hypolite Petovan
|
3cebdee867
|
Fix mod/admin.php formatting
|
2017-11-29 20:28:30 -05:00 |
|
Michael
|
8bffee43b3
|
Threads are now always enabled.
|
2017-11-28 18:54:39 +00:00 |
|
Hypolite Petovan
|
b85c94a60d
|
Merge branch 'develop' into issue/3878-move-Contact-to-src
|
2017-11-19 18:09:14 -05:00 |
|
Hypolite Petovan
|
898fe2db1e
|
Code cleanup
- Remove extraneous use statements
- Format require_once
|
2017-11-19 17:06:18 -05:00 |
|
Hypolite Petovan
|
5ee728972e
|
Remove include/Contact.php
- Remove all mentions to include/Contact.php
|
2017-11-19 17:05:21 -05:00 |
|
Hypolite Petovan
|
ec02af593d
|
Change called method names
- Add GlobalContact::getRandomUrl
- Rename Contact::getIdForURL
- Rename Diaspora::sendUnshare
- Remove unused parameter $self in Contact::terminateFriendship
|
2017-11-19 17:03:39 -05:00 |
|
Hypolite Petovan
|
b92fc24ff0
|
Add Contact Object
- Add Profile Object
- Add User Model
- Add use statements
|
2017-11-19 16:55:28 -05:00 |
|
Michael
|
920160cb28
|
The poller is now the worker
|
2017-11-19 21:47:21 +00:00 |
|
Michael
|
8cd21269ff
|
The last of the big workers moved ... delivery and notifier
|
2017-11-19 18:59:55 +00:00 |
|
Michael
|
925d2d2383
|
Directory moved
|
2017-11-18 07:59:30 +00:00 |
|
Adam Magness
|
4ca68c7af0
|
Class file relocations
Issue #3878
|
2017-11-08 08:37:03 -05:00 |
|