summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Simulate apps database schema update on upgradeVincent Petry2014-06-044-37/+95
* Merge pull request #8701 from owncloud/slide-up-toggleBernhard Posselt2014-06-041-0/+1
|\
| * rename to apps.jsBernhard Posselt2014-05-261-1/+1
| * add a slideup mechanismBernhard Posselt2014-05-231-0/+1
* | Merge pull request #8853 from owncloud/design-typefaceJan-Christoph Borchardt2014-06-041-0/+1
|\ \
| * | use Open Sans as typefaceJan-Christoph Borchardt2014-06-031-0/+1
* | | Merge pull request #8662 from owncloud/f-lockThomas Müller2014-06-0411-14/+675
|\ \ \
| * | | Use ->instanceOfStorage() not instanceof for Storage instances.ringmaster2014-06-041-1/+1
| * | | only lock if unlink is called for a fileBjoern Schiessle2014-06-041-1/+3
| * | | name the storage wrapper to make sure that we don't apply the wrapper multipl...Bjoern Schiessle2014-06-043-6/+6
| * | | Normalize lock exception messages.ringmaster2014-06-042-2/+2
| * | | Restore the reference to this used exception class.ringmaster2014-06-041-0/+1
| * | | Move Lock to private namespace, add interface. Update PHPDoc.ringmaster2014-06-043-255/+316
| * | | Don't error out on console.ringmaster2014-06-041-2/+2
| * | | Removed unused vars/declarations, update PHPDoc.ringmaster2014-06-042-3/+3
| * | | Fix typoLukas Reschke2014-06-041-1/+1
| * | | Fix typoLukas Reschke2014-06-041-1/+1
| * | | Remove unused methods.ringmaster2014-06-041-14/+0
| * | | Respect locked files, surface correct exception.ringmaster2014-06-042-6/+43
| * | | Simpler log unique id.ringmaster2014-06-041-1/+1
| * | | Add actual locking and log changes necessary for debugging.ringmaster2014-06-043-28/+304
| * | | Continued flock work.ringmaster2014-06-043-24/+63
| * | | flock changes. Work in progress.ringmaster2014-06-046-0/+259
* | | | Merge pull request #8468 from owncloud/remove-infieldlabelsJan-Christoph Borchardt2014-06-041-2/+1
|\ \ \ \
| * | | | move to updated version of placeholderMorris Jobke2014-06-031-1/+1
| * | | | first step of infield label removal, fix login screenJan-Christoph Borchardt2014-06-031-1/+0
| | |/ / | |/| |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-0457-258/+2
| |/ / |/| |
* | | Merge pull request #8686 from owncloud/session-earlyMorris Jobke2014-06-031-0/+3
|\ \ \
| * | | Add some commentsRobin Appelman2014-06-031-0/+1
| * | | Make the session available as early as possibleRobin Appelman2014-05-231-0/+2
| | |/ | |/|
* | | Merge pull request #8698 from owncloud/sharing_improve_permissionsThomas Müller2014-06-031-0/+14
|\ \ \
| * | | get permissions directly from share storage to avoid additional db callsBjoern Schiessle2014-06-021-0/+14
* | | | Merge pull request #8264 from owncloud/app-enable-by-groupicewind19912014-06-031-249/+273
|\ \ \ \
| * | | | Fix sorting of appsRobin Appelman2014-06-031-1/+5
| * | | | Fix phpdocRobin Appelman2014-06-031-1/+1
| * | | | Add option to enable app for specific groupsRobin Appelman2014-06-031-4/+14
| * | | | Allow enabling apps by group by setting the config value to a json encoded ar...Robin Appelman2014-06-031-248/+258
| |/ / /
* | | | Merge pull request #8809 from owncloud/appconfig-cachingThomas Müller2014-06-031-19/+29
|\ \ \ \
| * | | | Use a map to prevent having to use searchRobin Appelman2014-06-031-4/+2
| * | | | Remove duplicate cache cleanupRobin Appelman2014-06-031-1/+0
| * | | | Simplify AppConfig->getValues()Robin Appelman2014-06-011-19/+9
| * | | | Add caching to AppConfig->getAppsRobin Appelman2014-06-011-0/+23
* | | | | Merge pull request #7015 from owncloud/db-migration-check-copyicewind19912014-06-037-50/+403
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix typoRobin Appelman2014-06-031-1/+1
| * | | | Better unique names for temporary tablesRobin Appelman2014-06-032-1/+19
| * | | | Add `generateChangeScript()` backRobin Appelman2014-06-031-0/+9
| * | | | add a getter for the tableRobin Appelman2014-06-031-0/+7
| * | | | Quote identifiers on mysqlRobin Appelman2014-06-032-1/+35
| * | | | Skip migration checks for all sql backends besides mysql, postgres and sqliteRobin Appelman2014-06-033-10/+30
| * | | | Only quote identifiers for oracle during migrationRobin Appelman2014-06-033-26/+58