Hypolite Petovan
|
207eac4a16
|
Move navbar_complete to Acl
|
2018-03-02 18:40:08 -05:00 |
|
Hypolite Petovan
|
824262b824
|
Move populate_acl to Acl
|
2018-03-02 18:40:08 -05:00 |
|
Hypolite Petovan
|
2b35938e34
|
Move get_acl_permissions to Acl
|
2018-03-02 18:40:08 -05:00 |
|
Hypolite Petovan
|
ce9e0f3649
|
Move prune_deadguys to Contact
|
2018-03-02 18:40:08 -05:00 |
|
Hypolite Petovan
|
113ea38d50
|
Move contact_select to Acl
- Simplify Acl::getMessageContactSelectHTML parameters
|
2018-03-02 18:40:08 -05:00 |
|
Hypolite Petovan
|
eef25a3259
|
Move contact_selector()
|
2018-03-02 18:40:08 -05:00 |
|
Hypolite Petovan
|
e2de86de46
|
Update references in acl_selectors to new functions
|
2018-03-02 18:40:08 -05:00 |
|
Hypolite Petovan
|
9e3bae5caa
|
Remove references to include/bbcode.php
|
2018-02-14 22:01:14 -05:00 |
|
rabuzarus
|
26fd6b1c33
|
fix undeclared variables or wrong variable names (/include)
|
2018-02-11 22:13:29 +01:00 |
|
Hypolite Petovan
|
a0cdd9c674
|
Rename Core\Network to Core\Protocol
|
2018-02-05 12:57:41 -05:00 |
|
Hypolite Petovan
|
010cf3b1e8
|
Update references to BBCode methods
- Resolve name conflicts with Util\Network
|
2018-02-04 19:26:22 -05:00 |
|
Adam Magness
|
f04d40a37e
|
Review update
Rename function, move others
|
2018-01-27 11:13:41 -05:00 |
|
Adam Magness
|
2f9642392d
|
Move z_fetch_url
move z_fetch_url method
|
2018-01-26 23:18:38 -05:00 |
|
Adam Magness
|
5142e65726
|
Review updates
improve a t() call and move some to tt()
|
2018-01-23 22:38:47 -05:00 |
|
Adam Magness
|
208a149a7b
|
Review sprintf
remove more sprintf calls
|
2018-01-23 21:59:16 -05:00 |
|
Adam Magness
|
c8ecc31405
|
Update functions and calls
Update function names and calls.
|
2018-01-22 18:03:26 -05:00 |
|
Adam Magness
|
11cf36105c
|
Update Addon functions and calls
Update function names and calls for Addon class.
|
2018-01-20 07:48:22 -05:00 |
|
Hypolite Petovan
|
e36f2bb1fb
|
Use short form array syntax everywhere
- Add short form array syntax to po2php.php generation
|
2018-01-15 14:07:17 -05:00 |
|
Adam Magness
|
6cf6029ff5
|
Rename functions and calls
Rename functions and update calls
|
2018-01-15 09:50:06 -05:00 |
|
Adam Magness
|
510e0dbb2e
|
Remove requires
remove old require_once
|
2018-01-09 22:48:15 -05:00 |
|
Hypolite Petovan
|
35a18f6825
|
Fix unused code in include (second pass)
|
2018-01-04 12:21:13 -05:00 |
|
Hypolite Petovan
|
3b23f89ca2
|
Fix unused code in include
- Fix local formatting
- Remove unused variable
- Fix unreached breaks
- Remove commented out code
- Add some documentation
|
2018-01-04 12:21:13 -05:00 |
|
Hypolite Petovan
|
d9c6417f5d
|
Remove construct_acl_data()
|
2018-01-04 12:19:06 -05:00 |
|
Hypolite Petovan
|
179b311978
|
Remove group_member.uid
- Use contact.uid alternatively
- Use JOIN with group table
|
2017-12-14 22:47:58 -05:00 |
|
Hypolite Petovan
|
bc58e8d3be
|
Rename Model\GlobalContact to Model\GContact
|
2017-12-07 23:57:56 -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
|
cd84bf8963
|
Rename Model\GlobalContact to Model\GContact
|
2017-12-07 09:09:28 -05: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 |
|
Michael
|
adf802474b
|
Zot was never really supported, so it is now removed completely
|
2017-12-02 21:57:39 +00: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 |
|
Adam Magness
|
47db624105
|
GlobalContact created
Moved DirSearch and GlobalContact related functions to Friendica\Model namespace
|
2017-11-15 09:47:49 -05:00 |
|
Adam Magness
|
4ca68c7af0
|
Class file relocations
Issue #3878
|
2017-11-08 08:37:03 -05:00 |
|
Adam Magness
|
0dfa57948f
|
Issue-#3873
Replace deprecated functions with new syntax.
|
2017-11-07 06:24:39 -05:00 |
|
Michael
|
5222606602
|
Use the exclamation mark to address forums as well
|
2017-10-31 19:33:23 +00:00 |
|
Michael
|
57b4ea4759
|
Bugfix: The ACL lookup had its problems after the last changes
|
2017-07-27 14:02:25 +00:00 |
|
Michael
|
2e704d79eb
|
In the acl there is now a separation between groups, forums and contacts
|
2017-07-23 06:49:31 +00:00 |
|
Tobias Diekershoff
|
1838024f6d
|
Merge pull request #3528 from Hypolite/task/replace-explicit-php-logical-operators
Replace explicit php logical operators
|
2017-06-09 07:44:19 +02:00 |
|
Michael
|
34815de99c
|
Changed documentation
|
2017-06-08 21:00:45 +00:00 |
|
Michael
|
0541a62134
|
The function "construct_acl_data" isn't used at all, it seems. it is deactivated now
|
2017-06-08 03:56:42 +00:00 |
|
Hypolite Petovan
|
9c0d2c31e8
|
Replace AND and OR in PHP conditions by && and ||
|
2017-06-07 22:00:59 -04:00 |
|
Michael
|
1916f7858f
|
Increase the page load speed with Frio
|
2017-06-07 19:51:37 +00:00 |
|
Hypolite Petovan
|
86cae070f2
|
Merge branch 'develop' into improvement/move-app-to-src-2
|
2017-05-07 12:58:11 -04:00 |
|
Michael
|
e11ff8bde5
|
Issue 3428: Autocompletion now always show user@domain.tld
|
2017-05-05 11:55:01 +00:00 |
|
Hypolite Petovan
|
20043914e6
|
Move App to src
- Add `use Friendica\App;` wherever needed
|
2017-05-02 22:59:36 -04:00 |
|
Roland Häder
|
b9d8587f41
|
Merge branch 'develop' into rewrites/coding-convention-split2-1-2
|
2017-04-19 23:06:01 +02:00 |
|