Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-22Set min and max version to 11v11.0RC2v11.0.4RC1v11.0.4v11.0.3RC2v11.0.3RC1v11.0.3v11.0.2RC1v11.0.2v11.0.1RC1v11.0.1v11.0.0Lukas Reschke
2016-09-09Merge pull request #8 from nextcloud/master-smbLukas Reschke
Double verify the SMB response
2016-09-09Double verify the SMB responseLukas Reschke
In case anonymous auth is allowed this can otherwise lead to unexpected actions.
2016-08-17add viewBox to app icon for scaling in firefoxMorris Jobke
2016-07-06Merge pull request #2185 from owncloud/userext-smb-escapehostVincent Petry
Escape host argument when calling smbclient
2016-07-04Escape host argument in SMB user backendVincent Petry
2016-06-02added links to documentation etc. and enhanced descriptionjanklostermann
2016-03-09updated info.xml for v9.1 supporttahaa karim
2016-03-08User External: Mark as compatible with 9.1Lukas Reschke
Ref https://github.com/owncloud/core/issues/22956
2016-03-05Merge pull request #2113 from canepan/patch-1Morris Jobke
Correct problem in constructor
2016-02-05Add minimum and maximum required versionsLukas Reschke
2015-10-20Correct problemcanepan
Leaving "$webDavAuthUrl" in constructor, leads to a non-working class
2015-10-09Merge pull request #2000 from stonerl/masterThomas Müller
Make sharing easier
2015-10-07Merge pull request #2062 from owncloud/smb-user-samba4Thomas Müller
fix smb command for smb user backend
2015-09-21Move WebDAVAuth to User_ExternalThomas Müller
2015-05-12fix smb command for smb user backendRobin Appelman
2015-05-10don't go to $retval != 0 in case of NT_STATUS_BAD_NETWORK_NAMEFelix Bartels
NT_STATUS_BAD_NETWORK_NAME is only a minor error which should not prevent login
2015-02-27add icon for user_externalJan-Christoph Borchardt
2015-01-21Make sharing easierToni Förster
Now Users have just to enter a part of the name. e.g. 'do' for 'John Doe'. see also: owncloud/core#11256
2015-01-20Merge pull request #1898 from stonerl/masterRobin Appelman
fix for #1693
2014-11-17Make all tests extend the new \Test\TestCaseJoas Schilling
2014-08-26Limit the number of maximum connect attempts to 1Toni Förster
http://php.net/manual/en/function.imap-open.php
2014-08-23fix for #1693Toni Förster
2014-07-07add ocsidGeorg Ehrke
2014-05-29replace require tag with requireminVolkan Gezer
2014-03-26Small performance improvement on imap_openGlandos
Use the OP_HALFOPEN flag to reduce server load. We don't need to open a mailbox, so just don't try I've also make the check clearer for the opened connection (I know, 2 PR in one, it's bad…)
2014-02-26Merge pull request #1662 from iroli1/masterThomas Müller
Fix mangling of username/password containing % char
2014-02-12use executeAudited instead of prepare+executeChristian Weiske
2014-02-12Fix typos, owncloud -> ownCloudChristian Weiske
2014-02-12Fix coding style according to owncloud/build/phpcs.xmlChristian Weiske
2014-02-12add missing backticks to database fieldsChristian Weiske
2014-02-12fix notnull settingsChristian Weiske
2014-02-12remove superfluous class path definitionChristian Weiske
2014-02-12Fix code according to blizzz' notesChristian Weiske
2014-02-12Implement request #301: Create users when using external auth loginChristian Weiske
After a successful login with imap, smb or ftp, the corresponding user is created in an own database table. This is needed to make e.g. sharing files with this users work. The table may be used by several different external user authentication services. See the discussion in https://github.com/owncloud/apps/pull/1579 for details on the implementation design.
2014-02-11Fix mangling of username/password containing % charRoland Lezuo
2014-01-29Merge pull request #1614 from cweiske/external-checkThomas Müller
user_external: Check if extensions are enabled before using them
2014-01-18add ftp and smb to readme, list dependenciesChristian Weiske
2014-01-18user_external: Check if extensions are enabled before using themChristian Weiske
This patch checks if the relevant functionality is actually available before using it for authentication: 1. check if function imap_open() exists before using it 2. check if smbclient executable exists during smb auth 3. check if ftp/ftps stream wrappers are registered before using them for auth This fixes a crash (white page) that happens when using IMAP authentication and the IMAP extension is not installed.
2013-12-27add readme for imapChristian Weiske
2013-07-10Load user_external before loginVictor Dubiniuk
2013-03-30Remove apps/ infront of includes.Kondou
Basically just a common-sense/human-powered s/apps\///g Should make multiapp-dir configs a bit easier.
2013-02-24Set required owncloud version to 4.93Robin Appelman
2013-01-28change required ownCloud version to 4.91Robin Appelman
2013-01-24drop SimpleTest compatibilityThomas Mueller
2012-10-26Add loadApp to test casesBart Visscher
2012-10-14Whitespace cleanupBart Visscher
2012-10-02bump the required field of all the shipped apps to 4.9 which is the internal ↵Frank Karlitschek
verson number of ownCloud 4.5
2012-09-07adding space between) and {Thomas Mueller
2012-09-07Remove empty lines at end of fileBart Visscher