summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Fix the share mail notification when the item is in a folderJoas Schilling2015-05-081-0/+5
* | | | | | Merge pull request #16110 from owncloud/stable8-backport-15510-and-15465Lukas Reschke2015-05-082-14/+27
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix singe user mode on public.php - take twoThomas Müller2015-05-061-1/+5
| * | | | | Fix single user check in case no user is logged inThomas Müller2015-05-061-13/+19
| * | | | | block webdav in single user modeRobin Appelman2015-05-061-0/+3
| | |_|/ / | |/| | |
* | | | | Don't depend on always_populate_raw_post_dataLukas Reschke2015-05-061-19/+0
* | | | | Don't display errors and log themLukas Reschke2015-05-061-5/+4
|/ / / /
* | / / Add use statementLukas Reschke2015-05-021-0/+1
| |/ / |/| |
* | | Merge pull request #15533 from owncloud/stable8-davclient-catchmoreexceptionsMorris Jobke2015-04-281-61/+36
|\ \ \
| * | | Catch more exceptions when connecting to remote DAV serverVincent Petry2015-04-101-61/+36
* | | | Merge pull request #15609 from owncloud/stable8-share-donotreturntrashedfilesMorris Jobke2015-04-281-11/+48
|\ \ \ \
| * | | | Do not return shares for files outside "files"Vincent Petry2015-04-141-11/+48
* | | | | Merge pull request #15672 from owncloud/revert-15666-revert-15572-stable8-sha...Morris Jobke2015-04-281-1/+3
|\ \ \ \ \
| * | | | | Revert "Revert "[stable8] Properly add trailing slash to mount point""Morris Jobke2015-04-161-1/+3
* | | | | | Merge pull request #15287 from dratini0/stable8Morris Jobke2015-04-281-1/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Backporting #14125 to stable8, as called for by @LukasReschkedratini02015-03-271-1/+7
| | |_|_|/ | |/| | |
* | | | | Merge pull request #15577 from owncloud/isolation-level-stable8Thomas Müller2015-04-161-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Using TRANSACTION_READ_COMMITTEDThomas Müller2015-04-131-0/+2
* | | | | Revert "[stable8] Properly add trailing slash to mount point"Thomas Müller2015-04-161-3/+1
* | | | | Merge pull request #15572 from owncloud/stable8-shares-properlyformatmountpointJörn Friedrich Dreyer2015-04-161-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Properly add trailing slash to mount pointVincent Petry2015-04-131-1/+3
| |/ / /
* / / / Add "Reply-To" support for sharing notificationsLukas Reschke2015-04-122-12/+14
|/ / /
* | / fixes #15326Jörn Friedrich Dreyer2015-04-101-1/+3
| |/ |/|
* | When guessing the timezone, the offset might only be valid on a given timestampJoas Schilling2015-04-072-5/+14
* | Fix the exception messagesJoas Schilling2015-04-072-2/+2
|/
* Merge pull request #15246 from owncloud/stable8-share-partfilepermissionsMorris Jobke2015-03-271-6/+15
|\
| * Fix permission checks in Sabre connectorVincent Petry2015-03-261-6/+15
* | Merge pull request #15249 from owncloud/fix_group_share_oc8_backportMorris Jobke2015-03-271-4/+5
|\ \
| * | also call generateTarget for group share to add the correct prefix if share_f...Bjoern Schiessle2015-03-261-4/+5
* | | Merge pull request #14497 from owncloud/kill-substr-mssql-stable8Lukas Reschke2015-03-261-102/+0
|\ \ \ | |/ / |/| |
| * | Remove hacky Substring support for MSSQLLukas Reschke2015-02-251-102/+0
* | | SQLite autoincrement fix backportVincent Petry2015-03-264-0/+123
| |/ |/|
* | Merge pull request #15193 from owncloud/stable8-15145Vincent Petry2015-03-261-0/+43
|\ \
| * | Properly catch whether a share is `null`Lukas Reschke2015-03-251-0/+43
* | | Merge pull request #14914 from owncloud/backport-14766-compare-array-insertif...Vincent Petry2015-03-2610-107/+105
|\ \ \
| * | | Also add a note that clob does not work in the compare arrayJoas Schilling2015-03-164-0/+4
| * | | The key is over configkey, user and app, not the valueJoas Schilling2015-03-161-1/+1
| * | | Also use all keys for an empty array, just in caseJoas Schilling2015-03-162-2/+2
| * | | Throw a RuntimeException in the cache aswellJoas Schilling2015-03-162-4/+9
| * | | Fix doc blocks of insertIfNotExists() methodJoas Schilling2015-03-165-46/+40
| * | | let insertIfNotExist() throw the native DBALException - no need to hide the r...Thomas Müller2015-03-167-52/+20
| * | | Get the id before using itJoas Schilling2015-03-161-1/+2
| * | | Better save then sorryJoas Schilling2015-03-161-0/+2
| * | | insertIfNotExists() for storage insertionJoas Schilling2015-03-161-3/+9
| * | | Only check unique keys for the comparison on filecache insert & update otherwiseJoas Schilling2015-03-161-1/+6
| * | | Allow specifying the compare-array for insertIfNotExists()Joas Schilling2015-03-167-19/+32
* | | | Merge pull request #15192 from owncloud/stable8-15153Lukas Reschke2015-03-262-0/+21
|\ \ \ \
| * | | | Add `getNonExistingName()` to the node apiRobin Appelman2015-03-252-0/+21
| | |/ / | |/| |
* | | | Merge pull request #15208 from owncloud/fix-15146-stable8Thomas Müller2015-03-261-0/+2
|\ \ \ \
| * | | | Do not use APCu when apc.enabled is Off.Andreas Fischer2015-03-261-0/+2
| |/ / /