Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 16 | -51/+101 | |
|\ \ | ||||||
| * | | Changed the input option for database-port to required when parameter was pro... | Thomas Pulzer | 2016-07-06 | 2 | -4/+4 | |
| * | | Added occ install option for database-port. | Thomas Pulzer | 2016-07-06 | 4 | -7/+23 | |
| |/ | ||||||
| * | Merge branch 'master' of https://github.com/nextcloud/server | Thomas Pulzer | 2016-07-04 | 1 | -4/+1 | |
| |\ | ||||||
| | * | [master] Use paramterized parameter for \OC\SystemTag\SystemTagManager | Lukas Reschke | 2016-07-03 | 1 | -4/+1 | |
| * | | Changed name of default logfile from owncloud.log to nextcloud.log. | Thomas Pulzer | 2016-07-04 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-07-01 | 7 | -45/+163 | |
| |\ | ||||||
| * \ | Merge pull request #236 from nextcloud/master-sync-upstream | Morris Jobke | 2016-06-28 | 4 | -11/+47 | |
| |\ \ | ||||||
| | * \ | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 4 | -11/+47 | |
| | |\ \ | ||||||
| * | \ \ | Merge pull request #59 from nextcloud/theming-app | Lukas Reschke | 2016-06-27 | 2 | -1/+21 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Check if server is installed | Lukas Reschke | 2016-06-27 | 1 | -1/+1 | |
| | * | | | Migrate logic to dynamic controller | Lukas Reschke | 2016-06-27 | 3 | -34/+25 | |
| | * | | | write theme settings to database | Bjoern Schiessle | 2016-06-27 | 1 | -4/+33 | |
| * | | | | verify user password on change | Bjoern Schiessle | 2016-06-27 | 1 | -2/+8 | |
| * | | | | remove old hook, no longer needed | Bjoern Schiessle | 2016-06-27 | 1 | -13/+1 | |
| * | | | | check password for link shares | Bjoern Schiessle | 2016-06-27 | 2 | -3/+19 | |
| |/ / / | ||||||
| * | | | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 9 | -103/+248 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge pull request #185 from nextcloud/fix-permission-issue | Lukas Reschke | 2016-06-21 | 1 | -3/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Show error message if config file is not readable | Morris Jobke | 2016-06-21 | 1 | -3/+3 | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-21 | 15 | -58/+388 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | fix more strings | Morris Jobke | 2016-06-20 | 4 | -12/+8 | |
| * | | | | | Remove obsolete contacts_cards_properties table | Florian Preinstorfer | 2016-06-19 | 1 | -0/+1 | |
| * | | | | | Drop obsolete tables: gallery_albums and gallery_photos | Florian Preinstorfer | 2016-06-19 | 1 | -1/+3 | |
| * | | | | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160614 | Arthur Schiwon | 2016-06-14 | 1 | -1/+3 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | emit correct signal if a app get's disabled | Bjoern Schiessle | 2016-06-13 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611 | Arthur Schiwon | 2016-06-11 | 10 | -3/+331 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge pull request #19 from nextcloud/files-drop | Lukas Reschke | 2016-06-10 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | add hide file list option | Bjoern Schiessle | 2016-06-09 | 1 | -1/+4 | |
| * | | | | | | | | Downstream 2016-06-09 | Arthur Schiwon | 2016-06-09 | 16 | -55/+198 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Revert "Downstream 2016-06-08" | blizzz | 2016-06-09 | 10 | -89/+27 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | make sure $data['mtime'] is always a timestamp | Robin Appelman | 2016-06-09 | 1 | -0/+3 | |
| * | | | | | | | | don't update storage mtime if we can't get the modified date | Robin Appelman | 2016-06-09 | 1 | -1/+4 | |
| * | | | | | | | | Ignore forbidden files while scanning | Robin Appelman | 2016-06-09 | 1 | -1/+6 | |
| * | | | | | | | | dissalow symlinks in local storages that point outside the datadir | Robin Appelman | 2016-06-09 | 2 | -2/+32 | |
| * | | | | | | | | Allow to decrypt user '0' files only | Joas Schilling | 2016-06-09 | 1 | -2/+2 | |
| * | | | | | | | | do not generate device token if 2FA is enable for user | Christoph Wurst | 2016-06-09 | 1 | -0/+1 | |
| * | | | | | | | | Do not allow to store boolean configs, they behave unexpected on postgres | Joas Schilling | 2016-06-09 | 2 | -3/+8 | |
| * | | | | | | | | Fix warnings when trying to get mtime of non existing files | Robin Appelman | 2016-06-09 | 1 | -3/+3 | |
| * | | | | | | | | return success when deleting ghost files | Robin Appelman | 2016-06-09 | 1 | -1/+3 | |
| * | | | | | | | | allow deleting "ghost files" trough the View and Node api | Robin Appelman | 2016-06-09 | 1 | -15/+28 | |
| * | | | | | | | | THIS IS NEXTCLOUD! adjusting the design | Jan-Christoph Borchardt | 2016-06-08 | 1 | -7/+7 | |
| * | | | | | | | | Remove "Help" link from personal sidebar | Lukas Reschke | 2016-06-06 | 1 | -2/+4 | |
* | | | | | | | | | Use named parameter instead of direct value for system tags search param (#25... | Vincent Petry | 2016-07-06 | 1 | -1/+1 | |
* | | | | | | | | | fix swift primary object store test (#25281) | Thomas Müller | 2016-07-05 | 1 | -1/+1 | |
* | | | | | | | | | remove png references in core | Hendrik Leppelsack | 2016-07-01 | 2 | -7/+7 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Various database migration fixes (#25209) | Thomas Müller | 2016-06-29 | 5 | -1/+93 | |
* | | | | | | | | Fix getting the certificate bundle for dav external storage (#25274) | Robin Appelman | 2016-06-27 | 1 | -1/+6 | |
* | | | | | | | | Login hooks (#25260) | Christoph Wurst | 2016-06-27 | 1 | -40/+61 | |
* | | | | | | | | handle unavailable fed shares while testing for availability (#25277) | Robin Appelman | 2016-06-27 | 1 | -3/+3 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Merge pull request #25250 from owncloud/linkshare-includedeletewithuploadperms | Vincent Petry | 2016-06-27 | 2 | -6/+24 | |
|\ \ \ \ \ \ \ |