Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | one role. | zotlabs | 2017-03-09 | 1 | -45/+2 |
| | |||||
* | more cleanup | zotlabs | 2017-03-09 | 1 | -2/+2 |
| | |||||
* | bump version | Mario Vavti | 2017-02-25 | 1 | -1/+1 |
| | |||||
* | move some functions to more appropriate places | zotlabs | 2017-02-23 | 1 | -0/+18 |
| | |||||
* | fix several places where head_add_(css|js) functions have been used ↵ | zotlabs | 2017-02-19 | 1 | -3/+6 |
| | | | | | | | | | | | incorrectly. It appears that mistakes were made going back a long time and propagated. Here's the way it should work: - if there is no preceding / character, we look for the file within all the appropriate theme directories. - otherwise the file should have a preceding /, which means use this path relative to the hubzilla basedir - files beginning with // are considered to be schemeless URLs. Therefore 'foo.css' means find the best theme-able representation of foo.css. '/library/foo.css' means only use the version of foo.css that is in /library. | ||||
* | change primary directory per request | zotlabs | 2017-02-18 | 1 | -2/+1 |
| | |||||
* | fix immediate issue with multiple login forms until I can figure out an ↵ | zotlabs | 2017-02-08 | 1 | -2/+2 |
| | | | | elegant way to "popup" the modal login form already on the page. We still may need this fix for the actual login module which should always be callable and present a login form even if the nav is completely borked. | ||||
* | move opensearch to plugins | zotlabs | 2017-02-02 | 1 | -1/+8 |
| | |||||
* | tested extensible permissions by adding wiki permissions. Discovered a ↵ | zotlabs | 2017-02-01 | 1 | -7/+9 |
| | | | | couple of issues that needed attention in the process. | ||||
* | fix a few style issues with nav login panel | zotlabs | 2017-02-01 | 1 | -1/+2 |
| | |||||
* | consolidate hubloc storage | zotlabs | 2017-01-30 | 1 | -0/+1 |
| | |||||
* | Alter the queue so that each queue item stores the scheduled time of the ↵ | zotlabs | 2017-01-29 | 1 | -1/+1 |
| | | | | | | | | next delivery. This keeps the query for queued items simple. We no longer group by posturl; as the queue update function will only keep one item per destination scheduled for shorter term processing. Others (multiple queued items for a single destination) will be scheduled for delivery far into the future and only delivered if the hub responds to the "active" or short term queue item. | ||||
* | provide lowlevel xchan storage function to ensure that all non-null rows are ↵ | zotlabs | 2017-01-28 | 1 | -0/+1 |
| | | | | initialised | ||||
* | nwiki updates | Hubzilla | 2017-01-18 | 1 | -0/+1 |
| | |||||
* | add gravizot.de to directory server fallbacks | zotlabs | 2017-01-10 | 1 | -1/+2 |
| | |||||
* | more vcard work | zotlabs | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | issue #446 apps usability - disable app if attached to a plugin that is ↵ | zotlabs | 2016-12-14 | 1 | -1/+1 |
| | | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane. | ||||
* | bump version | Mario Vavti | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | some preliminary work for email notification of likes - potentially ↵ | zotlabs | 2016-12-11 | 1 | -0/+1 |
| | | | | destabilising so disabled until after next release | ||||
* | fallback directory servers need to be in the same realm | zotlabs | 2016-12-01 | 1 | -3/+1 |
| | |||||
* | versioning for permission additions to ensure we're using the same set of files | zotlabs | 2016-12-01 | 1 | -0/+5 |
| | |||||
* | extensible perms: the really, really hard part - figuring out what to do ↵ | zotlabs | 2016-12-01 | 1 | -10/+18 |
| | | | | about people with custom permissions so as to set sane defaults. | ||||
* | zot 1.2 | zotlabs | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | roll standard version to ensure that dba_pdo is the default and make this a ↵ | zotlabs | 2016-11-28 | 1 | -1/+1 |
| | | | | dependency for the cdav plugin | ||||
* | db update required for Zot2 | zotlabs | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | zot: specify crypto method | zotlabs | 2016-11-20 | 1 | -0/+4 |
| | |||||
* | issue #588, change 'Bug Report' app to 'Report Bug' | zotlabs | 2016-11-17 | 1 | -17/+10 |
| | |||||
* | move all the zid related stuff to one file | zotlabs | 2016-11-13 | 1 | -0/+1 |
| | |||||
* | reverse logic | Mario Vavti | 2016-11-07 | 1 | -2/+2 |
| | |||||
* | allow .htpreconfig.php to be loaded if you can't install without special ↵ | zotlabs | 2016-10-26 | 1 | -0/+6 |
| | | | | | | settings or require PHP logging at that time; it is ignored during normal use. | ||||
* | [FEATURE] Add config and use composer autoloader. | Klaus Weidenbach | 2016-10-18 | 1 | -39/+9 |
| | | | | | | | | | | | | | We use composer already to install SabreDAV. Include config composer.(json|lock) to install and manage more dependencies in future. Also provide PSR-4 autoloading for our namespaced classes, e.g. "Zotlabs\". To regenerate autoloader maps use: $ composer install --optimize-autoloader --no-dev We could also remove the whole vendor/ folder from our repository, but that would need changes in deployment and how to install hubs and needs more discussion first. | ||||
* | rename diaspora2bb() to markdown_to_bb() to reflect that is has a more ↵ | zotlabs | 2016-10-16 | 1 | -1/+1 |
| | | | | generic use | ||||
* | allow hooks to have negative priority | zotlabs | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | update version | redmatrix | 2016-10-01 | 1 | -1/+1 |
| | |||||
* | std_version bump due to js and css changes | Mario Vavti | 2016-09-29 | 1 | -1/+1 |
| | |||||
* | upgrade fullcalendar to version 3 | Mario Vavti | 2016-09-14 | 1 | -1/+1 |
| | |||||
* | version bump due to js caching issue | Mario Vavti | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | provide version info in /pubsites | redmatrix | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | use SubModule class for generalising submodules, move back to the ↵ | redmatrix | 2016-09-05 | 1 | -0/+1 |
| | | | | zotlabs/module hierarchy | ||||
* | bump STD_VERSION due to possible js chaching issue with new jotnets ↵ | Mario Vavti | 2016-09-05 | 1 | -1/+1 |
| | | | | implementation | ||||
* | provide techlevels in the pro server role. Should have no visible effect on ↵ | redmatrix | 2016-08-31 | 1 | -1/+1 |
| | | | | other roles. | ||||
* | optional server role compatibility checks for plugins | redmatrix | 2016-08-22 | 1 | -2/+2 |
| | |||||
* | server role management, part 1 | redmatrix | 2016-08-22 | 1 | -10/+35 |
| | |||||
* | don't set session theme unless logged in. | redmatrix | 2016-08-16 | 1 | -0/+3 |
| | |||||
* | s/$rr/$rv/ | redmatrix | 2016-08-14 | 1 | -22/+22 |
| | |||||
* | new version | redmatrix | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | server roles | redmatrix | 2016-08-07 | 1 | -6/+8 |
| | |||||
* | use config system.server_role and deprecate 'UNO' | redmatrix | 2016-08-07 | 1 | -2/+6 |
| | |||||
* | check for new permissions and update channels and connections with defaults ↵ | redmatrix | 2016-07-25 | 1 | -0/+64 |
| | | | | if any are found and if there are defaults for any channel roles which are being used on this site. | ||||
* | trace log pconfig cache if for some reason it isn't an array | redmatrix | 2016-07-24 | 1 | -1/+1 |
| |