summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove the icon for nowJoas Schilling2015-11-164-72/+0
|
* Add "is primary action" to actionsJoas Schilling2015-11-163-0/+61
|
* Merge pull request #20472 from owncloud/switch-ch-log_with_ms_precisionThomas Müller2015-11-121-1/+1
|\ | | | | enable microseconds in log timestamps
| * enable microseconds in log timestampsChristian Schnidrig2015-11-121-1/+1
| |
* | Merge pull request #17920 from andyboeh/masterThomas Müller2015-11-121-0/+1
|\ \ | |/ |/| Add possibility for alternative logins to force redirection of login page
| * Add hook 'pre_displayLoginPage'Andreas Böhler2015-07-281-8/+1
| |
| * Add possibility for alternative logins to force redirection of login pageAndreas Böhler2015-07-281-0/+8
| |
* | Merge pull request #20461 from owncloud/assetpipeline-on-upgradeThomas Müller2015-11-121-0/+11
|\ \ | | | | | | Do not use the asset pipeline when doing updates
| * | Do not use the asset pipeline when doing updatesJoas Schilling2015-11-111-0/+11
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-126-0/+26
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-11100-108/+198
| | |
* | | Merge pull request #20224 from owncloud/fileinfo-ownerRobin Appelman2015-11-104-7/+44
|\ \ \ | | | | | | | | Add getOwner to FileInfo
| * | | Add getOwner to FileInfoRobin Appelman2015-11-104-7/+44
| | | |
* | | | Merge pull request #20428 from ↵Thomas Müller2015-11-101-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/add-log-statement-for-trusted-domain-error Add warning log entry when user accesses untrusted domain
| * | | | Add warning log entry when user accesses untrusted domainLukas Reschke2015-11-101-0/+9
| |/ / /
* | | | Merge pull request #20389 from owncloud/storage_not_availableThomas Müller2015-11-101-1/+16
|\ \ \ \ | |/ / / |/| | | use a HintException to have some useful user output in case of an error
| * | | use a HintException to have some useful user output in case of an errorBjörn Schießle2015-11-101-1/+16
| | | |
* | | | Merge pull request #20373 from owncloud/use-random-int-if-it-existsThomas Müller2015-11-102-6/+21
|\ \ \ \ | |_|/ / |/| | | Use native CSPRNG if available
| * | | Use native CSPRNG if availableLukas Reschke2015-11-092-6/+21
| |/ / | | | | | | | | | Unfortunately only PHP 7…
* | | Merge pull request #16604 from owncloud/cache-escape-likeRobin Appelman2015-11-106-62/+101
|\ \ \ | | | | | | | | escape like parameter in cache operations
| * | | escape like parameter for move queriesRobin Appelman2015-11-051-1/+1
| | | |
| * | | Add escapeLikeParameter to IDBConnectionRobin Appelman2015-11-053-0/+28
| | | |
| * | | define escape character for like statements on oracleRobin Appelman2015-11-051-0/+1
| | | |
| * | | define escape character for like statements on sqliteRobin Appelman2015-11-051-0/+1
| | | |
| * | | move from OC_DB to IDBConnectionRobin Appelman2015-11-051-62/+71
| | | |
* | | | Merge pull request #20390 from owncloud/appcheckcode-no-duplicate-requirementThomas Müller2015-11-101-0/+15
|\ \ \ \ | | | | | | | | | | Do not allow two different version requirements
| * | | | Do not allow two different version requirementsJoas Schilling2015-11-091-0/+15
| | |/ / | |/| |
* / | | Fix Error message when sharing outside of groupRoeland Jago Douma2015-11-091-2/+2
|/ / / | | | | | | | | | For #19788
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-082-4/+6
| | |
* | | [autoloader] Make sure to load construct full pathsRoeland Jago Douma2015-11-062-14/+24
| | | | | | | | | | | | | | | This reduces a lot of the autoloader magic and makes sure that we generate full paths in the autoloader.
* | | Merge pull request #20348 from owncloud/issue-20303-integer-group-namesThomas Müller2015-11-061-1/+3
|\ \ \ | | | | | | | | Make sure that group names are strings not integers
| * | | Make sure that group names are strings not integersJoas Schilling2015-11-061-1/+3
| | | |
* | | | Merge pull request #20288 from owncloud/fix_20234Thomas Müller2015-11-061-1/+13
|\ \ \ \ | |/ / / |/| | | make sure that we update the unencrypted size for the versions
| * | | make sure that we update the unencrypted size for the versionsBjörn Schießle2015-11-041-1/+13
| | | |
* | | | Add unshare hooksRoeland Jago Douma2015-11-053-2/+59
| | | |
* | | | The new sharing code now handles deletionRoeland Jago Douma2015-11-057-103/+532
| | | | | | | | | | | | | | | | OCS -> ShareManager -> DefaultShareProvider
* | | | Initial setup of shareing 2.0 sharemanager and shareRoeland Jago Douma2015-11-053-0/+623
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added sharemanager class This is the central class where all API calls talk to (OCS/Activity). This in turn talks to the share providers to get the actual sharing done. It uses all ShareObjects * Added share class Simple class to hold all the share properties that is passed around * Added IShareProvider interface Interface that providers os a share have to implement.
* | | | subadmin methods should not return any null user or groupArthur Schiwon2015-11-051-6/+16
| |/ / |/| |
* | | Merge pull request #20320 from owncloud/drop-file_mapThomas Müller2015-11-051-0/+1
|\ \ \ | | | | | | | | Drop unused table file_map
| * | | Drop unused table file_mapMorris Jobke2015-11-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * used only for windows support * windows support was dropped in 8.2.0 - see #17379 * was introduced in fd8cb9974be30aaca0d65d1807d6a4f784da5f0b * ref #18935
* | | | Drop unused tables principalgroups and principalsMorris Jobke2015-11-051-0/+2
|/ / / | | | | | | | | | * was removed in 3e84f170e7133d9acc46123ba4c901a24e438b2c
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-052-0/+4
| | |
* | | Merge pull request #20053 from owncloud/getfileinfo-lockingThomas Müller2015-11-042-39/+62
|\ \ \ | | | | | | | | Don't lock if we're only reading cache metadata
| * | | mark path as checkedRobin Appelman2015-11-041-0/+1
| | | |
| * | | when a file is locked use old cache dataRobin Appelman2015-11-041-29/+37
| | | |
| * | | fix whitespaceRobin Appelman2015-11-041-2/+2
| | | |
| * | | only lock in getDirectoryContent if we need to update the cacheRobin Appelman2015-11-031-21/+17
| | | |
| * | | only lock in getFileInfo if we need to update the cacheRobin Appelman2015-11-031-18/+16
| | | |
| * | | Split checkUpdateRobin Appelman2015-11-031-19/+39
| | | |
* | | | adjust comment, this parameter was added for 9.0Björn Schießle2015-11-041-1/+1
| | | |