Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | correctly handle error results of PDO and MDB2 backends | Jörn Friedrich Dreyer | 2013-06-28 | 1 | -3/+6 | |
| | * | | | | | | | use executeAudited, add table name to assert message, skip schema changing te... | Jörn Friedrich Dreyer | 2013-06-28 | 1 | -43/+44 | |
| * | | | | | | | | Merge pull request #3793 from owncloud/remove_unnecessary_exception_catch_block | Thomas Müller | 2013-07-01 | 1 | -85/+64 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | remove unnecessary exception handling | Jörn Friedrich Dreyer | 2013-06-20 | 1 | -85/+64 | |
| * | | | | | | | | | Merge pull request #3903 from owncloud/nonpublic-uploading | Thomas Müller | 2013-07-01 | 2 | -36/+36 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | fix detection of public upload in filelist.js | Robin Appelman | 2013-07-01 | 1 | -1/+1 | |
| | * | | | | | | | | fix uploading when ['dirtoken'] is not set | Robin Appelman | 2013-07-01 | 1 | -1/+1 | |
| | * | | | | | | | | code style | Robin Appelman | 2013-07-01 | 1 | -34/+34 | |
| * | | | | | | | | | Merge pull request #3894 from owncloud/ie8_compatibility_fixes | Thomas Müller | 2013-07-01 | 2 | -2/+11 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| | * | | | | | | | | Use svg to png fallback on demand only | Victor Dubiniuk | 2013-06-28 | 1 | -1/+1 | |
| | * | | | | | | | | Add fallback for svg app icons | Victor Dubiniuk | 2013-06-28 | 1 | -1/+5 | |
| | * | | | | | | | | Hide a ghost image on the apps management page | Victor Dubiniuk | 2013-06-28 | 2 | -1/+6 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | backport from pull request #3863 | Björn Schießle | 2013-07-01 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'master' of github.com:owncloud/core | Björn Schießle | 2013-07-01 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge pull request #3857 from owncloud/enable_single_autotest | Morris Jobke | 2013-07-01 | 1 | -3/+3 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | enable testing individual tests | Jörn Friedrich Dreyer | 2013-06-26 | 1 | -3/+3 | |
| | | | |_|_|_|_|/ / | | | |/| | | | | | | ||||||
| * | | | | | | | | | set default logo claim to '' | Björn Schießle | 2013-07-01 | 1 | -1/+1 | |
| * | | | | | | | | | add logo claim to defaults.php | Björn Schießle | 2013-07-01 | 4 | -9/+12 | |
| * | | | | | | | | | logo claim added | Björn Schießle | 2013-07-01 | 1 | -0/+3 | |
| * | | | | | | | | | make mail footer aware of different themes | Björn Schießle | 2013-07-01 | 1 | -3/+4 | |
| * | | | | | | | | | remove unneeded if condition | Björn Schießle | 2013-07-01 | 1 | -5/+1 | |
| * | | | | | | | | | lib/defaults.php should only contain the default strings and read the other s... | Björn Schießle | 2013-07-01 | 1 | -38/+44 | |
| * | | | | | | | | | check for updates only in the community edition | Björn Schießle | 2013-07-01 | 1 | -1/+1 | |
| * | | | | | | | | | construct the foother in defaults.php so that we use always the same footer | Björn Schießle | 2013-07-01 | 5 | -20/+44 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #3223 from owncloud/fix-2820 | Morris Jobke | 2013-07-01 | 4 | -9/+40 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | if rename of file fails, the rename is undone in the view - #fix 2820 | Morris Jobke | 2013-06-15 | 4 | -9/+40 | |
| * | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-01 | 535 | -1125/+1133 | |
| * | | | | | | | | | Merge pull request #3852 from owncloud/fixing-3830-master | Thomas Müller | 2013-06-30 | 2 | -5/+17 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | session_life_time -> session_lifetime | Thomas Mueller | 2013-06-28 | 2 | -3/+3 | |
| | * | | | | | | | | session life time is now configurable and set to the same value | Thomas Mueller | 2013-06-26 | 2 | -5/+17 | |
| * | | | | | | | | | Merge pull request #3763 from owncloud/recursive-rmdir | Thomas Müller | 2013-06-30 | 3 | -5/+57 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | make rmdir recursive for mappellocal storage backend | Robin Appelman | 2013-06-30 | 1 | -3/+23 | |
| | * | | | | | | | | | Make rmdir recursive for local storage | Robin Appelman | 2013-06-17 | 2 | -2/+34 | |
| * | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-30 | 639 | -4723/+4658 | |
| * | | | | | | | | | | Merge pull request #3897 from bantu/gitignore | Thomas Müller | 2013-06-29 | 1 | -17/+17 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | gitignore: Make paths relative to repository root. | Andreas Fischer | 2013-06-29 | 1 | -17/+17 | |
| * | | | | | | | | | | | Merge pull request #2703 from owncloud/cleanup-setup | Thomas Müller | 2013-06-29 | 7 | -739/+770 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Fix review items | Bart Visscher | 2013-06-29 | 7 | -13/+15 | |
| | * | | | | | | | | | | Fix found errors | Bart Visscher | 2013-06-29 | 6 | -10/+10 | |
| | * | | | | | | | | | | Fix OCI setupDatabase parameter | Bart Visscher | 2013-06-29 | 1 | -2/+2 | |
| | * | | | | | | | | | | Remove unsued parameter | Bart Visscher | 2013-06-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | Use db setup class for option validation | Bart Visscher | 2013-06-29 | 7 | -35/+43 | |
| | * | | | | | | | | | | Change database creation to use array to select db setup class | Bart Visscher | 2013-06-29 | 2 | -25/+31 | |
| | * | | | | | | | | | | Convert database setup code to objects | Bart Visscher | 2013-06-29 | 6 | -179/+210 | |
| | * | | | | | | | | | | Split database specific install/setup code to their own class | Bart Visscher | 2013-06-29 | 5 | -703/+687 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #3896 from owncloud/fix-dropdown-because-no-one-fixes-3241 | Bart Visscher | 2013-06-29 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Escape dropdown | Lukas Reschke | 2013-06-29 | 1 | -2/+2 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #2914 from Kondou-ger/label_overlapping_value | Bart Visscher | 2013-06-29 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Default to localhost, if nothing is entered. | kondou | 2013-05-28 | 1 | -1/+1 | |
| | * | | | | | | | | | | Fix textfield label overlapping value. | kondou | 2013-04-13 | 1 | -1/+1 |