This website requires JavaScript.
Explore
Help
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-08-19
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
4a76925787672ede57e0d36c890ffb08b6d32ed4
core
/
include
History
friendica
4a76925787
some more work on realms
2014-08-17 19:06:56 -07:00
..
dba
…
photo
support title and description (and dates which were done earlier) for friendica photo import
2014-08-13 16:34:36 -07:00
account.php
finish implementing email verification. Currently it only applies if REGISTER_OPEN is in effect.
2014-07-09 21:10:56 -07:00
acl_selectors.php
cleanup some text where we said "public" or "visible to anybody on the internet" when that isn't necessarily true.
2014-08-07 18:22:50 -07:00
activities.php
…
api.php
api - foreach warnings
2014-08-14 17:55:14 -07:00
apps.php
Added some missing translation strings. Fixed to scalable for a few font sizes.
2014-08-14 20:02:05 +00:00
attach.php
provide os_mkdir to workaround permission issues with php mkdir
2014-07-16 01:07:00 -07:00
auth.php
paranoia tweaks
2014-07-21 21:28:45 -07:00
BaseObject.php
…
bb2diaspora.php
shield share meta info from markdown processing.
2014-07-16 17:39:40 -07:00
bbcode.php
bbcode sup and sub
2014-08-05 04:32:48 -07:00
bookmarks.php
remove some code duplication
2014-07-14 01:38:16 -07:00
cache.php
…
chat.php
sql error
2014-07-29 18:34:24 -07:00
cli_startup.php
…
cli_suggest.php
…
comanche.php
…
config.php
…
contact_selectors.php
convert application strings to en-US
2014-07-31 02:33:34 -07:00
contact_widgets.php
sql error
2014-07-29 18:34:24 -07:00
Contact.php
Account deletion
2014-08-15 14:56:17 +02:00
conversation.php
convert application strings to en-US
2014-07-31 02:33:34 -07:00
ConversationObject.php
…
cronhooks.php
…
crypto.php
bring back some friendica crypto stuff including all the key mangling and translation functions. Also add ability to completely supress email notifications for actitivies with private contents. We'll still pass private mail notifications because often the email notification is the only way infrequently used channels get alerted to these.
2014-08-15 14:42:14 -07:00
datetime.php
don't add a birthday event if the birthday channel doesn't have permission to send you posts.
2014-06-03 19:25:59 -07:00
deliver.php
minor adjustments
2014-07-01 22:02:36 -07:00
diaspora.php
provide backend storage and declaration of directory realm
2014-08-16 16:10:35 -07:00
dir_fns.php
some more work on realms
2014-08-17 19:06:56 -07:00
directory.php
when an admin censors a channel, we only need to notify the directory and not all the connections.
2014-06-22 17:26:05 -07:00
enotify.php
bring back some friendica crypto stuff including all the key mangling and translation functions. Also add ability to completely supress email notifications for actitivies with private contents. We'll still pass private mail notifications because often the email notification is the only way infrequently used channels get alerted to these.
2014-08-15 14:42:14 -07:00
event.php
numerous event fixes - mostly related to editing an event
2014-07-06 22:31:39 -07:00
expire.php
…
externals.php
add another important note
2014-07-22 17:21:13 -07:00
features.php
issue
#551
provide import/export of profiles (if this feature is enabled)
2014-08-04 16:48:40 -07:00
follow.php
…
gprobe.php
…
group.php
the sending side of clone syncing of collection/privacy_group information. The receiving side is not yet implemented.
2014-07-14 02:37:41 -07:00
html2bbcode.php
doc updates
2014-06-06 23:56:52 -07:00
html2plain.php
…
hubloc.php
remove some code duplication
2014-07-14 01:38:16 -07:00
identity.php
some work on extended profile fields
2014-08-13 22:22:52 -07:00
ItemObject.php
Updated strings for show entire post and show less to expand and collapse. See last few comments from me and Mario at
https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl
2014-06-03 12:14:51 +00:00
ITemplateEngine.php
…
items.php
implement max_import_size
2014-08-09 23:38:33 -07:00
js_strings.php
expand/collapse is also used for comments, so removing 'post'.
2014-06-03 15:42:13 +00:00
language.php
Language selection: case-insensitive and system language
2014-05-23 10:16:03 -03:00
menu.php
…
message.php
…
nav.php
always provide a profile edit entry in the nav usermenu
2014-07-24 21:29:07 -07:00
network.php
optionally allow zrl usage from specific markdown sources
2014-07-01 18:38:44 -07:00
notifier.php
homepage revisions
2014-07-06 19:15:09 -07:00
notify.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
oauth.php
…
oembed.php
remove some code duplication
2014-07-14 01:38:16 -07:00
onedirsync.php
…
onepoll.php
…
page_widgets.php
…
permissions.php
Added some missing translation strings. Fixed to scalable for a few font sizes.
2014-08-14 20:02:05 +00:00
photos.php
support title and description (and dates which were done earlier) for friendica photo import
2014-08-13 16:34:36 -07:00
plugin.php
rename friendica_smarty
2014-07-13 23:00:03 -07:00
poller.php
allow a site to run cron daily at a chosen hour
2014-07-16 16:21:01 -07:00
probe.php
…
profile_selectors.php
make the profile minimal by default. Use features to enable the advanced form.
2014-08-01 01:24:03 -07:00
ProtoDriver.php
…
queue_fn.php
…
queue.php
…
reddav.php
move code out of templates - not sure how this even worked.
2014-07-03 00:58:49 -07:00
security.php
provide os_mkdir to workaround permission issues with php mkdir
2014-07-16 01:07:00 -07:00
session.php
…
smarty.php
provide os_mkdir to workaround permission issues with php mkdir
2014-07-16 01:07:00 -07:00
socgraph.php
…
spam.php
…
system_unavailable.php
…
taxonomy.php
clean up the awful descriptive text on thing input
2014-06-23 17:05:03 -07:00
template_processor.php
…
text.php
don't subdue archived connections in viewconnections
2014-07-16 22:32:18 -07:00
widgets.php
add collections widget to connections page - and some more work on realms
2014-08-17 17:48:41 -07:00
zot.php
some more work on realms
2014-08-17 19:06:56 -07:00