| .. |
|
accessadminpanel.php
|
14e22b2985
Let an administrator set config public/localonly
|
10 年之前 |
|
addpeopletag.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
all.php
|
a32bfe7d87
TagCloud turned into plugin (performance issues on large installs)
|
9 年之前 |
|
allrss.php
|
63c087a255
Consistent behaviour for ScopingNoticeStream $scoped
|
9 年之前 |
|
apiaccountratelimitstatus.php
|
1536d3ef29
[XML/HTML Outputter] General improvements and refactoring as well as some bug fixes
|
6 年之前 |
|
apiaccountregister.php
|
a6898b033d
Fullname and location are now text, not varchar, and can be >191|255
|
9 年之前 |
|
apiaccountupdatebackgroundcolor.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apiaccountupdatedeliverydevice.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
apiaccountupdatelinkcolor.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apiaccountupdateprofile.php
|
e06553b15b
Suggested edits by hannes2peer
|
10 年之前 |
|
apiaccountupdateprofileimage.php
|
fcba540a14
Removed legacy OMB. Use OStatus for remote profiles.
|
12 年之前 |
|
apiaccountverifycredentials.php
|
fac9f4e545
Merge branch 'nightly' of gitorious.org:social/mainline into nightly
|
10 年之前 |
|
apiatomservice.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
apiattachment.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apiblockcreate.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apiblockdestroy.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apicheckhub.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apichecknickname.php
|
ce9d18c29d
Only check if a nickname exists if site is non-private
|
10 年之前 |
|
apiconversation.php
|
d76d37340a
Function declarations not matching their parents
|
10 年之前 |
|
apiexternalprofileshow.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apifriendshipscreate.php
|
ec4e432d55
Subscription::ensureStart skips AlreadyFulfilledException
|
10 年之前 |
|
apifriendshipsdestroy.php
|
75f35bcfe7
apiauth action with ->user changed to ->scoped
|
10 年之前 |
|
apifriendshipsexists.php
|
282f4d6a89
Various $this->scoped fixes and protected prepare/handle in API actions
|
10 年之前 |
|
apifriendshipsshow.php
|
282f4d6a89
Various $this->scoped fixes and protected prepare/handle in API actions
|
10 年之前 |
|
apignusocialconfig.php
|
29d0871e5a
Making many of the API actions more consistent with coding style
|
12 年之前 |
|
apignusocialversion.php
|
f110fc5c9a
Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION
|
12 年之前 |
|
apigroupadmins.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apigroupcreate.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apigroupismember.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apigroupjoin.php
|
fc047bd6e6
Minor code cleanup with group related actions (thanks brw12)
|
11 年之前 |
|
apigroupleave.php
|
33beb83e86
Variable name updates in apigroupleave.php
|
10 年之前 |
|
apigrouplist.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apigrouplistall.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
apigroupmembership.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apigroupprofileupdate.php
|
a89e91da79
By default, don't allow nick changes for profiles
|
10 年之前 |
|
apigroupshow.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apihelptest.php
|
5ccf3ed714
function declaration to match parent
|
9 年之前 |
|
apilist.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apilistmember.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apilistmembers.php
|
29d0871e5a
Making many of the API actions more consistent with coding style
|
12 年之前 |
|
apilistmemberships.php
|
3d66d960a1
Require Profile for Profile->getOtherTags
|
9 年之前 |
|
apilists.php
|
792b62874e
Require Profile for Profile->getLists
|
9 年之前 |
|
apilistsubscriber.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
apilistsubscribers.php
|
29d0871e5a
Making many of the API actions more consistent with coding style
|
12 年之前 |
|
apilistsubscriptions.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apimediaupload.php
|
b570f0d3cb
Media files are accepted and uploaded via Twitter API now
|
9 年之前 |
|
apioauthaccesstoken.php
|
ba2975aac8
Update handle() method on Action subclasses.
|
9 年之前 |
|
apioauthauthorize.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
apioauthpin.php
|
cc34bb48c7
OAuth related syntax fixes, nothing big
|
12 年之前 |
|
apioauthrequesttoken.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
apisearchatom.php
|
59b93b23e2
Split up source and source_link. Never trust HTML!
|
9 年之前 |
|
apisearchjson.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
apistatusesdestroy.php
|
2696e13b19
Refactoring ApiStatusesDestroyAction
|
9 年之前 |
|
apistatusesshow.php
|
1e5770bbcf
$this->notice is never unset after prepare
|
9 年之前 |
|
apistatusesupdate.php
|
132b932ff3
Add support for Atom entry when posting status
|
8 年之前 |
|
apisubscriptions.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apitimelinefriends.php
|
11c57e7aee
Remove Google References
|
9 年之前 |
|
apitimelinegroup.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apitimelinehome.php
|
0bc7d9c6c6
We sent a User object instead of Profile to InboxNoticeStream (thanks postblue)
|
11 年之前 |
|
apitimelinelist.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apitimelinementions.php
|
4ab56f34dd
Previous edit made translation notes incompatible
|
12 年之前 |
|
apitimelinenetworkpublic.php
|
95751331de
Network wide public feed auth check fix
|
10 年之前 |
|
apitimelinepublic.php
|
4c14794cae
ApiTimelineNetworkPublicAction available now
|
10 年之前 |
|
apitimelinetag.php
|
43cec8eaac
API actions are not ManagedAction yet
|
10 年之前 |
|
apitimelineuser.php
|
c03ed457a6
Fix broken user activitystreams feed due to deleted notices
|
6 年之前 |
|
apitrends.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
apiuserfollowers.php
|
29d0871e5a
Making many of the API actions more consistent with coding style
|
12 年之前 |
|
apiuserfriends.php
|
29d0871e5a
Making many of the API actions more consistent with coding style
|
12 年之前 |
|
apiuserprofileimage.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
apiusershow.php
|
f8b49e69d0
Protected function prepare with array $args defaulting to array()
|
12 年之前 |
|
approvegroup.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
approvesub.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
atompubmembershipfeed.php
|
c7df5594d0
Simplified by adding an abstract AtompubAction
|
10 年之前 |
|
atompubshowmembership.php
|
bc51c6b64f
Those variables were set for a reason
|
10 年之前 |
|
atompubshowsubscription.php
|
bc51c6b64f
Those variables were set for a reason
|
10 年之前 |
|
atompubsubscriptionfeed.php
|
ec4e432d55
Subscription::ensureStart skips AlreadyFulfilledException
|
10 年之前 |
|
attachment.php
|
c0a7ba95fa
[StoreRemoteMedia] Bug fixing
|
6 年之前 |
|
attachment_download.php
|
8d147f6aa3
[CORE] Fixed bug where the http connection was using the wrong size for thumbnails, and returning the wrong one
|
6 年之前 |
|
attachment_thumbnail.php
|
12f1008eba
[CORE] Fix X-Sendfile for nginx, using the X-Accel-Redirect header
|
6 年之前 |
|
attachment_view.php
|
8d147f6aa3
[CORE] Fixed bug where the http connection was using the wrong size for thumbnails, and returning the wrong one
|
6 年之前 |
|
avatarbynickname.php
|
f46d675a20
GNU social is with a minor s.
|
12 年之前 |
|
avatarsettings.php
|
c81322d51a
WIP: Display error if wrong perms on 'avatar' dir
|
9 年之前 |
|
backupaccount.php
|
4ef05e35b8
backupaccount: Don't print page HTML in XML export
|
8 年之前 |
|
block.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
blockedfromgroup.php
|
dc7c64592b
Add var type to newListItem() parameter
|
8 年之前 |
|
cancelgroup.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
cancelsubscription.php
|
1ea876296d
A bunch of FormAction and ManagedAction synchronization
|
10 年之前 |
|
confirmaddress.php
|
175b7e8541
Refactor some ConfirmaddressAction stuff
|
9 年之前 |
|
conversation.php
|
43df2d201c
Extend Action with redirect after login logic, update some actions to use it
|
6 年之前 |
|
deleteaccount.php
|
7967db6ff5
Various obvious bug fixes and better PHP 7 support
|
6 年之前 |
|
deleteapplication.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
deletegroup.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
deletenotice.php
|
a30d34be7f
Returnto the previous page when deleting a notice.
|
9 年之前 |
|
deleteuser.php
|
ba2975aac8
Update handle() method on Action subclasses.
|
9 年之前 |
|
doc.php
|
0bd0c65b87
Bring back title to DocAction
|
10 年之前 |
|
editapplication.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
editgroup.php
|
d75b5d2f4a
Make group edit and logo great again by XRevan86
|
6 年之前 |
|
editpeopletag.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
emailsettings.php
|
6ec72b2978
Move mail_confirm_address out of mail.php
|
9 年之前 |
|
featured.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
foaf.php
|
afbdcf8938
Don't publish mbox_sha1sum in FOAF by default.
|
9 年之前 |
|
foafgroup.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
geocode.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
grantrole.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
groupblock.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
groupbyid.php
|
af6a3aa456
Make Group actions ManagedAction so groupbyid works
|
9 年之前 |
|
grouplogo.php
|
d75b5d2f4a
Make group edit and logo great again by XRevan86
|
6 年之前 |
|
groupmembers.php
|
e8e487187e
Group Members page: Fix typo in groupmembers.php
|
7 年之前 |
|
groupqueue.php
|
dc7c64592b
Add var type to newListItem() parameter
|
8 年之前 |
|
grouprss.php
|
e46b2803a7
Introducing TargetedRss10Action for simplifying RSS 1.0
|
10 年之前 |
|
groups.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
groupsearch.php
|
13991f7eb9
* add/update translator documentation.
|
14 年之前 |
|
groupunblock.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
imsettings.php
|
175b7e8541
Refactor some ConfirmaddressAction stuff
|
9 年之前 |
|
invite.php
|
ba2975aac8
Update handle() method on Action subclasses.
|
9 年之前 |
|
joingroup.php
|
418b3c3c53
Some files got updated coding style
|
11 年之前 |
|
leavegroup.php
|
418b3c3c53
Some files got updated coding style
|
11 年之前 |
|
licenseadminpanel.php
|
8912cdc7a4
Validate::uri replaced with filter_var for HTTP[S] URL checks
|
12 年之前 |
|
login.php
|
0a2c51510c
FormAction wants getInstructions to be protected
|
10 年之前 |
|
logout.php
|
06f60b57c1
StartpageAction essentially duplicated TopAction
|
10 年之前 |
|
makeadmin.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
networkpublic.php
|
1536d3ef29
[XML/HTML Outputter] General improvements and refactoring as well as some bug fixes
|
6 年之前 |
|
newapplication.php
|
a6e299a2fc
OAuth stuff adapted for FormAction
|
10 年之前 |
|
newgroup.php
|
1ea876296d
A bunch of FormAction and ManagedAction synchronization
|
10 年之前 |
|
newnotice.php
|
bb72229d6a
Show what you're replying to in the web interface
|
8 年之前 |
|
noticesearch.php
|
18fc39d2cf
Fix noticesearch tag regex
|
6 年之前 |
|
noticesearchrss.php
|
e46b2803a7
Introducing TargetedRss10Action for simplifying RSS 1.0
|
10 年之前 |
|
nudge.php
|
ba2975aac8
Update handle() method on Action subclasses.
|
9 年之前 |
|
oauthappssettings.php
|
a6e299a2fc
OAuth stuff adapted for FormAction
|
10 年之前 |
|
oauthconnectionssettings.php
|
a6e299a2fc
OAuth stuff adapted for FormAction
|
10 年之前 |
|
oldschoolsettings.php
|
47ef917f62
oldschool settings adapted to FormAction
|
10 年之前 |
|
opensearch.php
|
ba2975aac8
Update handle() method on Action subclasses.
|
9 年之前 |
|
otp.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
passwordsettings.php
|
f6dbf66983
Undefined user in passwordsettings by XRevan86
|
6 年之前 |
|
pathsadminpanel.php
|
ec257d940a
Either use or don't use HTTPS
|
9 年之前 |
|
peoplesearch.php
|
65045a26f3
* update translator documentation.
|
14 年之前 |
|
peopletag.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
peopletagautocomplete.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
peopletagged.php
|
dc7c64592b
Add var type to newListItem() parameter
|
8 年之前 |
|
peopletagsbyuser.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
peopletagsforuser.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
peopletagsubscribers.php
|
dc7c64592b
Add var type to newListItem() parameter
|
8 年之前 |
|
peopletagsubscriptions.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
plugindisable.php
|
e2defc1f7c
* update/add translator documentation.
|
14 年之前 |
|
pluginenable.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
pluginsadminpanel.php
|
39462c3a2e
Documentation about plugins
|
10 年之前 |
|
profilecompletion.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
profilesettings.php
|
5fbb01130a
By default, disallow users to set private_stream
|
9 年之前 |
|
profiletagbyid.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
public.php
|
1536d3ef29
[XML/HTML Outputter] General improvements and refactoring as well as some bug fixes
|
6 年之前 |
|
publicrss.php
|
e46b2803a7
Introducing TargetedRss10Action for simplifying RSS 1.0
|
10 年之前 |
|
recoverpassword.php
|
ba2975aac8
Update handle() method on Action subclasses.
|
9 年之前 |
|
redirect.php
|
ba2975aac8
Update handle() method on Action subclasses.
|
9 年之前 |
|
redirecturl.php
|
4d179c6b0c
Our URLs are permanent redirects, mind you!
|
9 年之前 |
|
register.php
|
ba2975aac8
Update handle() method on Action subclasses.
|
9 年之前 |
|
removepeopletag.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
replies.php
|
50c297bcbe
ShowstreamAction fixes so it's not as horrible
|
10 年之前 |
|
repliesrss.php
|
e46b2803a7
Introducing TargetedRss10Action for simplifying RSS 1.0
|
10 年之前 |
|
restoreaccount.php
|
7967db6ff5
Various obvious bug fixes and better PHP 7 support
|
6 年之前 |
|
revokerole.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
robotstxt.php
|
6919dda958
RobotstxtAction migrated to ManagedAction
|
10 年之前 |
|
rsd.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
sandbox.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
selftag.php
|
7967db6ff5
Various obvious bug fixes and better PHP 7 support
|
6 年之前 |
|
sessionsadminpanel.php
|
78edb4bf56
Update translator documentation.
|
14 年之前 |
|
showapplication.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
showgroup.php
|
af6a3aa456
Make Group actions ManagedAction so groupbyid works
|
9 年之前 |
|
shownotice.php
|
43df2d201c
Extend Action with redirect after login logic, update some actions to use it
|
6 年之前 |
|
showprofiletag.php
|
0a4eeb89da
[CORE][ROUTER] Fix wrong parameter in all/:tag by XRevan86
|
6 年之前 |
|
showstream.php
|
9b19688d65
Another solution to merge request !146
|
8 年之前 |
|
silence.php
|
e5ad98e601
Silence action can only be used on non-priviliged users
|
9 年之前 |
|
siteadminpanel.php
|
c00491cd7a
Cosmetic changes to common_redirect, clientError, serverError
|
11 年之前 |
|
sitenoticeadminpanel.php
|
e98d5d0c0c
Site Notice: common_purify instead of HTMLPurifier
|
9 年之前 |
|
smssettings.php
|
175b7e8541
Refactor some ConfirmaddressAction stuff
|
9 年之前 |
|
subedit.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
subqueue.php
|
c19964094b
Pending subscription requests now work as they should
|
9 年之前 |
|
subscribe.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
subscribepeopletag.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
subscribers.php
|
83a05724b8
[CORE] Fix subscriptions and subscribers list (related to 44653d339d)
|
6 年之前 |
|
subscriptions.php
|
83a05724b8
[CORE] Fix subscriptions and subscribers list (related to 44653d339d)
|
6 年之前 |
|
sup.php
|
ba2975aac8
Update handle() method on Action subclasses.
|
9 年之前 |
|
tag.php
|
5a008c3738
Don't redirect to tag cloud on /tag URL
|
9 年之前 |
|
tagprofile.php
|
47c83f4c49
Only serve tagprofile HTML if we aren't POSTing via ajax
|
10 年之前 |
|
tagrss.php
|
e46b2803a7
Introducing TargetedRss10Action for simplifying RSS 1.0
|
10 年之前 |
|
top.php
|
06f60b57c1
StartpageAction essentially duplicated TopAction
|
10 年之前 |
|
unblock.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
unsandbox.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
unsilence.php
|
e5ad98e601
Silence action can only be used on non-priviliged users
|
9 年之前 |
|
unsubscribe.php
|
ba2975aac8
Update handle() method on Action subclasses.
|
9 年之前 |
|
unsubscribepeopletag.php
|
9de79f0a36
Update prepare() method on Action subclasses.
|
9 年之前 |
|
urlsettings.php
|
992fe6896f
Urlsettings now adapted to FormAction
|
10 年之前 |
|
useradminpanel.php
|
2a4dc77a63
The overloaded DB_DataObject function staticGet is now called getKV
|
12 年之前 |
|
userbyid.php
|
8ad81a6aa3
Allow showing profiles with UserbyidAction (/user/:id)
|
10 年之前 |
|
usergroups.php
|
a04b1cda45
Drop dead variable
|
10 年之前 |
|
userrss.php
|
e868ac41cd
userrss action didn't call parent preparation method
|
10 年之前 |
|
version.php
|
2f118fde9e
Update /main/version information
|
6 年之前 |